<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
    <channel rdf:about="http://pear.php.net">
    <link>http://pear.php.net/</link>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <dc:language>en-us</dc:language><items>
<rdf:Seq><rdf:li rdf:resource="http://pear.php.net/package/HTML_QuickForm/download/3.2.16/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_QuickForm/download/3.2.15/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_QuickForm/download/3.2.14/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_QuickForm/download/3.2.13/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_QuickForm/download/3.2.12/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_QuickForm/download/3.2.11/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_QuickForm/download/3.2.10/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_QuickForm/download/3.2.9/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_QuickForm/download/3.2.8/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_QuickForm/download/3.2.7/"/>
</rdf:Seq>
</items>

<title>Latest releases of html_quickform</title>
<description>The latest releases for the package html_quickform</description>
</channel>

<item rdf:about="http://pear.php.net/package/HTML_QuickForm/download/3.2.16/">
 <title>HTML_QuickForm 3.2.16</title>
 <link>http://pear.php.net/package/HTML_QuickForm/download/3.2.16/</link>
 <content:encoded>* revert [] array syntax
 </content:encoded>
 <dc:date>2018-07-20T11:25:10-05:00</dc:date>
 <dc:publisher>ashnazg</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/HTML_QuickForm/download/3.2.15/">
 <title>HTML_QuickForm 3.2.15</title>
 <link>http://pear.php.net/package/HTML_QuickForm/download/3.2.15/</link>
 <content:encoded>* RSE exploit (reported by CiviCRM)
 </content:encoded>
 <dc:date>2018-07-19T14:10:38-05:00</dc:date>
 <dc:publisher>ashnazg</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/HTML_QuickForm/download/3.2.14/">
 <title>HTML_QuickForm 3.2.14</title>
 <link>http://pear.php.net/package/HTML_QuickForm/download/3.2.14/</link>
 <content:encoded>* Fix E_STRICT &quot;Declaration... should be compatible&quot; (possible cause decoder crashes)
 </content:encoded>
 <dc:date>2014-11-20T15:53:42-05:00</dc:date>
 <dc:publisher>danielc</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/HTML_QuickForm/download/3.2.13/">
 <title>HTML_QuickForm 3.2.13</title>
 <link>http://pear.php.net/package/HTML_QuickForm/download/3.2.13/</link>
 <content:encoded>* maxYear in date element defaults to current year rather than 2010 (bug #18171)&lt;br /&gt;
* autocomplete element now works under FF4+ (bug #18530)
 </content:encoded>
 <dc:date>2011-10-01T09:58:32-05:00</dc:date>
 <dc:publisher>avb</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/HTML_QuickForm/download/3.2.12/">
 <title>HTML_QuickForm 3.2.12</title>
 <link>http://pear.php.net/package/HTML_QuickForm/download/3.2.12/</link>
 <content:encoded>* Added Serbian translation for date element (sent by Milos Tijanic)&lt;br /&gt;
* Added Greek translation for date element (sent by Pantelis Evgenidis)&lt;br /&gt;
* Got rid of deprecated split() function (thanks to Daniel O'Connor)&lt;br /&gt;
* Rewritten Javascript for hierselect element to not rely on &quot;for in&quot; loop&lt;br /&gt;
  (bug #16603)
 </content:encoded>
 <dc:date>2010-10-17T08:34:29-05:00</dc:date>
 <dc:publisher>avb</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/HTML_QuickForm/download/3.2.11/">
 <title>HTML_QuickForm 3.2.11</title>
 <link>http://pear.php.net/package/HTML_QuickForm/download/3.2.11/</link>
 <content:encoded>* PHP-style Unicode escape codes in regular expressions are translated to&lt;br /&gt;
  Javascript-style ones when using client-side validation (bug #12736)&lt;br /&gt;
* Rules for grouped elements were not removed when removing a group via&lt;br /&gt;
  removeElement() method (bug #14540)&lt;br /&gt;
* Allow setting $collectHidden parameter in constructor of ArraySmarty&lt;br /&gt;
  renderer, as allowed in constructor of Array renderer (bug #14995)&lt;br /&gt;
* Element name was not removed from $_required array in removeElement()&lt;br /&gt;
  (bug #15520)&lt;br /&gt;
* Third and subsequent selects in hierselect could be not cleared under some&lt;br /&gt;
  circumstances (bug #15955)
 </content:encoded>
 <dc:date>2009-04-08T17:52:31-05:00</dc:date>
 <dc:publisher>avb</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/HTML_QuickForm/download/3.2.10/">
 <title>HTML_QuickForm 3.2.10</title>
 <link>http://pear.php.net/package/HTML_QuickForm/download/3.2.10/</link>
 <content:encoded>* An error in date's setValue() method prevented setting the 'empty' value&lt;br /&gt;
  as the default one (bug #11717)&lt;br /&gt;
* A space could be displayed instead of '0' for frozen elements with value&lt;br /&gt;
  set to '0' (bug #11995)&lt;br /&gt;
* Validation rules on file uploads will be skipped only if no upload was&lt;br /&gt;
  attempted, not if it failed for some reason (bug #12014)&lt;br /&gt;
* 'filename' rule returned integer instead of expected boolean (bug #12015)&lt;br /&gt;
* Regexps in Default renderer missed necessary 's' modifier (bug #12026)
 </content:encoded>
 <dc:date>2007-10-05T16:28:59-05:00</dc:date>
 <dc:publisher>avb</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/HTML_QuickForm/download/3.2.9/">
 <title>HTML_QuickForm 3.2.9</title>
 <link>http://pear.php.net/package/HTML_QuickForm/download/3.2.9/</link>
 <content:encoded>This release fixes problems introduced in release 3.2.8:&lt;br /&gt;
* Fixes to bug #10837 and bug #11138 could prevent setting the values &lt;br /&gt;
  of 'date' elements. Thanks to Massimiliano Arione for reporting.&lt;br /&gt;
* Fix to bug #10754 broke 'compare' rules with '!=' operators&lt;br /&gt;
  (see bug #11229)
 </content:encoded>
 <dc:date>2007-06-05T14:39:17-05:00</dc:date>
 <dc:publisher>avb</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/HTML_QuickForm/download/3.2.8/">
 <title>HTML_QuickForm 3.2.8</title>
 <link>http://pear.php.net/package/HTML_QuickForm/download/3.2.8/</link>
 <content:encoded>Development of QuickForm version 3 is now frozen. Only bug fixing will be&lt;br /&gt;
done. All feature requests should be submitted for HTML_QuickForm2 package.&lt;br /&gt;
&lt;br /&gt;
Changes:&lt;br /&gt;
* Moved to package.xml version 2&lt;br /&gt;
* Proper header comment blocks&lt;br /&gt;
&lt;br /&gt;
Bugfixes:&lt;br /&gt;
* Possible segfault when using Default Renderer due to sub-optimal regexps&lt;br /&gt;
  (bug #9977)&lt;br /&gt;
* Validation of elements containing numeric strings by 'compare' rule&lt;br /&gt;
  could give wrong results (bug #10754)&lt;br /&gt;
* Regexp-based rules incorrectly allowed trailing newlines in values being&lt;br /&gt;
  validated (bug #10799)&lt;br /&gt;
* Wrong options could be selected in &lt;select&gt; elements if numeric strings&lt;br /&gt;
  were used as options' values (bug #10837, bug #11138)&lt;br /&gt;
* 'checked' attribute of checkbox was not cleared if adding checkbox to &lt;br /&gt;
  a form submitted with this box unchecked (bug #11047)
 </content:encoded>
 <dc:date>2007-06-03T15:31:30-05:00</dc:date>
 <dc:publisher>avb</dc:publisher>
</item>
<item rdf:about="http://pear.php.net/package/HTML_QuickForm/download/3.2.7/">
 <title>HTML_QuickForm 3.2.7</title>
 <link>http://pear.php.net/package/HTML_QuickForm/download/3.2.7/</link>
 <content:encoded>Development of QuickForm version 3 is now frozen. Only bug fixing will be&lt;br /&gt;
done. All feature requests should be submitted for HTML_QuickForm2 package.&lt;br /&gt;
&lt;br /&gt;
Bugfixes:&lt;br /&gt;
* Radio button with value attribute of '0' was incorrectly set checked&lt;br /&gt;
  after setDefaults() call (bug #8057)&lt;br /&gt;
* Fixed errors in eval()'d code when element's name contains single quotes&lt;br /&gt;
  and/or backslashes (bug #8123, bug #8414 has a more realistic example)&lt;br /&gt;
* Fixed PHP warning on outputting hiddenselect element when its values&lt;br /&gt;
  were never set (bug #8305)&lt;br /&gt;
* Removed unnecessary if-else from HTML_QuickForm_file::moveUploadedFile()&lt;br /&gt;
  (bug #8329)&lt;br /&gt;
* Fixed Javascript error in hierselect element if option text was a number&lt;br /&gt;
  (bug #8497)
 </content:encoded>
 <dc:date>2006-10-10T12:00:08-05:00</dc:date>
 <dc:publisher>avb</dc:publisher>
</item>

</rdf:RDF>