source: text-formbuilder/trunk/Changes @ 82

Last change on this file since 82 was 82, checked in by peichman, 19 years ago

added a $parser->{debug} attribute to Class::ParseText::Base that controls $::RD_TRACE
added as_script and as_module methods that return the Perl code without writing to a file
changed required field message and markers

File size: 2.4 KB
Line 
1Release history for Text::FormBuilder.
2
30.11
4    * added as_script and as_module methods that just return the
5      Perl code
6    * added a !reset directive to name and include a reset button
7    * added a !submit directive to rename the submit button or to
8      have multiple submit buttons
9   
100.10 - 25 Mar 2005
11    * added support for fields with 'other' (requires FB 3.02)
12    * added support for limited growth 'growable' fields (requires FB 3.02)
13    * allow end of field line comments in the formspec
14    * addded an external_css option to include external stylesheets
15    * using <fieldset> tags instead of <h2> to mark form sections
16    * group fields can have comments
17    * deprecated the !field directive
18   
190.09 - 10 Mar 2005
20    * single-line textfields can be given a maxlength
21    * BUGFIX: !note and !description blocks can now
22      contain "unbalanced" quotes (fixed the gramamr)
23    * removed dynamic lists from the grammar
24   
250.08 - 10 Jan 2005
26    * failure to load Perl::Tidy is no longer fatal
27    * create_form tries to emit tidy code
28    * separated basic parser using code out into a separate
29      Class::ParseText::Base base class
30   
310.07 - 16 Dec 2004
32    * added a create_form exported method to "do the right
33      thing" in simple cases
34    * added parse_array method to parse an array of lines making
35      up a formspec
36    * inline field groups via the !group and !field directives
37    * added write_script method to write a skeleton CGI
38      script around the FormBuilder object
39    * added external documentation of usage examples
40    * added a !note directive for inserting arbitrary text
41      between lines in the form
42   
430.06 - 19 Nov 2004
44    * marked Parse::RecDescent as an explicit dependency
45    * added a single-quoted string to the grammar that
46      can be used in the labels and default values to include
47      characters not in [\w\t ]
48    * generated code leaves out overwrriten options
49    * allow option lists to have simple multiword and quoted
50      string values
51    * allow for validated but not required fields
52    * added a !section directive that splits up a form into
53      sub-tables with their own ids and captions
54    * fall through to CGI::FormBuilder builtin option lists
55      if @LIST does not match a list directive
56    * customizable messages similar to CGI::FormBuilder
57    * customizable charset for the generated HTML page
58   
590.05 -  9 Nov 2004
60    * First CPAN release
Note: See TracBrowser for help on using the repository browser.