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