|
Last change
on this file since 48 was
46,
checked in by peichman, 21 years ago
|
|
added examples documentation; documented the create_form function; updated README
|
|
File size:
1.2 KB
|
| Line | |
|---|
| 1 | Release history for Text::FormBuilder. |
|---|
| 2 | |
|---|
| 3 | 0.07 |
|---|
| 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 |
|---|
| 9 | * added write_script method to write a skeleton CGI |
|---|
| 10 | script around the FormBuilder object |
|---|
| 11 | * added external documentation of usage examples |
|---|
| 12 | |
|---|
| 13 | 0.06 - 19 Nov 2004 |
|---|
| 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 |
|---|
| 17 | characters not in [\w\t ] |
|---|
| 18 | * generated code leaves out overwrriten options |
|---|
| 19 | * allow option lists to have simple multiword and quoted |
|---|
| 20 | string values |
|---|
| 21 | * allow for validated but not required fields |
|---|
| 22 | * added a !section directive that splits up a form into |
|---|
| 23 | sub-tables with their own ids and captions |
|---|
| 24 | * fall through to CGI::FormBuilder builtin option lists |
|---|
| 25 | if @LIST does not match a list directive |
|---|
| 26 | * customizable messages similar to CGI::FormBuilder |
|---|
| 27 | * customizable charset for the generated HTML page |
|---|
| 28 | |
|---|
| 29 | 0.05 - 9 Nov 2004 |
|---|
| 30 | * First CPAN release |
|---|
Note: See
TracBrowser
for help on using the repository browser.