Skip to content

Commit

Permalink
Release notes for 3.2.11
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/HTML_QuickForm/trunk@278304 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
sad-spirit committed Apr 6, 2009
1 parent a82aa88 commit f5364ef
Showing 1 changed file with 34 additions and 10 deletions.
44 changes: 34 additions & 10 deletions package2.xml
Expand Up @@ -61,9 +61,9 @@ Features:
<email>ron@humaniq.com</email>
<active>no</active>
</developer>
<date>2007-10-05</date>
<date>2009-04-06</date>
<version>
<release>3.2.10</release>
<release>3.2.11</release>
<api>3.2.6</api>
</version>
<stability>
Expand All @@ -72,14 +72,16 @@ Features:
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
* An error in date's setValue() method prevented setting the 'empty' value
as the default one (bug #11717)
* A space could be displayed instead of '0' for frozen elements with value
set to '0' (bug #11995)
* Validation rules on file uploads will be skipped only if no upload was
attempted, not if it failed for some reason (bug #12014)
* 'filename' rule returned integer instead of expected boolean (bug #12015)
* Regexps in Default renderer missed necessary 's' modifier (bug #12026)
* PHP-style Unicode escape codes in regular expressions are translated to
Javascript-style ones when using client-side validation (bug #12736)
* Rules for grouped elements were not removed when removing a group via
removeElement() method (bug #14540)
* Allow setting $collectHidden parameter in constructor of ArraySmarty
renderer, as allowed in constructor of Array renderer (bug #14995)
* Element name was not removed from $_required array in removeElement()
(bug #15520)
* Third and subsequent selects in hierselect could be not cleared under some
circumstances (bug #15955)
</notes>
<contents>
<dir name="/" baseinstalldir="HTML">
Expand Down Expand Up @@ -274,6 +276,28 @@ Features:
<phprelease />
<changelog>
<release>
<version>
<release>3.2.10</release>
<api>3.2.6</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2007-10-05</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
* An error in date's setValue() method prevented setting the 'empty' value
as the default one (bug #11717)
* A space could be displayed instead of '0' for frozen elements with value
set to '0' (bug #11995)
* Validation rules on file uploads will be skipped only if no upload was
attempted, not if it failed for some reason (bug #12014)
* 'filename' rule returned integer instead of expected boolean (bug #12015)
* Regexps in Default renderer missed necessary 's' modifier (bug #12026)
</notes>
</release>
<release>
<version>
<release>3.2.9</release>
<api>3.2.6</api>
Expand Down

0 comments on commit f5364ef

Please sign in to comment.