Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.

Releases: pear/HTML_QuickForm

3.2.16

Choose a tag to compare

@ashnazg ashnazg released this 20 Jul 15:19
f5c7da3
  • revert [] array syntax

3.2.15

Choose a tag to compare

@ashnazg ashnazg released this 19 Jul 18:04
5787b5e
  • RSE exploit (reported by CiviCRM)

3.2.14

Choose a tag to compare

@ashnazg ashnazg released this 19 Jul 13:12
  • Fix E_STRICT "Declaration... should be compatible" (possible cause decoder crashes)

(originally released 2014-11-20)

3.2.13

Choose a tag to compare

@ashnazg ashnazg released this 19 Jul 13:16
  • 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

Choose a tag to compare

@ashnazg ashnazg released this 19 Jul 13:17
  • 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

Choose a tag to compare

@ashnazg ashnazg released this 19 Jul 13:18
  • 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

Choose a tag to compare

@ashnazg ashnazg released this 19 Jul 13:21
  • 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)