Re: [fw-general] New proposal: Zend_Tool_Pattern

2009-06-06 Thread Jurriën Stutterheim
And lets not forget a link: http://framework.zend.com/wiki/display/ZFPROP/Zend_Tool_Pattern+-+Jurrien+Stutterheim On Jun 6, 2009, at 22:41 , Jurriën Stutterheim wrote: Hi all, Today I moved my proposal for Zend_Tool_Pattern to the Ready for Review section on the wiki. Snip from

Re: [fw-general] Zend Framework team reorganization

2009-04-15 Thread Jurriën Stutterheim
Thanks for all the hard work Wil, gratz to Matthew, and welcome to Zeev! Cheers, Jurriën On Apr 15, 2009, at 06:17 , Wil Sinclair wrote: I'd like to add that I have had a fantastic time working with everyone in the community. In fact, so much so that I'll remain a very active community

Re: [fw-general] Controller, Model and Paginator, and I want my Girls.. ehh, Controllers thin

2009-03-22 Thread Jurriën Stutterheim
With the Paginator in the trunk it is now possible to register a filter(-chain). I've written one filter for using a callback method with Zend_Paginator, which is Zend_Filter_Callback. This allows you to use Paginator with the Db(Table)Select adapter and pass the rows to a factory method

[fw-general] Using Zend_Amf with DOMDocument

2008-11-13 Thread Jurriën Stutterheim
Hi all, While setting up an AMF server, I ran into a small problem. I'm trying to send a DOMDocument to my Flex application. The connection works... when I try to send something simpler, like a string or array, it arrives as expected. However, when I try to send a DOMDocument I just get

[fw-general] Applying ZF coding standards to a project

2008-11-11 Thread Jurriën Stutterheim
Hi all, I'm currently working on getting some code somebody else wrote to comply with the ZF coding standards. What would be the best way to convert an entire project to the ZF coding standards? ZSfE supports this, but it keeps crashing before it finishes... - Jurriën

[fw-general] Bughuntday on November 8th, 2008

2008-10-26 Thread Jurriën Stutterheim
Hi all, On Saturday November 8th, the Dutch and Belgian PHP communities have organized the first ever Bughuntday. The next bit is copied from the Bughuntday site: Supporting open-source projects can be done by contributing code, writing or translating manuals or by fixing bugs. For this

Re: [fw-general] Zend_Search_Lucene - how to find performance problem source?

2008-10-21 Thread Jurriën Stutterheim
Hi, You should probably optimize your index before searching (and make sure it stays optimized, using a Cron-job). See http://framework.zend.com/manual/en/zend.search.lucene.index-creation.html#zend.search.lucene.index-creation.optimization for more details on how to do this =) - Jurriën

Re: [fw-general] Zend_Search_Lucene - how to find performance problem source?

2008-10-21 Thread Jurriën Stutterheim
document. At the end index is optimized and consists from ~7350 documents. I hope someone can help. Endijs Lisovskis Jurriën Stutterheim wrote: Hi, You should probably optimize your index before searching (and make sure it stays optimized, using a Cron-job). See http://framework.zend.com

Re: [fw-general] [Lucene] Narrowing down search

2008-10-18 Thread Jurriën Stutterheim
* bump * Anyone? On Oct 15, 2008, at 14:36 , Jurriën Stutterheim wrote: Hi all, In my search index with roughly 200k documents I need to be able to search on document dates. I've already got a nice ranged query working and it returns the right results. In addition to the date fields

[fw-general] [Lucene] Narrowing down search

2008-10-15 Thread Jurriën Stutterheim
Hi all, In my search index with roughly 200k documents I need to be able to search on document dates. I've already got a nice ranged query working and it returns the right results. In addition to the date fields the search form of course also provides a text field so the user can search

[fw-general] Introducing Zend_Paginator_Adapter_TableSelect

2008-10-02 Thread Jurriën Stutterheim
Hi all, A few minutes ago I committed a new adapter for Zend_Paginator: Zend_Paginator_Adapter_TableSelect. As you would suspect, judging by the name, this adapter specializes in dealing with Zend_Db_Table_Select objects. The result of this specialization is that this new adapter is

