Skip to content

Releases: it-all/FormFormer

v2.2.2

07 Jan 02:01
Compare
Choose a tag to compare
allow select field option with no value to be selected, closes #3

v2.2.1

20 Aug 20:12
Compare
Choose a tag to compare
adds month and datetime-local to valid input types

htmlentities Modifications

28 Jul 22:01
Compare
Choose a tag to compare

Modify htmlentities calls to remove HTML5 flag. Make htmlentities call optional for element content and disable for select and datalist fields options.

Security Patch

18 Sep 14:27
Compare
Choose a tag to compare

Using htmlentities() to escape html content.

v2.0.2

15 Jun 13:09
Compare
Choose a tag to compare
correct fieldset error message style

Enable Fieldset Errors

15 Jun 12:54
Compare
Choose a tag to compare
v2.0.1

change strlen to mb_strlen

v2.0

29 Apr 18:55
Compare
Choose a tag to compare

Twig has been dropped. Forms are output using PHP.

Radio and Checkbox Field Label Update

30 Aug 10:25
Compare
Choose a tag to compare
v1.1.2

allow checkbox and radio inputs the option of having field label on top

FormFormer_Twig

25 Apr 14:57
Compare
Choose a tag to compare

I will be abandoning the use of Twig in future FormFormer versions.

Why?

  • To reduce both package and language dependencies (both for FormFormer and projects that use FormFormer)
  • Performance
  • To increase PHP skill in templating and security
  • The benefits of templating languages are dubious for larger, more complex applications

v1.1.1

12 Aug 13:18
Compare
Choose a tag to compare
fix focus field to work for select fields