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