Last 30 days
-
r1658
(tagging cpan release Catalyst-Controller-HTML-FormFu 0.06001...) committed by fireartist
- tagging cpan release Catalyst-Controller-HTML-FormFu 0.06001
tagging cpan release Catalyst-Controller-HTML-FormFu 0.06001
-
r1657
(bumped version no. + updated Changes file for cpan release.
...) committed by fireartist
- bumped version no. + updated Changes file for cpan release.
running Makefile.PL as author now generated README
bumped version no. + updated Changes file for cpan release.
running Makefile.PL as author now generated README
-
-
r1655
(tagging cpan release HTML-FormFu-Model-DBIC 0.06000
) committed by fireartist
- tagging cpan release HTML-FormFu-Model-DBIC 0.06000
tagging cpan release HTML-FormFu-Model-DBIC 0.06000
-
r1654
(bumped version no. + updated Changes file for cpan release.
...) committed by fireartist
- bumped version no. + updated Changes file for cpan release.
running Makefile.PL as author now generates README file
bumped version no. + updated Changes file for cpan release.
running Makefile.PL as author now generates README file
-
r1653
(tagging cpan release HTML-FormFu 0.06000
) committed by fireartist
- tagging cpan release HTML-FormFu 0.06000
tagging cpan release HTML-FormFu 0.06000
-
r1652
(bumped version no. + updated Changes file for cpan release
) committed by fireartist
- bumped version no. + updated Changes file for cpan release
bumped version no. + updated Changes file for cpan release
-
r1651
(test setting __uri_for(x)__ in a config file
) committed by fireartist
- test setting __uri_for(x)__ in a config file
test setting __uri_for(x)__ in a config file
-
r1650
(document that Constraint::AutoSet works on Checkboxgroup fie...) committed by fireartist
- document that Constraint::AutoSet works on Checkboxgroup fields - RT #51555
document that Constraint::AutoSet works on Checkboxgroup fields - RT #51555
-
r1649
(New Repeatable::Any constraint
) committed by fireartist
- New Repeatable::Any constraint
New Repeatable::Any constraint
-
-
r1647
(make Repeatable::Any constraint work within Repeatable-Repea...) committed by fireartist
- make Repeatable::Any constraint work within Repeatable-Repeatable elements
make Repeatable::Any constraint work within Repeatable-Repeatable elements
-
r1646
(Repeatable elements inside a Repeatable element, now works w...) committed by fireartist
- Repeatable elements inside a Repeatable element, now works without having nested_name set.
Repeatable elements inside a Repeatable element, now works without having nested_name set.
-
r1645
(first stab at a Repeatable::Any constraint that will pass if...) committed by fireartist
- first stab at a Repeatable::Any constraint that will pass if at least 1 repetition of a field is
filled in
first stab at a Repeatable::Any constraint that will pass if at least 1 repetition of a field is
filled in
-
r1644
(New only_on_reps() method for constraints on fields within a...) committed by fireartist
- New only_on_reps() method for constraints on fields within a Repeatable element.
Causes the constraint to only be run if the field's repeatable_count() matches one of the set
values.
New only_on_reps() method for constraints on fields within a Repeatable element.
Causes the constraint to only be run if the field's repeatable_count() matches one of the set
values.
-
-
r1642
(silence test suite by fixing reftype calls and trapping depr...) committed by brian.cassidy
- silence test suite by fixing reftype calls and trapping deprecation warnings
silence test suite by fixing reftype calls and trapping deprecation warnings
-
r1641
(depend on v0.26 of Data::Visitor; Data::Visitor::Callback do...) committed by brian.cassidy
- depend on v0.26 of Data::Visitor; Data::Visitor::Callback does not have a version.
depend on v0.26 of Data::Visitor; Data::Visitor::Callback does not have a version.
-
r1640
(change all uses of YAML::Syck to YAML::XS, as Config::Any no...) committed by fireartist
- change all uses of YAML::Syck to YAML::XS, as Config::Any now prefers that for YAML files.
checked that examples/unicode application still works as expected.
YAML::XS doesn't appear to need anything set to decode files as UTF8
change all uses of YAML::Syck to YAML::XS, as Config::Any now prefers that for YAML files.
checked that examples/unicode application still works as expected.
YAML::XS doesn't appear to need anything set to decode files as UTF8
-
r1639
(New get_parent() method that traverses the parent hierarchy,...) committed by fireartist
- New get_parent() method that traverses the parent hierarchy, returning the first parent that matches
the supplied options.
New get_parent() method that traverses the parent hierarchy, returning the first parent that matches
the supplied options.
-
r1638
(update Changes + Makefile.PL prereqs
) committed by fireartist
- update Changes + Makefile.PL prereqs
update Changes + Makefile.PL prereqs
-
r1637
(tests now use in-memory sqlite db, so tests can be run in pa...) committed by fireartist
- tests now use in-memory sqlite db, so tests can be run in parallel.
db now deployed from DBIC schema, rather than hardcoded SQL statements
tests now use in-memory sqlite db, so tests can be run in parallel.
db now deployed from DBIC schema, rather than hardcoded SQL statements
-
r1636
(If a field in a Repeatable block had an error, all copies of...) committed by fireartist
- If a field in a Repeatable block had an error, all copies of that field were displaying the error.
- reported by Doug Orleans.
If a field in a Repeatable block had an error, all copies of that field were displaying the error.
- reported by Doug Orleans.
-
r1635
(more tests for error handling within a repeatable) committed by fireartist
- more tests for error handling within a repeatable
more tests for error handling within a repeatable
-
r1634
(add tests to check output of repeatable with errors is as ex...) committed by fireartist
- add tests to check output of repeatable with errors is as expected
add tests to check output of repeatable with errors is as expected
-
r1633
(New Element::Block method auto_block_id()
) committed by fireartist
- New Element::Block method auto_block_id()
New Element::Block method auto_block_id()
-
r1632
(documented that '%r' in auto_id() is replaced by the repeata...) committed by fireartist
- documented that '%r' in auto_id() is replaced by the repeatable_count()
documented that '%r' in auto_id() is replaced by the repeatable_count()
-
r1631
(after submission, group-type fields were getting the wrong v...) committed by fireartist
- after submission, group-type fields were getting the wrong value when multiple fields had the same
name.
patch by Doug Orleans.
after submission, group-type fields were getting the wrong value when multiple fields had the same
name.
patch by Doug Orleans.
-
-
r1629
(require v0.26 of Data::Visitor::Callback - when it moved fro...) committed by fireartist
- require v0.26 of Data::Visitor::Callback - when it moved from Any::Moose to Moose
require v0.26 of Data::Visitor::Callback - when it moved from Any::Moose to Moose
-
issue 53
(Model::DBIC fails to install -- Deep recursion/segfault duri...) Status changed by fireartist
-
-
issue 52
(Missing Depedency: Tests fail unless DateTime::Format::SQLit...) changed by fireartist
-
Status:
Fixed
Labels:
Type-Defect Component-Installation
Status:
Fixed
Labels:
Type-Defect Component-Installation
-
issue 50
(Add accessor for data to be passed through to Config::Auto's...) Labels changed by fireartist
-
Labels:
Type-Enhancement Component-Code
Labels:
Type-Enhancement Component-Code
-
issue 50
(Add accessor for data to be passed through to Config::Auto's...) Status changed by fireartist
-
-
issue 54
(Added support for 'required' constraint for client-side vali...) Status changed by fireartist
-
-
issue 49
(Added Support for Required constraint to HTML::FormFu::ExtJS...) Status changed by fireartist
-
-
issue 48
(Pod has wrong heading in H::F::Element.pm for INTROSPECTION) changed by fireartist
-
Status:
Fixed
Labels:
Component-Docs
Status:
Fixed
Labels:
Component-Docs
-
-
r1627
(added many-to-many checkboxgroup tests
) committed by fireartist
- added many-to-many checkboxgroup tests
added many-to-many checkboxgroup tests
-
-
issue 42
(many_to_many relationships need extra fields to work) Status changed by fireartist
-
-
-
issue 37
(GitHub?) changed by fireartist
-
Status:
Accepted
Labels:
Type-Task
Status:
Accepted
Labels:
Type-Task
-
-
r1626
(add tests for setting group-type field's empty_first() from ...) committed by fireartist
- add tests for setting group-type field's empty_first() from a config file
add tests for setting group-type field's empty_first() from a config file
-
issue 33
(insert_after / insert_before not removing initial element in...) Status changed by fireartist
-
-
-
-
issue 28
(Error creating related record with H::F::Model::DBIC) Labels changed by fireartist
-
-
issue 28
(Error creating related record with H::F::Model::DBIC) changed by fireartist
-
Status:
Accepted
Labels:
Type-Defect Component-Code
Status:
Accepted
Labels:
Type-Defect Component-Code
|