Re: [fw-general] Zend Grid Proposal??

2008-09-21 Thread Jurriën Stutterheim
Still, for those of us who don't (always) want to use a JS implementation, a Zend_Grid component would be awesome. =) On Sep 21, 2008, at 03:54 , Matthew Weier O'Phinney wrote: -- enportugal [EMAIL PROTECTED] wrote (on Friday, 19 September 2008, 10:02 PM -0700): I was trying to find a ZF

Re: [fw-general] paginator

2008-07-28 Thread Jurriën Stutterheim
Hi Samuel, It is currently not possible to fetch a Zend_Db_Table_Rowset using the DbSelect adapter. I have created a second issue for this problem. The first issue related to this tries to fix this in the Zend_Db_Table_Select: http://framework.zend.com/issues/browse/ZF-3734 The second

[fw-general] Announcing the first Zym Preview Release!

2008-07-23 Thread Jurriën Stutterheim
Hi all, It is my pleasure to announce that the first ever Preview Release of Zym is available now! We've labeled it 0.5.0PR, which should be a clear sign that this is not a release that's considered stable. Although it's still a PR, it's actually quite usable and definitely worth

[fw-general] Zym Preview Release Online!

2008-07-23 Thread Jurriën Stutterheim
Hi all, It is my pleasure to announce that the first ever Preview Release of Zym is available now! We've labeled it 0.5.0PR, which should be a clear sign that this is not a release that's considered stable. Although it's still a PR, it's actually quite usable and definitely worth

Re: [fw-general] Blocked emails

2008-07-22 Thread Jurriën Stutterheim
I experienced this problem as well... now testing if I can get through ^^ On Jul 21, 2008, at 21:39 , Wil Sinclair wrote: I have manually removed this email from fw-docs. Let me know if you have any further trouble. ,Wil -Original Message- From: Matthew Weier O'Phinney

[fw-general] Announcing Project Planetarium!

2008-07-22 Thread Jurriën Stutterheim
Hi all, Today I'm glad to announce project Planetarium to you all! Some of you might have already heard of Planetarium in the #zftalk.dev channel. For those of you that haven't, allow me to get you up to speed. Planetarium is a blog aggregator much like the one used for Planet PHP. It

Re: [fw-general] 1.6RC1 Release Notes

2008-07-18 Thread Jurriën Stutterheim
Maybe we should move Paginator, ReCaptcha, Text/Figlet and File Transfer over to the New Features list, seeing as they're all new components :) On Jul 18, 2008, at 23:34 , Wil Sinclair wrote: Hi all, this would normally go to the contributors list, but I'm not sure if everyone is

[fw-general] Zend_Model ready for community review

2008-07-14 Thread Jurriën Stutterheim
Hi everybody, Last week I wiped the dust off of my Zend_Model proposal and updated it to reflect some ideas that were discussed in #zftalk.dev. Any comments on it are of course really welcome at this point. You can find the proposal here:

[fw-general] Announcing #zftalk.dev ZF developer channel

2008-07-08 Thread Jurriën Stutterheim
Hi all, It is my pleasure to announce the #zftalk.dev IRC channel on irc.freenode.net! This channel is intended for discussions regarding the development of Zend Framework components. Of course, everybody is welcome to join in. However, unlike #zftalk, this channel will be a bit more

[fw-general] Zend_Form - Validation of field with same name as the form gives problems

2008-06-17 Thread Jurriën Stutterheim
Hi all, While working on the MultiPageForm action helper I ran into a weird bug with Zend_Form. Here's the deal: I have one master form, which contains 3 subforms. The last subform is called survey. In this last form I have a textarea that's also called survey. Now if I submit this

Re: [fw-general] Zend_Form - Validation of field with same name as the form gives problems

2008-06-17 Thread Jurriën Stutterheim
To answer myself, this is a known issue: http://framework.zend.com/issues/browse/ZF-3393 Guess I overlooked it : ( On Jun 17, 2008, at 21:38 , Jurriën Stutterheim wrote: Hi all, While working on the MultiPageForm action helper I ran into a weird bug with Zend_Form. Here's the deal: I

