[19] | 1 | Release history for Text::FormBuilder. |
---|
| 2 | |
---|
[85] | 3 | 0.11 - 12 May 2005 |
---|
[84] | 4 | * added support for the 'multiple' attribute on fields |
---|
[82] | 5 | * added as_script and as_module methods that just return the |
---|
| 6 | Perl code |
---|
[81] | 7 | * added a !reset directive to name and include a reset button |
---|
[80] | 8 | * added a !submit directive to rename the submit button or to |
---|
| 9 | have multiple submit buttons |
---|
| 10 | |
---|
[78] | 11 | 0.10 - 25 Mar 2005 |
---|
[66] | 12 | * added support for fields with 'other' (requires FB 3.02) |
---|
[78] | 13 | * added support for limited growth 'growable' fields (requires FB 3.02) |
---|
[73] | 14 | * allow end of field line comments in the formspec |
---|
[72] | 15 | * addded an external_css option to include external stylesheets |
---|
[73] | 16 | * using <fieldset> tags instead of <h2> to mark form sections |
---|
| 17 | * group fields can have comments |
---|
[74] | 18 | * deprecated the !field directive |
---|
[66] | 19 | |
---|
| 20 | 0.09 - 10 Mar 2005 |
---|
[56] | 21 | * single-line textfields can be given a maxlength |
---|
[57] | 22 | * BUGFIX: !note and !description blocks can now |
---|
| 23 | contain "unbalanced" quotes (fixed the gramamr) |
---|
[64] | 24 | * removed dynamic lists from the grammar |
---|
[56] | 25 | |
---|
[53] | 26 | 0.08 - 10 Jan 2005 |
---|
[52] | 27 | * failure to load Perl::Tidy is no longer fatal |
---|
| 28 | * create_form tries to emit tidy code |
---|
[53] | 29 | * separated basic parser using code out into a separate |
---|
| 30 | Class::ParseText::Base base class |
---|
[52] | 31 | |
---|
[50] | 32 | 0.07 - 16 Dec 2004 |
---|
[42] | 33 | * added a create_form exported method to "do the right |
---|
| 34 | thing" in simple cases |
---|
| 35 | * added parse_array method to parse an array of lines making |
---|
| 36 | up a formspec |
---|
| 37 | * inline field groups via the !group and !field directives |
---|
[40] | 38 | * added write_script method to write a skeleton CGI |
---|
| 39 | script around the FormBuilder object |
---|
[46] | 40 | * added external documentation of usage examples |
---|
[50] | 41 | * added a !note directive for inserting arbitrary text |
---|
| 42 | between lines in the form |
---|
[40] | 43 | |
---|
| 44 | 0.06 - 19 Nov 2004 |
---|
[23] | 45 | * marked Parse::RecDescent as an explicit dependency |
---|
| 46 | * added a single-quoted string to the grammar that |
---|
| 47 | can be used in the labels and default values to include |
---|
[34] | 48 | characters not in [\w\t ] |
---|
[23] | 49 | * generated code leaves out overwrriten options |
---|
| 50 | * allow option lists to have simple multiword and quoted |
---|
| 51 | string values |
---|
[24] | 52 | * allow for validated but not required fields |
---|
[30] | 53 | * added a !section directive that splits up a form into |
---|
| 54 | sub-tables with their own ids and captions |
---|
[32] | 55 | * fall through to CGI::FormBuilder builtin option lists |
---|
| 56 | if @LIST does not match a list directive |
---|
[34] | 57 | * customizable messages similar to CGI::FormBuilder |
---|
| 58 | * customizable charset for the generated HTML page |
---|
[23] | 59 | |
---|
[19] | 60 | 0.05 - 9 Nov 2004 |
---|
| 61 | * First CPAN release |
---|