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