source: text-formbuilder/trunk/Changes @ 73

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

updated Changes file
can have a hint comment on group fields (displayed after all the subfields)
'#' comments can appear at the end of lines in group field lines

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