| » Version | » Information |
|---|---|
| 0.3.0 |
Release date: 2009-10-25 19:18 UTC Release state: alpha Changelog: Milestone 3: renderers and groups Major additions and changes * Renderers implemented, Default and Array renderers ported from QuickForm 3.x * Groups implemented Feature requests addressed: * Default rendering without tables (request #9116) * setSeparator() method (request #9942) Bug fixes: * Updated PHP dependency to 5.2.0 (bug #14110, PHP bug 37632) * 'checked' attributed on checkboxes and radios was not updated after changing 'value' attribute (bug #15708) Deprecated features: * setOptions() and getOptions() methods of HTML_QuickForm2_Rule are deprecated and will be removed in the next release. Use setConfig() and getConfig() instead. WARNING: next release will have backwards compatibility breaks in setting Rule configuration data. If you are just using built-in Rules you should not be affected, but if you wrote custom subclasses for HTML_QuickForm2_Rule then pay special attention to changes in SVN. Dependencies:
|
| 0.2.0 |
Release date: 2007-10-22 12:13 UTC Release state: alpha Changelog: Milestone 2: now with server-side validation support Major additions and changes: * Server-side validation support added * API break: changed number and order of parameters for element constructors * Fluent interfaces: methods that previously returned nothing now return $this * Added method overloading to Container, allowing $form->addTextarea(...) Feature requests addressed: * Possibility to control validation of an element based on value of some other element (request #4534) * Rule comparing value of an element with numeric constants (request #4728) * Possibility to toggle validation of empty elements (request #9097) Bug fixes (bugs submitted for HTML_QuickForm package): * Wrong options could be selected in <select> elements if numeric strings were used as options' values (bug #10837, bug #11138) Other resources to consider: * QF2 development wiki: http://quickform.mamasam.com/wiki/home * PHPUnit package from channel pear.phpunit.de is needed to run tests Dependencies:
|
| 0.1.0 |
Release date: 2007-04-17 11:43 UTC Release state: alpha Changelog: Milestone 1 Available functionality in this release: * Base classes * Standard HTML elements * Data sources Changes to observe for those familiar with HTML_QuickForm: * DOM-inspired API for working with element hierarchy * Streamlined API for processing the elements' values The following feature requests were addressed in this release: * Request #1283: Optgroup support * Request #1681: Better access to grouped elements * Request #4137: Form-wide functions for unfreezing and setting persistent freeze (also in request #6421) * Request #4564: Checkboxes can be created with arbitrary value * Request #4793: Fixed the misspelled 'persistent' word in method names Other resources to consider: * QF2 development wiki: http://quickform.mamasam.com/wiki/home * PHPUnit package from channel pear.phpunit.de is needed to run tests Dependencies:
|