Re: [fw-general] My thoughts on PHP

2008-06-16 Thread Jurriën Stutterheim
://www.notiondesign.ca On 12-Jun-08, at 2:26 AM, Jurriën Stutterheim wrote: Hi all, A few weeks back I posted an entry on my blog regarding my thought on PHP as a programming language. Even though it's not entirely related to Zend Framework, I thought I'd mail this list anyway ;) I'd be interested to know

Re: [fw-general] My thoughts on PHP

2008-06-16 Thread Jurriën Stutterheim
On Jun 16, 2008, at 18:51 , Michał Minicki wrote: Jurriën Stutterheim wrote: Zeev gave a very nice example of this at the Dutch PHP Conference last saturday by comparing a Java Hello World to a PHP Hello World. Just as a side note, what's the big difference here? PHP: ?= Hello World

[fw-general] Zend_Paginator - Ready for Review

2008-06-15 Thread Jurriën Stutterheim
Hi all, Matthew Ratzloff and I have been working on updating the proposal (and code) for Zend_Paginator. Because of extensive modifications to the proposal and the component itself, we've moved it back to the Ready for Review state. I would like to ask all of you to check out the proposal

Re: [fw-general] Zend_Paginator - Ready for Review

2008-06-15 Thread Jurriën Stutterheim
Hmm... I knew I forgot something :D Voila: http://framework.zend.com/wiki/pages/viewpage.action?pageId=43560 On Jun 15, 2008, at 21:56 , till wrote: Hey, maybe include a link. :) Till On Sun, Jun 15, 2008 at 9:49 PM, Jurriën Stutterheim [EMAIL PROTECTED] wrote: Hi all, Matthew Ratzloff

[fw-general] My thoughts on PHP

2008-06-12 Thread Jurriën Stutterheim
Hi all, A few weeks back I posted an entry on my blog regarding my thought on PHP as a programming language. Even though it's not entirely related to Zend Framework, I thought I'd mail this list anyway ;) I'd be interested to know what your thoughts are about the things I mention in my

Re: [fw-general] leaving Zend

2008-05-21 Thread Jurriën Stutterheim
Hi Darby, Thanks for the great effort you've put in the Zend Framework. Best of luck! On May 21, 2008, at 16:10 , Darby Felton wrote: Hi all, My last day at Zend will be this Friday, May 23. It's been an indescribably great experience working with the Zend Framework team and with you,

Re: [fw-general] Establishing naming conventions for Zend Framework 2.0

2008-05-20 Thread Jurriën Stutterheim
+1 from me too. A proposal for this would be great : ) Op Di, mei 20, 2008 10:05 schreef Mathew Byrne: +1 Backwards compatibility aside coming up with a more consistent naming scheme would be a massive boon for Zend Framework. We've already got rules for how names are constructed, now for

Re: [fw-general] Question about pagination

2008-04-07 Thread Jurriën Stutterheim
Have a look at http://www.zym-project.com/ for my pagination component. You can choose to use that one, or just use it to help shape your own ideas :) On Mar 31, 2008, at 7:28 AM, thurting wrote: I've set up my model to handle pagination and had a question about how I should handle bad

Re: [fw-general] ZF - APC tuning

2008-04-05 Thread Jurriën Stutterheim
Hi Aldemar, One way to get (significant) speed gains with APC is by pre-loading various classes. See http://www.zym-project.com/reference Appendix A for a list of often used files that you can require_once manually. How and why this works can be found on this list iirc and somewhere

[fw-general] Re: [fw-mvc] Get module directory?

2008-03-18 Thread Jurriën Stutterheim
Here you go :-) http://framework.zend.com/issues/browse/ZF-2910 On Mar 18, 2008, at 2:28 PM, Matthew Weier O'Phinney wrote: -- Jurriën Stutterheim [EMAIL PROTECTED] wrote (on Tuesday, 18 March 2008, 01:58 PM +0100): Getting the module directory can be used for access to the :module/ models

Re: [fw-general] Zend Framework 1.5 has landed!

