source: text-formbuilder

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @90   17 years peichman * documentation patch from Ron Pero * added shebang line to the fb.pl …
(edit) @89   19 years peichman minor doc fixes updated version number set actual number of tests
(edit) @88   19 years peichman BUGFIX: stopped crosstalk of data from one object to another (references …
(edit) @87   19 years peichman added !fb directive to hold FB parameters as YAML serialized values …
(edit) @86   20 years peichman CPAN release
(edit) @85   20 years peichman updated version number and changelog
(edit) @84   20 years peichman added support for the 'multiple' attribute on fields
(edit) @83   20 years peichman BUGFIX: typo in write_module where params were not getting passed in …
(edit) @82   20 years peichman added a $parser->{debug} attribute to Class::ParseText::Base that controls …
(edit) @81   20 years peichman added a !reset directive to name and include a reset button
(edit) @80   20 years peichman added a !submit directive to rename the submit button or to have multiple …
(edit) @79   20 years peichman CPAN release
(edit) @78   20 years peichman fixed version number in README put release date into the Changes
(edit) @77   20 years peichman fixed some typos in the docs rearranged internals in the grammar, plus a …
(edit) @76   20 years peichman added more test scripts, including pod coverage test
(edit) @75   20 years peichman completed and documented the parse_handle method
(edit) @74   20 years peichman deprecated the !field directive updated docs for generated code
(edit) @73   20 years peichman updated Changes file can have a hint comment on group fields (displayed …
(edit) @72   20 years peichman addded an external_css option to include external stylesheets
(edit) @71   20 years peichman documented how to do blank labels on fields changed !head from <h3> to …
(edit) @70   20 years peichman updated docs to match some changed features in the code removed ':' from …
(edit) @69   20 years peichman abstracted out the form options code; revisions to the code generation …
(edit) @68   20 years peichman BUGFIX: option list items had an inadvertant minimum length of 2 cleaned …
(edit) @67   20 years peichman using <fieldset> instead of <h2> tags for dividing forms up into sections
(edit) @66   20 years peichman worked on the rules for parsing lists in the grammar allow end of field …
(edit) @65   20 years peichman CPAN release
(edit) @64   20 years peichman fixed grammar so that outer {} and [] are no longer included in the …
(edit) @63   20 years peichman field groups can be directly named as the type in a fieldspec
(edit) @62   20 years peichman return $field from the field rule to allow parsing and return of …
(edit) @61   20 years peichman added growable field support (release pending release of FB 3.002) upped …
(edit) @60   20 years peichman using the 'columns' argument to get columns of checkboxes (instead of …
(edit) @59   20 years peichman added a class="fieldgroup" attr to field group spans added a brace_block …
(edit) @58   20 years peichman CPAN developer release
(edit) @57   20 years peichman BUGFIX: can have "unbalanced" quotes in note or description blocks (wrote …
(edit) @56   20 years peichman single-line textfields can be given a maxlength
(edit) @55   20 years peichman updated version number added Class::Base to dependancies laid groundwork …
(edit) @54   20 years peichman CPAN release
(edit) @53   20 years peichman separated basic parser using code out into a separate …
(edit) @52   20 years peichman failure to load Perl::Tidy is no longer fatal create_form tries to emit …
(edit) @51   20 years peichman CPAN release
(edit) @50   20 years peichman fallthrough to CGI::FormBuilder builtin lists working (again); added a …
(edit) @49   20 years peichman CPAN developer release
(edit) @48   20 years peichman
(edit) @47   20 years peichman removed META.yml
(edit) @46   20 years peichman added examples documentation; documented the create_form function; updated …
(edit) @45   20 years peichman fixed tag typo
(edit) @44   20 years peter tagged as 0.07_02
(edit) @43   20 years peter ignoring test
(edit) @42   20 years peter added a create_form exported method to "do the right thing" in simple …
(edit) @41   20 years peter tagged as 0.07_1
(edit) @40   20 years peter updated changelog
(edit) @39   20 years peter added write_script function to write a complete CGI script using the form …
(edit) @38   20 years peter more documentation upped version number
(edit) @37   20 years peter CPAN release
(edit) @36   20 years peter CPAN developer release
(edit) @35   20 years peter updated version number
(edit) @34   20 years peter customizable messages similar to CGI::FormBuilder customizable charset for …
(edit) @33   20 years peter split _template into _pre_template and _post_template BUGFIX: moved …
(edit) @32   20 years peter fall through to CGI::FormBuilder builtin option lists if @LIST does not …
(edit) @31   20 years peter updated TODOs
(edit) @30   20 years peter added CSS customization special-case for single-option checkboxes
(edit) @29   20 years peter added !section directive
(edit) @28   20 years peter fixed errors from undefined references removed old field/heading code from …
(edit) @27   20 years peter tagged as 0.06_01
(edit) @26   20 years peter updated docs and version number
(edit) @25   20 years peter tried adding fall-through to built-in option lists but not yet working …
(edit) @24   20 years peter allow for validating but not required fields
(edit) @23   20 years peter marked Parse::RecDescent as an explicit dependency added a single-quoted …
(edit) @22   20 years peter added single-quoted strings for label and default
(edit) @21   20 years peter added !group and !field directive to the language to allow for horizontal …
(edit) @20   20 years peter first CPAN release
(edit) @19   20 years peter more documentation added automagic parse method; moved old parse($file) …
(edit) @18   20 years peter tagged as 0.04
(edit) @17   20 years peter removed fb.pl form MANIFEST updated dependancies
(edit) @16   20 years peter catch, warn about, and skip unknown directives (lines beginning with !) …
(edit) @15   20 years peter added invalid field class CSS hook moved descirption from full tempalte to …
(edit) @14   20 years peter added a !description directive enabled showing checkboxes/radio groups as …
(edit) @13   20 years peter tagged as 0.03
(edit) @12   20 years peter added a method to write a "pre-compiled" module that encapsulates setting …
(edit) @11   20 years peter added a !head directive for section headers in forms removed generated …
(edit) @10   20 years peter added dynamic lists (evaled perl code blocks) to !list def command
(edit) @9   20 years peter added some simple tests worked on CGI framework script
(edit) @8   20 years peter tagged as 0.02
(edit) @7   20 years peter removed dependecies on YAML and Parse::RecDescent renamed _dump to dump; …
(edit) @6   20 years peter made a copy
(edit) @5   20 years peter deleted auto-generated META.yml
(edit) @4   20 years peter included fb.pl in EXE_FILES in Makefile.PL
(edit) @3   20 years peter removed generated html docs lib/Text/FormBuilder.html
(edit) @2   20 years peter removed temporary/non-project files
(add) @1   20 years peter initial import
Note: See TracRevisionLog for help on using the revision log.