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