[fw-general] Re: [1.9.6]Passing vars to breadcrumbs partial

2010-02-10 Thread dbenjamin
Hello, It was my mistake, it works fine, thanks. It would be interesting to have custom properties directly onto the container. If we have a divided object on edition and a navigation like the following example : http://pastie.org/private/dayz29srnc9acbmuq72ag

Re: [fw-general] Zend_Form_Decorator_ViewHelper element's options always null.

2010-02-10 Thread Aleksey Zapparov
Hello, Yes. It's not a bug. It's a feature :)) Matthew Weier O'Phinney explained this behavior: http://framework.zend.com/issues/browse/ZF-9109 7 февраля 2010 г. 19:03 пользователь Aleksey Zapparov i...@member.fsf.org написал: Hello, Well, I thought maybe someone knows why it was realized

[fw-general] any plan to change the dojo ComboBox behaviour?

2010-02-10 Thread Guillaume ORIOL
Searching for a solution to a dojo ComboBox issue, I've found an old ticket (http://n4.nabble.com/Zend-Dojo-Comboboxes-and-form-populate-td648990.html) on this topic. The problem is: as the ComboBox dijit permits to enter a value that is not in the list, once this value has been saved, how

Re: [fw-general] any plan to change the dojo ComboBox behaviour?

2010-02-10 Thread Matthew Weier O'Phinney
-- Guillaume ORIOL gor...@technema.fr wrote (on Wednesday, 10 February 2010, 12:49 PM +0100): Searching for a solution to a dojo ComboBox issue, I've found an old ticket (http://n4.nabble.com/Zend-Dojo-Comboboxes-and-form-populate-td648990.html) on this topic. The problem is: as the

[fw-general] any plan to change the dojo ComboBox behaviour?

2010-02-10 Thread Guillaume ORIOL
Searching for a solution to a dojo ComboBox issue, I've found an old ticket (http://n4.nabble.com/Zend-Dojo-Comboboxes-and-form-populate-td648990.html) on this topic. The problem is: as the ComboBox dijit permits to enter a value that is not in the list, once this value has been saved, how

[fw-general] Zend_Mail exhaust memory reading multipart mail with large attachment

2010-02-10 Thread Jens Wabnitz
Hello, i'm building an application with mail reading capabilities using Zend_Mail_Storage_Imap. It seems that the RecursiveIterator for Messages and even the countParts Method fetch the whole content of the parts. For mails with larger attachments calling these functions leads to a Fatal error:

Re: [fw-general] Zend_Mail exhaust memory reading multipart mail with large attachment

2010-02-10 Thread Michael Kliewe
Hi, I had the same problem, and I solved it with the imap command FETCH BODYSTRUCTURE There you get the headers of all parts of a mail (or of specific parts if you set more parameters to the request). You can also request headers of many mails by one request. The only problem is to parse

[fw-general] ComboBox/FilteringSelect confusion

2010-02-10 Thread chris.barrett
Whilst on the topic of ComboBox (meaning this is slightly off topic of the other thread), does anyone have advice or a link to a resource to help me with a problem I'm having with ComboBox/FilteringSelect? My main problem is that I am just learning both Dojo and ZF and it's quite a lot of

Re: [fw-general] bootstrap include path confusion

2010-02-10 Thread Ralph Schindler
A couple of notes: I would first try to build a bare bones project with the Zend_Tool command line in 1.10 just to see what a project would look like, the names that are expected by default, and where things generally go. Once you do that, you might get a better feel for the kind of changes

RE: [fw-general] Controller Action Helpers

2010-02-10 Thread Steve Rayner
I found this in the reference guide; controllers/helpers/: These directories will contain action helpers. Action helpers will be namespaced either as Controller_Helper_ for the default module or Module_Controller_Helper in other modules. So I have put my action helper here;

Re: [fw-general] Controller Action Helpers

2010-02-10 Thread Christopher Barrett
Steve, I may be wrong but you might have to name your class Controller_Helpers_Acl . Give that a try I guess. I know that the class names correspond to the directory structure, but I'm not exactly sure how that works. I don't have any action helpers as of yet though, so it's just a guess. :)

[fw-general] Zend Framework 1.10.1 Released

2010-02-10 Thread Matthew Weier O'Phinney
On behalf of the Zend Framework's many contributors, I'm pleased to announce the immediate availability of Zend Framework 1.10.1, the first maintenance release in our 1.10 series. You can download it from our downloads page: http://framework.zend.com/download/latest This release includes

[fw-general] Re: jquery

2010-02-10 Thread monk.e.boy
ixti, Thank YOU!!! I got the code working now :) I think my problem was that my boostrap stuff was in _initViewHelpers() when I copied my code into the _initView like yours it all started to work - doh!! Thanks for all the help you have given me :) monk.e.boy -- View this message in

Re: [fw-general] Controller Action Helpers

2010-02-10 Thread Aleksey Zapparov
Hello, First of all, Zend_Controller_Action_HelperBroker::addPath() is wrapper for Zend_Loader_PluginLoader::addPrefixPath(). Path is not relative neither to the application directory nor file where do you calling that method. So in your case that call should looks like:

Re: [fw-general] Controller Action Helpers

2010-02-10 Thread Mon Zafra
I checked Zend_Application_Module_Autoloader and did not see a controller helper resource type, so either the manual is lying or I'm looking at the wrong class. But even assuming that there is indeed an entry for Controller_Helper, they still won't be found by the HelperBroker. What the module

Re: [fw-general] Zend Framework 1.10.1 Released

2010-02-10 Thread Diego Potapczuk
Hi Matthew, Thanks again for another great release. For the ones like me trying to know what has changed, here it is: http://framework.zend.com/changelog/ ::: Diego Potapczuk On Wed, Feb 10, 2010 at 7:21 PM, Matthew Weier O'Phinney matt...@zend.comwrote: On behalf of the Zend Framework's

Re: [fw-general] Zend_Mail exhaust memory reading multipart mail with large attachment

2010-02-10 Thread Jens Wabnitz
Hello Michael, thanks for the hint. How do you send the command to imap server? Tried to do it with the Zend_Mail_Protocol_Imap Instance but failed. Got the information with imap_fetchstructure() but only for the cost of another connection. Shouldn't the Imap classes be modified to lazy load

[fw-general] Alnum validation fails

2010-02-10 Thread dmitrybelyakov
Hello, First of all i know it's 4 o-clock in the morning and i shouldn't write anything that late but anyway, i'm integrating some code to a production environment and came across a strange issue that Alnum validation on Zend_Form elements is no longer working on remote server. Ok, same code

[fw-general] File Element problem - getValue() returns null, but getFileName() returns full path and file?

2010-02-10 Thread Cameron
The subject says it all - I'm not really sure what I'm doing wrong, but this is really odd. This is on ZF 1.9.5 on the Beta Zend Server 5.0.3 btw... I have a basic file field in my form, and it all works perfectly well - calling getValues() on the form moves the file in to the correct location,