Skip to content

Releases: pear/HTML_QuickForm

3.2.16

20 Jul 15:19
f5c7da3
Compare
Choose a tag to compare
  • revert [] array syntax

3.2.15

19 Jul 18:04
5787b5e
Compare
Choose a tag to compare
  • RSE exploit (reported by CiviCRM)

3.2.14

19 Jul 13:12
Compare
Choose a tag to compare
  • Fix E_STRICT "Declaration... should be compatible" (possible cause decoder crashes)

(originally released 2014-11-20)

3.2.13

19 Jul 13:16
Compare
Choose a tag to compare
  • maxYear in date element defaults to current year rather than 2010 (bug #18171)
  • autocomplete element now works under FF4+ (bug #18530)

(originally released 2011-10-01)

3.2.12

19 Jul 13:17
Compare
Choose a tag to compare
  • Added Serbian translation for date element (sent by Milos Tijanic)
  • Added Greek translation for date element (sent by Pantelis Evgenidis)
  • Got rid of deprecated split() function (thanks to Daniel O'Connor)
  • Rewritten Javascript for hierselect element to not rely on "for in" loop (bug #16603)

(originally released 2010-10-17)

3.2.11

19 Jul 13:18
Compare
Choose a tag to compare
  • 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)

(originally released 2009-04-08)

3.2.10

19 Jul 13:21
Compare
Choose a tag to compare
  • 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)

(originally released 2007-10-05)