openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
F
fireartist's HTML-FormFu
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 6 hours
ago. based on code collected
about 6 hours
ago.
Aug 14, 2024 — Aug 14, 2025
Showing page 39 of 45
Search / Filter on:
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
fireartist
More...
almost 18 years ago
put Carl as the sole entry in authors, add CONTRIBUTORS section. META.yml shows me as the author otherwise...
bricas
More...
almost 18 years ago
buttons no longer lose their value if that button wasn't submitted
fireartist
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
fireartist
More...
almost 18 years ago
changed an unnecessary truth check to defined(). removed a couple of unnecessary tests
fireartist
More...
almost 18 years ago
patch from Brian Cassidy to add missing Scalar::Util::refaddr() imports
fireartist
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
fireartist
More...
almost 18 years ago
adding missing Scalar::Utils blessed() imports. removing unnecessary import from Constraint/CallbackOnce.pm
fireartist
More...
almost 18 years ago
added (fallback => 1) to all overloads. changed a $field truth check to defined()
fireartist
More...
almost 18 years ago
added i18n for Imager classes
fireartist
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.
fireartist
More...
almost 18 years ago
change required to process() as Element/Dojo/Repeatable was broken. bumped version no. in for upcoming cpan release
fireartist
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.
fireartist
More...
about 18 years ago
date element now has a default() method which accepts either a DateTime object or a date string matching strftime()
fireartist
More...
about 18 years ago
cleaned up date element internals - made subs shorter and easier to read
fireartist
More...
about 18 years ago
changed methods/syntax of date options - see pod
fireartist
More...
about 18 years ago
fixed YAML::Syck's utf-8 handling, correctly this time!
fireartist
More...
about 18 years ago
check for period starting yaml file extension. correct case for TT option
fireartist
More...
about 18 years ago
temporary fix to ensure data from yaml files is utf8-decoded
fireartist
More...
about 18 years ago
change internals of FakeQuery, so we don't accidentally use query() instead of input()
fireartist
More...
about 18 years ago
added ENCODING option to TT args
fireartist
More...
about 18 years ago
make Element/date::process_input() call next::method()
fireartist
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.
fireartist
More...
about 18 years ago
fixed 'uninitialized value' warning when select element has no name
fireartist
More...
about 18 years ago
date element - new methods day_default(), month_default(), year_default()
fireartist
More...
about 18 years ago
new methods on date element - year_prefix, month_prefix, day_prefix
fireartist
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
fireartist
More...
about 18 years ago
date element no longer dies on invalid dates. provide i18n string for inflator/datetime errors
fireartist
More...
about 18 years ago
explicitly test Required constraint on Date element
fireartist
More...
about 18 years ago
test file for error msg problem reported by kewei xiao
fireartist
More...
about 18 years ago
←
1
2
…
35
36
37
38
39
40
41
42
43
44
45
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree