0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Aug 14, 2024 — Aug 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
changed all element filenames to CamelCase style. breaks back-compat! - changes to all current forms/config required More... almost 18 years ago
put Carl as the sole entry in authors, add CONTRIBUTORS section. META.yml shows me as the author otherwise... More... almost 18 years ago
buttons no longer lose their value if that button wasn't submitted More... almost 18 years ago
renamed field.pm to _field.pm, group.pm to _group.pm, input.pm to _input.pm, nonblock.pm to _nonblock.pm to emphasize they're not intended to be used directly More... almost 18 years ago
changed an unnecessary truth check to defined(). removed a couple of unnecessary tests More... almost 18 years ago
patch from Brian Cassidy to add missing Scalar::Util::refaddr() imports More... almost 18 years ago
submitted an empty string for day/month/year to a date element without a Required constraint was incorrectly causing an error. added test More... almost 18 years ago
adding missing Scalar::Utils blessed() imports. removing unnecessary import from Constraint/CallbackOnce.pm More... almost 18 years ago
added (fallback => 1) to all overloads. changed a $field truth check to defined() More... almost 18 years ago
added i18n for Imager classes More... almost 18 years ago
changed default auto_error_message() from "form_%t_error" to "form_%s_%t" - this effects all user's custom i18n files. removed i18n key "form_default_error" - was only being used by test files. More... almost 18 years ago
change required to process() as Element/Dojo/Repeatable was broken. bumped version no. in for upcoming cpan release More... almost 18 years ago
date element, day(), month() and year() all now use the 'type' value when creating the select menu - allows the use of user-defined element types. More... about 18 years ago
date element now has a default() method which accepts either a DateTime object or a date string matching strftime() More... about 18 years ago
cleaned up date element internals - made subs shorter and easier to read More... about 18 years ago
changed methods/syntax of date options - see pod More... about 18 years ago
fixed YAML::Syck's utf-8 handling, correctly this time! More... about 18 years ago
check for period starting yaml file extension. correct case for TT option More... about 18 years ago
temporary fix to ensure data from yaml files is utf8-decoded More... about 18 years ago
change internals of FakeQuery, so we don't accidentally use query() instead of input() More... about 18 years ago
added ENCODING option to TT args More... about 18 years ago
make Element/date::process_input() call next::method() More... about 18 years ago
fixed date elements handling of input - was only working with FakeQuery input. all fields now have a process_input() method which is called during $form->process. More... about 18 years ago
fixed 'uninitialized value' warning when select element has no name More... about 18 years ago
date element - new methods day_default(), month_default(), year_default() More... about 18 years ago
new methods on date element - year_prefix, month_prefix, day_prefix More... about 18 years ago
date element - if months() is not set, the list of month names is now gotten from DateTime::Locale. new short_months() method to instead get the abbreviated month names More... about 18 years ago
date element no longer dies on invalid dates. provide i18n string for inflator/datetime errors More... about 18 years ago
explicitly test Required constraint on Date element More... about 18 years ago
test file for error msg problem reported by kewei xiao More... about 18 years ago