0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 24 hours ago. based on code collected about 24 hours ago.
Jun 05, 2024 — Jun 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
documented filters and constraints More... about 18 years ago
some pod + typo fixes More... about 18 years ago
short-circuited param(), params(), valid(), get_errors() and get_error() to return early if form is not submitted. clarified some docs More... about 18 years ago
documentation submitted by Daisuke Maki More... about 18 years ago
all methods in lib/HTML/FormFu.pm now documented More... about 18 years ago
more docs More... about 18 years ago
Filter to encode/decode strings More... about 18 years ago
simplified exception handling More... about 18 years ago
changed from Module::Pluggable::Fast to Module::Pluggable More... about 18 years ago
constraints, filters, etc. have a new localize_args() method, whose values are passed to loc(), to allow substitution of [_1], [_2], etc. New MinLength and MaxLength constraints, which override localize_args() to automatically provide the respective min() or max() value More... about 18 years ago
new constraint 'MinMaxNeeded' to ensure you have filled n out of m fields, e.g. only one from two fields may be filled More... about 18 years ago
added javascript() method to $form - fixes issue #1 More... about 18 years ago
moved form_error_message include from 'form' to 'start_form' template file More... about 18 years ago
added a Callback validator. fixed a bug with Element/group's clone() More... about 18 years ago
the form_error_message div now gets a class-name to aid css More... about 18 years ago
added odd_class() and even_class() methods for setting row class-names. added documentation. More... about 18 years ago
simple_table table tag now gets a 'simple_table' class name added More... about 18 years ago
new simple_table element More... about 18 years ago
new $form->form_error_message() for displaying error message at top of form. added a !$form->submitted short-circuit to has_errors() More... about 18 years ago
added utf8 pragma to I18N file, as it contains utf-8 chars. renamed test file More... about 18 years ago
added a couple of dummy methods to FakeQuery so it won't croak on submission with file element types. for running under both CGI and Catalyst query-types More... about 18 years ago
example css improvements More... about 18 years ago
radiogroup's now use attributes() for it's inner span (was previously unused) More... about 18 years ago
multi.pm now imports some _render_*() methods from field.pm More... about 18 years ago
added auto_inflator_class More... about 18 years ago
if radiogroup's label_filename is legend, it gets rendered before errors so the xhtml is valid. if radiogroup's label_filename is legend, the container gets a 'legend' class instead of 'label' More... about 18 years ago
updated Deploy's files More... about 18 years ago
radiogroup template now uses field as a wrapper. added tests for radiogroup error output More... about 18 years ago
field and multi elements now have a container_tag() method. default is 'span' More... about 18 years ago
had to add some more default methods to hr to stop fatal errors on submission More... about 18 years ago