2008-03-17 Thread Jurriën Stutterheim
Congratulations and thank you to the ZF team at Zend and all other people who contributed to make this release happen. It is truly a great ZF release! Everybody who worked hard for this moment should take a day off and enjoy both the release and the brand new ZF site. After that, it's

Re: [fw-general] QuickStart Contest!

2008-02-28 Thread Jurriën Stutterheim
Hi Wil, Nice initiative! I do have one question regarding the Default Project Structure that needs to be covered in the Quick Start. Your proposal has received a lot of comments since you've moved it to Ready for Review. However, none of the suggestions from the comments seem to have been

Re: [fw-general] Sanity check releases OK?

2008-02-25 Thread Jurriën Stutterheim
Hi Wil, I update the trunk from the svn almost daily for my testing/devving environment. So far I haven't run into any problems using Form, Controller, View and Db. (including all helpers etc.) As far as I can see, 1.5 is ready for RC1. On Feb 25, 2008, at 7:51 PM, Wil Sinclair wrote:

Re: [fw-general] Zend_Db_Table_Plugin proposal

2008-02-23 Thread Jurriën Stutterheim
Hi Simon, Funny, I was just thinking about the exact same thing this morning. I'll read the proposal right away. Cheers On Feb 23, 2008, at 3:50 PM, Simon Mundy wrote: Hi there Ziffers Jack Sleight and I have finalised the proposal for Zend_Db_Table_Plugin - it's ready for review by

[fw-general] Re: [fw-mvc] Zend_Form now in core!

2008-02-18 Thread Jurriën Stutterheim
Great news, and great work! Thanks! On Feb 18, 2008, at 5:51 PM, Matthew Weier O'Phinney wrote: Greetings all! I'm happy to report that Zend_Form is now in core! This means you will no longer need to use the incubator view helper path if you've been using SVN, and also that you can be fairly

[fw-general] Zend_Form selected items in a select list

2008-01-29 Thread Jurriën Stutterheim
Hi all, Is it possible to specify which items in a select list will be selected when using a Zend_Form_Element_Select element? Cheers Jurriën

Re: [fw-general] ZF Proposal Process and Packaging. . .

2008-01-18 Thread Jurriën Stutterheim
Hi Will, No objections here. I think it's actually something that's badly needed in the ZF. Care has to be taken that components really end up where they belong. This goes for both core and extras. In my opinion, the entire Zend_Service_* department is a candidate for extras, seeing as they're

Re: [fw-general] form generation functionality

2007-09-28 Thread Jurriën Stutterheim
Hi Matthew, My Form proposal is a bit out of date (I need to find some time and patience to update it ;), but the general idea I'm describing is still valid. To get a better picture of how I invisioned Zend_Form you could check out my implementation from it's SVN:

Re: [fw-general] New Zend_Form Proposal

2007-08-25 Thread Jurriën Stutterheim
Today I've been working on updating the proposal by writing documentation on how to use my current implementation. Unfortunately the Wiki was (and is) down, so I couldn't update the proposal itself. Hopefully the documentation will give some more insight on how I want the _Form to work.

Re: [fw-general] Status on Zend_Form proposals

2007-08-17 Thread Jurriën Stutterheim
Hi Jacob, You can always help by commenting on the proposals. In my proposal (http://framework.zend.com/wiki/pages/viewpage.action? pageId=36061) there's a link to a SVN repo with a working implementation of the proposal. Of course it would be nice if the Wiki worked for once :p SVN

[fw-general] New Zend_Form Proposal

2007-08-08 Thread Jurriën Stutterheim
Hi all, A few days ago I posted a new Zend_Form proposal. It takes a somewhat different approach than Simon Ralf's proposal. It has been discussed a few times on #zftalk, but I feel that it could really use some community input. Please read it and comment on it at:

Re: [fw-general] New Zend_Form Proposal

2007-08-08 Thread Jurriën Stutterheim
Hi Simon, One of the things I tried to accomplish with this Zend_Form setup is flexibility. Seeing as form handeling is a delicate subject, I wanted developers to be able to use Zend_Form as much or as little as they would like. The usage of helpers is therefore completely optional. :)

[fw-general] Zend_Search_Lucene and extended-ascii letters

