0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Aug 12, 2024 — Aug 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
filters are now run *before* constraints More... over 18 years ago
deleted some unused code More... over 18 years ago
moving example into subdir More... over 18 years ago
defined check More... over 18 years ago
when there's multiple inputs with the same name, and multiple values are submitted for that name, each input will have the correct value rendered. also works with multi-selects and radiogroups More... over 18 years ago
populate() now returns $self, so it can be chained. load_config_file() now accepts an arrayref of filenames More... over 18 years ago
some more docs More... over 18 years ago
added support for 'type' arg to get_constraint(s), get_filter(s), get_deflator(s) and get_inflator(s) More... over 18 years ago
some up-to-date documentation More... over 18 years ago
new submitted_and_valid() method More... over 18 years ago
errors are now a child of a constraint, rather than a field. errors have a new field() method which is an alias to $self->parent->parent() More... over 18 years ago
removed add_error(). skipping some tests until $constraint->force_errors() is implemented More... over 18 years ago
all code from field::render() is moved out to seperate subroutines. label and comment class names are now added before error class names More... over 18 years ago
new auto_constraint_class() feature. can be set on the form, fieldset/block or element. no default value More... over 18 years ago
localise() moved from ObjectUtil to Form. all calls to localise now go through $self->form() More... over 18 years ago
new auto_error_message() feature. can be set on the form, fieldset/block or element. if no error message set, is used to generate an I18N key. default value 'form_%t_error'. More... over 18 years ago
new auto_error_class() feature. can be set on the form, fieldset/block or element. default value '%t_error'. also moved some code from field::render() out to seperate subroutines for better readability More... over 18 years ago
moving all formfu /trunk files into /trunk/HTML-FormFu More... over 18 years ago
new directories for repos layout change More... over 18 years ago