Last change
on this file since 45 was
42,
checked in by peter, 20 years ago
|
added a create_form exported method to "do the right thing" in simple cases
added parse_array method to parse an array of lines making up a formspec
some internal cleanup of the lines structure
|
File size:
1.1 KB
|
Rev | Line | |
---|
[19] | 1 | Release history for Text::FormBuilder. |
---|
| 2 | |
---|
[40] | 3 | 0.07 |
---|
[42] | 4 | * added a create_form exported method to "do the right |
---|
| 5 | thing" in simple cases |
---|
| 6 | * added parse_array method to parse an array of lines making |
---|
| 7 | up a formspec |
---|
| 8 | * inline field groups via the !group and !field directives |
---|
[40] | 9 | * added write_script method to write a skeleton CGI |
---|
| 10 | script around the FormBuilder object |
---|
| 11 | |
---|
| 12 | 0.06 - 19 Nov 2004 |
---|
[23] | 13 | * marked Parse::RecDescent as an explicit dependency |
---|
| 14 | * added a single-quoted string to the grammar that |
---|
| 15 | can be used in the labels and default values to include |
---|
[34] | 16 | characters not in [\w\t ] |
---|
[23] | 17 | * generated code leaves out overwrriten options |
---|
| 18 | * allow option lists to have simple multiword and quoted |
---|
| 19 | string values |
---|
[24] | 20 | * allow for validated but not required fields |
---|
[30] | 21 | * added a !section directive that splits up a form into |
---|
| 22 | sub-tables with their own ids and captions |
---|
[32] | 23 | * fall through to CGI::FormBuilder builtin option lists |
---|
| 24 | if @LIST does not match a list directive |
---|
[34] | 25 | * customizable messages similar to CGI::FormBuilder |
---|
| 26 | * customizable charset for the generated HTML page |
---|
[23] | 27 | |
---|
[19] | 28 | 0.05 - 9 Nov 2004 |
---|
| 29 | * First CPAN release |
---|
Note: See
TracBrowser
for help on using the repository browser.