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