0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 17, 2024 — Jun 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
undo r1454 - it breaks the test suite More... about 16 years ago
Element::Repeatable->process - call childrens process() before $self->repeat. allows them to set themselves up before copying them to _original_elements() More... about 16 years ago
don't use nested-names in 'counter_name' More... about 16 years ago
in a repeatable, don't set a field's original_name, if it's already set - allows a Repeatable within a Repeatable to work More... about 16 years ago
in Element::Repeatable->repeat(), don't default $count to "1" - allow zero reps More... about 16 years ago
update version no. for cpan release. update Changes More... about 16 years ago
adding test file for repeated calls to render() More... about 16 years ago
make sure extra args to plugin() are set /after/ new() is called, so they override anything set in new() More... about 16 years ago
fix for failing Filter::FormatNumber test from Moritz Onken More... about 16 years ago
Model::HashRefs supports now empty repeatable elements More... about 16 years ago
update css for Date element More... about 16 years ago
Unicode doc improvements More... about 16 years ago
add t/elements/label.t to MANIFEST.SKIP More... about 16 years ago
update Changes More... about 16 years ago
update Changes. bump version no. for cpan release More... about 16 years ago
add Element::Label to MANIFEST.SKIP - not going in next cpan release More... about 16 years ago
add doc link to Deflator::PathClassFile to Deflator.pm More... about 16 years ago
give all processors + deflators a locale() inherited-method. make Inflator::DateTime + Deflator::Strftime use $self->locale() instead of $self->form->locale() More... about 16 years ago
add doc link to Element::Number from Element.pm remove link to Element::Label - it won't be included in the next cpan release More... about 16 years ago
change Element::Number so changes to precision() and trailing_zeroes() are passed to the deflator. remove locale() - the deflator + filter use inherited-methods that traverse the element/block/form hierarchy looking for a value More... about 16 years ago
run all .pm files through perltidy More... about 16 years ago
replace all tabs in .pm files for spaces More... about 16 years ago
add doc link to Filter::FormatNumber in Filter.pm add doc link to Deflator::FormatNumber in Deflator.pm More... about 16 years ago
fix load_config_file() - if config_file_path() isn't set, default to pwd More... about 16 years ago
run ObjectUtil.pm through perltidy More... about 16 years ago
move docs for get_field above get_element More... about 16 years ago
fix config so all IDs are unique More... about 16 years ago
Add case for non-existent file More... about 16 years ago
oops, remove curdir More... about 16 years ago
accept multiple config_file_path, and attempt to find the config from one of them More... about 16 years ago