| Pear Announce 2004-06-28, 4:08 pm |
| The new PEAR package HTML_QuickForm-3.2.3 (stable) has been released at http://pear.php.net/.
Release notes
-------------
* Additions and changes
- Implemented a new 'xbutton' element for HTML 4.0 <button> tag
(see also #1227)
- HTML_QuickForm::toArray() method accepts a boolean value that is
passed to the constructor of HTML_QuickForm_Renderer_Array (see #1392)
- ITDynamic renderer is now able to select a block for rendering based
on the element's name (see #1506)
- Default template of Default Renderer now allows XHTML-compliant output
of hidden elements (see #1124)
- Added Esperanto translation and French accents for date element
(Sebastien Montagne)
- Implemented #553: ITStatic renderer can use special blocks for required
elements and errors, if present in the template
- Implemented #1576: Enclose js code between //<![CDATA[ and //]]>
to make it xhtml compliant
* Bugfixes
- Fixed #1235 (setChecked() and setValue() did not work on advcheckbox)
- Fixed #1389 (Invalid comments in autocomplete element's Javascript)
- Fixed #1143 (Client validation should be turned off for frozen elements)
- Fixed #1252 (File upload names were not cleaned when magic_quotes_gpc = On)
- Fixed notices raised by hierselect element (reported by Herim Vasquez)
- Fixed #1248 (Errors in hierselect's Javascript when element's name
begins with a number)
- Fixed #1577 (hierselect's Javascript works with multiselects)
- Fixed #1516 (Default Renderer should use separators even when
setGroupTemplate() is used)
- Fixed #1694 (ITStatic renders hidden element with brackets correctly,
patch provided by milamamu)
Package Info
-------------
The HTML_QuickForm package provides methods for dynamically create, validate and render HTML forms.
Features:
* More than 20 ready-to-use form elements.
* XHTML compliant generated code.
* Numerous mixable and extendable validation rules.
* Automatic server-side validation and filtering.
* On request javascript code generation for client-side validation.
* File uploads support.
* Total customization of form rendering.
* Support for external template engines (ITX, Sigma, Flexy, Smarty).
* Pluggable elements, rules and renderers extensions.
Related Links
-------------
Package home: http://pear.php.net/package/HTML_QuickForm
Changelog: http://pear.php.net/package/HTML_Qu.../download/3.2.3
Download: http://pear.php.net/get/HTML_QuickForm-3.2.3.tgz
Authors
-------------
Bertrand Mansion <bmansion@mamasam.com> (lead)
Adam Daniel <adaniel2@cinci.rr.com> (lead)
Jason Rust <jason@rustyparts.com> (developer)
Alexey Borzov (lead)
Thomas Schulz <ths@4bconsult.de> (developer)
|