[fw-general] Changing Zend Forms' HTML - Decorators

2009-02-17 Thread wesleywillians
Hi folks, I trying, but needed that the zend_form generates a html code like this: form action=/signup/submit class=vForm id=frmSignup method=post fieldset legendDados Pessoais/legend labelNome: input type=text name=nome class=input-m value= //label labelSobrenome: input type=text

Re: [fw-general] How to store attachment files into a location in server

2009-02-17 Thread phpbrat
Hi Anees, How to fetch all the attachments in a single mail ?? the code below downloads only the first attachment in a mail and not the other ones.. when fetching for other parts of the mail ie $part = $message-getPart(3 or 4 ); it doesn't

[fw-general] jotBug update

2009-02-17 Thread Robert Castley
Hi All, If you would like to follow jotbug development then see http://twitter.com/robertcastley (warning you will also get all the other mundane stuff in my life!) A working demo is available permantly online at http://jotbug.org (login in as `jotbug` for full admin access, any other username

[fw-general] Do not append view to the body when calling $this-render

2009-02-17 Thread Baptiste Placé
Hello everyone, I have a question about automatic append of a view when calling $this-render('script'). In several controllers actions, I want to return JSON with 2 html code into it. For theses actions, I have e.g. 2 views scripts in the corresponding view directory, namely list.phtml and

Re: [fw-general] User uploads file bigger than what's allowed in php.ini, can it be caught?

2009-02-17 Thread Thomas Weidner
You checked for isValid... but it's not valid and I can't see what you are doing with the returned error message. On the other hand I don't know what your browser does when the file exceeds the defined file size in the form. He could stop transmission, he could prevent to load the file, he

Re: [fw-general] Zend_Form, Validators , Filters, and ini files

2009-02-17 Thread Bob O
Thanks for the help Matthew, its really helping me get my head around it. So i iterate over the array and Im getting the messages as needed. my final issue I have a select item that i create in Controller and populate it dynamically. i then add it to my _campaignCreateForm. but when i run the

[fw-general] Zend_Form subforms and getElement

2009-02-17 Thread Thomas VEQUAUD
Hi everyone! I think this question is for Matthew! ;) I'm using a multi-page forms with sub forms as indicated in the Zend manual... The display of the subforms is pretty complicated so I use tables with getElement method but by this way, I loose the notation input

Re: [fw-general] Zend_Form submit not to have a name

2009-02-17 Thread Joó Ádám
Ah, splendid, thank you! Regards, Ádám

Re: [fw-general] User uploads file bigger than what's allowed in php.ini, can it be caught?

2009-02-17 Thread bytte
It's really weird. Since I'm using the code from the svn trunk it doesn't output the MAX_FILE_SIZE in the html code no more. It does show it in the first form on the same page. All my error messages display fine. But still no error message when the user uploads a file bigger than what's allowed

[fw-general] pure-PHP BigInteger support

2009-02-17 Thread zelnaga
http://framework.zend.com/svn/framework/standard/incubator/library/Zend/Crypt/Math/BigInteger.php I'm trying to use that in a project of mine and was wondering how difficult it would be to add pure-PHP support to that? There's a PHP4 BigInteger library that could be adapted with relatively

[fw-general] SECURITY ADVISORY

2009-02-17 Thread Wil Sinclair
The Zend Framework team has been notified of a potential Local File Inclusion (LFI) attack vector in Zend_View's render() method. To address the issue, as of the 1.7.5 release the render() method no longer accepts paths that include parent directory traversal (e.g., ../ and ..\) in the path

[fw-general] Zend Framework 1.7.5 is now available!

2009-02-17 Thread Wil Sinclair
Hi all, It is my pleasure to announce the release of Zend Framework 1.7.5! You can download this new mini release from the ZF download site: http://framework.zend.com/download/latest/ A list of all issues resolved in this release can be found at: