Last change
on this file since 48 was
46,
checked in by peichman, 20 years ago
|
added examples documentation; documented the create_form function; updated README
|
File size:
1.2 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 |
---|
[46] | 11 | * added external documentation of usage examples |
---|
[40] | 12 | |
---|
| 13 | 0.06 - 19 Nov 2004 |
---|
[23] | 14 | * marked Parse::RecDescent as an explicit dependency |
---|
| 15 | * added a single-quoted string to the grammar that |
---|
| 16 | can be used in the labels and default values to include |
---|
[34] | 17 | characters not in [\w\t ] |
---|
[23] | 18 | * generated code leaves out overwrriten options |
---|
| 19 | * allow option lists to have simple multiword and quoted |
---|
| 20 | string values |
---|
[24] | 21 | * allow for validated but not required fields |
---|
[30] | 22 | * added a !section directive that splits up a form into |
---|
| 23 | sub-tables with their own ids and captions |
---|
[32] | 24 | * fall through to CGI::FormBuilder builtin option lists |
---|
| 25 | if @LIST does not match a list directive |
---|
[34] | 26 | * customizable messages similar to CGI::FormBuilder |
---|
| 27 | * customizable charset for the generated HTML page |
---|
[23] | 28 | |
---|
[19] | 29 | 0.05 - 9 Nov 2004 |
---|
| 30 | * First CPAN release |
---|
Note: See
TracBrowser
for help on using the repository browser.