2007-08-07 Thread Jurriën Stutterheim
Hi all, Another Zend_Search_Lucene question... There are some records with extended ascii letters in my search db, like ëïö etc. When I search for, let say, patiënten, it finds the (only) record with that word in it. So that works fine. But when I search for patiënten (same word, just

Re: [fw-general] Zend_Form_Controller is now a Helper!

2007-08-02 Thread Jurriën Stutterheim
Today I wrote a proposal based on the implementation I made (I know, wrong way around ;) It probably still needs some work, so any comments and questions will be welcome. URL: http://framework.zend.com/wiki/pages/viewpage.action?pageId=36061 On 02 Aug 2007, at 14:48, Matthew Weier O'Phinney

Re: [fw-general] Zend_Search_Lucene Ranged Queries

2007-07-31 Thread Jurriën Stutterheim
of: - echo Zend_Search_Lucene_Search_QueryParser::parse('published:[1995 TO 1997]')-rewrite($index)-optimize($index)-__toString() . \n; - With best regards, Alexander Veremyev. From: Jurriën Stutterheim [mailto:[EMAIL PROTECTED] Sent: Monday, July 30, 2007 11:47 PM

Re: [fw-general] Zend_Search_Lucene Ranged Queries

2007-07-31 Thread Jurriën Stutterheim
-find('published:1995 published:1996 published:1997'); ? With best regards, Alexander Veremyev. From: Jurriën Stutterheim [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 31, 2007 1:11 PM To: Alexander Veremyev Cc: fw-general@lists.zend.com Subject: Re: [fw-general] Zend_Search_Lucene

[fw-general] Zend_Search_Lucene Ranged Queries

2007-07-30 Thread Jurriën Stutterheim
Hi all, I've been trying to get ranged queries to work, but unfortunatly with little success. When I have the following query: published:1995 It successfully lists all books from 1995. But when I have a ranged query it returns 0 hits: published:[1995 TO 1997] What could be the problem?

Re: [fw-general] Zend_Search_Lucene Ranged Queries

2007-07-30 Thread Jurriën Stutterheim
analyzer as default while you tested range queries? With best regards, Alexander Veremyev. -Original Message- From: Jurriën Stutterheim [mailto:[EMAIL PROTECTED] Sent: Monday, July 30, 2007 10:15 PM To: fw-general@lists.zend.com Subject: [fw-general] Zend_Search_Lucene Ranged

Re: [fw-general] Models, Objects and RDBMS - Best Practise

2007-07-11 Thread Jurriën Stutterheim
The problem with your new setup is that the model is still closely linked to the table subclass (the gateway). If you use a data source other than the gateway, you'll have to rewrite your model interaction, 'cuz the insert() and update() etc. functions may no longer be available. Instead,

Re: [fw-general] Wiki - Killedki - Resetki

2007-06-30 Thread Jurriën Stutterheim
Sure would be interesting to find out what the problem is. One thing is for sure: a server that's down most of the time is a bad thing no-one wants. First one to build a ZF-based Wiki wins! ;) But seriously, it would be cool if a ZF-based Wiki project was created. It might serve as an

Re: [fw-general] Zend_Search_Lucene and Zend_Memory for large index files

2007-04-16 Thread Jurriën Stutterheim
:// framework.zend.com/manual/en/zend.search.index- creation.html#zend.search.index-creation.optimization) With best regards, Alexander Veremyev. Jurriën Stutterheim wrote: Hi all, While indexing a large database ( 100.000 records) I reached the memory limit for that shared host. The problem appears

[fw-general] Zend_Search_Lucene and Zend_Memory for large index files

2007-04-14 Thread Jurriën Stutterheim
Hi all, While indexing a large database ( 100.000 records) I reached the memory limit for that shared host. The problem appears in Zend_Search_Lucene_Storage_File_Filesystem line 158 when the index file hits the 10MB. Is it possible to specify the max size for the index files? Or is it

[fw-general] Wildcards in Zend_Search_Lucene

2007-02-25 Thread Jurriën Stutterheim
to implement wildcard searches? Thanks. Jurriën Stutterheim