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