My favorites | Sign in
Project Logo
             
Details: Show all Hide all

Last 30 days

  • Dec 10, 2009
    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
  • Dec 10, 2009
    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
  • Dec 10, 2009
    r1656 (fix tests ) committed by fireartist   -   fix tests
    fix tests
  • Dec 10, 2009
    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
  • Dec 10, 2009
    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
  • Dec 10, 2009
    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
  • Dec 10, 2009
    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
  • Dec 10, 2009
    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
  • Dec 10, 2009
    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
  • Dec 10, 2009
    r1649 (New Repeatable::Any constraint ) committed by fireartist   -   New Repeatable::Any constraint
    New Repeatable::Any constraint
  • Dec 10, 2009
    r1648 (silence another warning) committed by brian.cassidy   -   silence another warning
    silence another warning
  • Dec 10, 2009
    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
  • Dec 10, 2009
    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.
  • Dec 09, 2009
    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
  • Dec 09, 2009
    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.
  • Dec 09, 2009
    r1643 (tidy up Changes file) committed by brian.cassidy   -   tidy up Changes file
    tidy up Changes file
  • Dec 09, 2009
    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
  • Dec 09, 2009
    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.
  • Dec 09, 2009
    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
  • Dec 09, 2009
    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.
  • Dec 09, 2009
    r1638 (update Changes + Makefile.PL prereqs ) committed by fireartist   -   update Changes + Makefile.PL prereqs
    update Changes + Makefile.PL prereqs
  • Dec 09, 2009
    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
  • Dec 08, 2009
    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.
  • Dec 07, 2009
    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
  • Dec 07, 2009
    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
  • Dec 07, 2009
    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()
  • Dec 07, 2009
    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()
  • Dec 05, 2009
    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.
  • Dec 05, 2009
    r1630 (update Changes file) committed by fireartist   -   update Changes file
    update Changes file
  • Dec 04, 2009
    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
  • Dec 03, 2009
    issue 53 (Model::DBIC fails to install -- Deep recursion/segfault duri...) Status changed by fireartist   -  
    Status: Fixed
    Status: Fixed
  • Dec 03, 2009
    issue 52 (Missing Depedency: Tests fail unless DateTime::Format::SQLit...) changed by fireartist   -   thanks - fixed.
    Status: Fixed
    Labels: Type-Defect Component-Installation
    thanks - fixed.
    Status: Fixed
    Labels: Type-Defect Component-Installation
  • Dec 03, 2009
    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
  • Dec 03, 2009
    issue 50 (Add accessor for data to be passed through to Config::Auto's...) Status changed by fireartist   -  
    Status: Accepted
    Status: Accepted
  • Dec 03, 2009
    issue 54 (Added support for 'required' constraint for client-side vali...) Status changed by fireartist   -  
    Status: WontFix
    Status: WontFix
  • Dec 03, 2009
    issue 49 (Added Support for Required constraint to HTML::FormFu::ExtJS...) Status changed by fireartist   -   There's an svn branch dedicated to adding client-side validation, though work has been stalled for a while: http://html-formfu.googlecode.com/svn/branches/auto-js It uses vanilla JS, as JS frameworks come and go in popularity. I don't know whether HTML-FormFu-ExtJS already supports this, though it'd be a good place to start. You could also write a form-level plugin that hooks into rendering to add this to all requried fields.
    Status: WontFix
    There's an svn branch dedicated to adding client-side validation, though work has been stalled for a while: http://html-formfu.googlecode.com/svn/branches/auto-js It uses vanilla JS, as JS frameworks come and go in popularity. I don't know whether HTML-FormFu-ExtJS already supports this, though it'd be a good place to start. You could also write a form-level plugin that hooks into rendering to add this to all requried fields.
    Status: WontFix
  • Dec 03, 2009
    issue 48 (Pod has wrong heading in H::F::Element.pm for INTROSPECTION) changed by fireartist   -   Thanks - fixed
    Status: Fixed
    Labels: Component-Docs
    Thanks - fixed
    Status: Fixed
    Labels: Component-Docs
  • Dec 03, 2009
    r1628 (minor pod fix - googlecode issue 48 ) committed by fireartist   -   minor pod fix - googlecode issue 48
    minor pod fix - googlecode issue 48
  • Dec 03, 2009
    r1627 (added many-to-many checkboxgroup tests ) committed by fireartist   -   added many-to-many checkboxgroup tests
    added many-to-many checkboxgroup tests
  • Dec 03, 2009
    issue 44 (remove_element) Status changed by fireartist   -   remove_element() can only be called on the immediate parent of the element to be deleted. In this case, you should be calling: CHILD->remove_element( DEEPFIELD )
    Status: WontFix
    remove_element() can only be called on the immediate parent of the element to be deleted. In this case, you should be calling: CHILD->remove_element( DEEPFIELD )
    Status: WontFix
  • Dec 03, 2009
    issue 42 (many_to_many relationships need extra fields to work) Status changed by fireartist   -   I've added the following test files, which I believe test what you're trying to do: t/default_values/many_to_many_checkboxgroup.t t/default_values/many_to_many_checkboxgroup.yml t/update/many_to_many_checkboxgroup.t t/update/many_to_many_checkboxgroup.yml t/update/many_to_many_checkboxgroup_unselected.t
    Status: Fixed
    I've added the following test files, which I believe test what you're trying to do: t/default_values/many_to_many_checkboxgroup.t t/default_values/many_to_many_checkboxgroup.yml t/update/many_to_many_checkboxgroup.t t/update/many_to_many_checkboxgroup.yml t/update/many_to_many_checkboxgroup_unselected.t
    Status: Fixed
  • Dec 03, 2009
    issue 59 (test config file unused) reported by fireartist   -   In HTML-FormFu-Model-DBIC, t/update/many_to_many_select_additive.yml isn't used by anything. Write a test file
    In HTML-FormFu-Model-DBIC, t/update/many_to_many_select_additive.yml isn't used by anything. Write a test file
  • Dec 03, 2009
    issue 37 (GitHub?) changed by fireartist   -  
    Status: Accepted
    Labels: Type-Task
    Status: Accepted
    Labels: Type-Task
  • Dec 03, 2009
    issue 35 (empty_first is not honored when in form config) Status changed by fireartist   -   Thanks. This was fixed by adding 'options', 'values' and 'value_range' to the 'defer' list. I've added a test to ensure it works.
    Status: Fixed
    Thanks. This was fixed by adding 'options', 'values' and 'value_range' to the 'defer' list. I've added a test to ensure it works.
    Status: Fixed
  • Dec 03, 2009
    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
  • Dec 03, 2009
    issue 33 (insert_after / insert_before not removing initial element in...) Status changed by fireartist   -   This is the intended behaviour. Either insert elements from a 2nd form object, or use remove_element() after you've copied it.
    Status: WontFix
    This is the intended behaviour. Either insert elements from a 2nd form object, or use remove_element() after you've copied it.
    Status: WontFix
  • Dec 03, 2009
    issue 30 (label_loc fails) Status changed by fireartist   -   The explanation of the problem isn't clear enough to understand what the patch is doing, and there's no tests.
    Status: WontFix
    The explanation of the problem isn't clear enough to understand what the patch is doing, and there's no tests.
    Status: WontFix
  • Dec 03, 2009
    issue 29 (Double UTF8 encoding) Status changed by fireartist   -  
    Status: WontFix
    Status: WontFix
  • Dec 03, 2009
    issue 28 (Error creating related record with H::F::Model::DBIC) Labels changed by fireartist   -  
    Labels: Priority-Medium
    Labels: Priority-Medium
  • Dec 03, 2009
    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
 
Hosted by Google Code