http://pear.php.net/ pear-webmaster@lists.php.net pear-webmaster@lists.php.net en-us Latest releases of html_quickform_controller The latest releases for the package html_quickform_controller HTML_QuickForm_Controller 1.0.10 http://pear.php.net/package/HTML_QuickForm_Controller/download/1.0.10/ Jump Action could perform a wrong redirect if $_SERVER['HTTPS'] contained<br /> 'OFF' rather than 'off' (bug #16328) 2009-10-02T09:14:54-05:00 avb HTML_QuickForm_Controller 1.0.9 http://pear.php.net/package/HTML_QuickForm_Controller/download/1.0.9/ Jump Action now uses an absolute URI in Location header, as required by <br /> RFC 2616 (bug #13087) 2008-07-22T07:48:41-05:00 avb HTML_QuickForm_Controller 1.0.8 http://pear.php.net/package/HTML_QuickForm_Controller/download/1.0.8/ Migrate to package.xml version 2.0, use proper header comment blocks.<br /> Minor fixes to phpdoc comments, no code changes since previous release. 2007-05-18T05:36:38-05:00 avb HTML_QuickForm_Controller 1.0.7 http://pear.php.net/package/HTML_QuickForm_Controller/download/1.0.7/ Fixed bug #8687: defaults for checkboxes and multiselects were not correctly<br /> applied in non-modal forms if the user haven't seen the page containing them. 2006-10-08T06:06:52-05:00 avb HTML_QuickForm_Controller 1.0.6 http://pear.php.net/package/HTML_QuickForm_Controller/download/1.0.6/ Fixed bug #6110: HTML_QuickForm::validate() can throw a PEAR_Error, but there <br /> were no checks made for it. 2006-05-31T16:44:59-05:00 avb HTML_QuickForm_Controller 1.0.5 http://pear.php.net/package/HTML_QuickForm_Controller/download/1.0.5/ This is a recommended upgrade for users running HTML_QuickForm 3.2.5<br /> <br /> * Fixed bug #3443: honour session.use_only_cookies setting by not passing<br /> session ID in URL when it is on.<br /> * Fixed bug #5615: some elements' values not displayed properly after<br /> browsing back to a form page (see also bug #5625)<br /> * Fixed bug #5641: unwanted target="_self" form attribute<br /> * Fixed bug #5743: wrong element name in example file statemachine.php<br /> <br /> * Implemented request #4973: internal values may be filtered from the<br /> array returned by HTML_QuickForm_Page::exportValues()<br /> * Redone tabbed.php example to use a common base class instead of<br /> braindead copy-paste technique (see also request #5234) 2005-11-04T15:52:02-05:00 avb HTML_QuickForm_Controller 1.0.4 http://pear.php.net/package/HTML_QuickForm_Controller/download/1.0.4/ * perform() methods of all Action subclasses now consistently return <br /> values (bug #2689) 2004-12-30T11:26:44-05:00 avb HTML_QuickForm_Controller 1.0.3 http://pear.php.net/package/HTML_QuickForm_Controller/download/1.0.3/ * Fixed an error in regWizard.php example (bug #1154)<br /> * It is no longer possible to go to a page of a modal form unless all the <br /> previous pages are valid (bug #2323)<br /> * Controller's setDefaults() and setConstants() methods now accept filters,<br /> like corresponding HTML_QuickForm's methods do (request #1547) 2004-10-01T05:51:26-05:00 avb HTML_QuickForm_Controller 1.0.2 http://pear.php.net/package/HTML_QuickForm_Controller/download/1.0.2/ * HTML_QuickForm_Controller does not rely on form's "name" attribute anymore<br /> (XHTML compliance fix, see also bug #925)<br /> * Use new HTML_QuickForm::arrayMerge() method in place of PHP's builtin<br /> array_merge(), depend on QuickForm 3.2.2<br /> * Applied patch from #929, exportValues() does not overwrite elements with<br /> the same names from different pages. 2004-03-23T05:56:53-05:00 avb HTML_QuickForm_Controller 1.0.1 http://pear.php.net/package/HTML_QuickForm_Controller/download/1.0.1/ * Added a new example showing how to proceed to either of the two pages<br /> based on user input (Donald Lobo). 2003-12-11T09:51:56-05:00 avb