r48631 - in /branches/upstream/libhtml-formfu-model-dbic-perl/current: ./ lib/HTML/FormFu/Model/ t/create/ t/default_values/ t/deprecated-defaults_from_model/ t/deprecated-new_empty_row/default_values/ t/deprecated-new_empty_row/update/ t/deprecated-new_empty_row_multi/update/ t/deprecated-save_to_model/ t/lib/ t/lib/MySchema/ t/options_from_model/ t/update/ t/x_roundtrip/

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sat Dec 12 08:45:18 UTC 2009


Author: ansgar-guest
Date: Sat Dec 12 08:45:13 2009
New Revision: 48631

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48631
Log:
[svn-upgrade] Integrating new upstream version, libhtml-formfu-model-dbic-perl (0.06000)

Added:
    branches/upstream/libhtml-formfu-model-dbic-perl/current/README
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/many_to_many_checkboxgroup.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/many_to_many_checkboxgroup.yml
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/many_to_many_checkboxgroup.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/many_to_many_checkboxgroup.yml
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/many_to_many_checkboxgroup_unselected.t
Modified:
    branches/upstream/libhtml-formfu-model-dbic-perl/current/Changes
    branches/upstream/libhtml-formfu-model-dbic-perl/current/MANIFEST
    branches/upstream/libhtml-formfu-model-dbic-perl/current/META.yml
    branches/upstream/libhtml-formfu-model-dbic-perl/current/Makefile.PL
    branches/upstream/libhtml-formfu-model-dbic-perl/current/lib/HTML/FormFu/Model/DBIC.pm
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/create/basic.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/basic.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/basic_nested.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/belongs_to_lookup_table.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/belongs_to_lookup_table_combobox.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/empty_rows_zero.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/has_many_combobox.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/has_many_repeatable.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/has_many_repeatable_delete_true.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/has_many_repeatable_label.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/has_many_repeatable_nested.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/has_many_repeatable_new.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/has_many_select.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/has_one.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/has_one_nested.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/label.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/many_to_many-has_many.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/many_to_many_repeatable.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/many_to_many_repeatable_nested.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/many_to_many_repeatable_new.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/many_to_many_select.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/many_to_many_select_nested.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/methods.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/might_have.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/might_have_missing.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/multi_label.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/nested_name_accessor.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/opt_accessor.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/opt_accessor_nested.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/basic.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/basic_nested.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/belongs_to_lookup_table.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/has_many_repeatable.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/has_many_repeatable_nested.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/has_many_repeatable_new.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/has_many_select.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/has_one.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/has_one_nested.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/many_to_many_repeatable.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/many_to_many_repeatable_nested.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/many_to_many_repeatable_new.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/many_to_many_select.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/many_to_many_select_nested.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/methods.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/might_have.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/might_have_missing.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/opt_accessor.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/opt_accessor_nested.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-new_empty_row/default_values/has_many_repeatable_new.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-new_empty_row/default_values/many_to_many_repeatable_new.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-new_empty_row/update/has_many_repeatable_new.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-new_empty_row/update/has_many_repeatable_new_date.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-new_empty_row/update/has_many_repeatable_new_empty.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-new_empty_row_multi/update/has_many_repeatable_many_new.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/add_valid.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/basic_create.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/basic_update.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/belongs_to.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/column_without_field.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/has_many_repeatable.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/has_many_repeatable_delete_true.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/has_many_repeatable_new.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/has_many_repeatable_new_empty.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/has_one.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/has_one_create.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/has_one_no_id.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/many_to_many_repeatable.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/many_to_many_select.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/many_to_many_select_unselected.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/methods.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/might_have.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/might_have_create.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/might_have_delete_if_empty.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/nested_create.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/nested_create_checkbox.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/opt_accessor.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/opt_accessor_nested.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/unchecked_not_null_checkbox.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/lib/DBICTestLib.pm
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/lib/MySchema/Address.pm
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/lib/MySchema/Band.pm
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/lib/MySchema/Master.pm
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/lib/MySchema/Task.pm
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/lib/MySchema/User.pm
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/options_from_model/belongs_to.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/options_from_model/belongs_to_combobox.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/options_from_model/belongs_to_config_zero.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/options_from_model/belongs_to_config_zero_combobox.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/options_from_model/belongs_to_localize_label.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/options_from_model/condition_from_stash.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/options_from_model/condition_from_stash_combobox.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/options_from_model/constraint_autoset.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/options_from_model/has_many_repeatable_select.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/options_from_model/many_to_many_select.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/add_valid.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/basic_create.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/basic_update.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/belongs_to.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/belongs_to_combobox.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/belongs_to_select.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/column_without_field.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/has_many_repeatable.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/has_many_repeatable_delete_true.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/has_many_repeatable_many_new.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/has_many_repeatable_many_new_exceed_max.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/has_many_repeatable_new.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/has_many_repeatable_new_date.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/has_many_repeatable_new_dependon.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/has_many_repeatable_new_empty.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/has_many_repeatable_new_implicit.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/has_many_repeatable_new_required_when.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/has_one.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/has_one_create.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/has_one_no_id.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/has_one_select.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/ignore_if_empty.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/many_to_many-has_many.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/many_to_many_repeatable.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/many_to_many_repeatable_new.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/many_to_many_select.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/many_to_many_select_unselected.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/methods.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/might_have.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/might_have_create.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/might_have_delete_if_empty.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/nested_create.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/nested_create_checkbox.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/nested_name_accessor.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/nested_repeatable_write.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/opt_accessor.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/opt_accessor_nested.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/update/unchecked_not_null_checkbox.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/x_roundtrip/checkbox_false2true.t
    branches/upstream/libhtml-formfu-model-dbic-perl/current/t/x_roundtrip/checkbox_true2false.t

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/Changes?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/MANIFEST?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/META.yml?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/Makefile.PL?rev=48631&op=diff

Added: branches/upstream/libhtml-formfu-model-dbic-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/README?rev=48631&op=file

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/lib/HTML/FormFu/Model/DBIC.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/lib/HTML/FormFu/Model/DBIC.pm?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/create/basic.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/create/basic.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/basic.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/basic.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/basic_nested.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/basic_nested.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/belongs_to_lookup_table.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/belongs_to_lookup_table.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/belongs_to_lookup_table_combobox.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/belongs_to_lookup_table_combobox.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/empty_rows_zero.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/empty_rows_zero.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/has_many_combobox.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/has_many_combobox.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/has_many_repeatable.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/has_many_repeatable.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/has_many_repeatable_delete_true.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/has_many_repeatable_delete_true.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/has_many_repeatable_label.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/has_many_repeatable_label.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/has_many_repeatable_nested.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/has_many_repeatable_nested.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/has_many_repeatable_new.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/has_many_repeatable_new.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/has_many_select.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/has_many_select.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/has_one.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/has_one.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/has_one_nested.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/has_one_nested.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/label.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/label.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/many_to_many-has_many.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/many_to_many-has_many.t?rev=48631&op=diff

Added: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/many_to_many_checkboxgroup.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/many_to_many_checkboxgroup.t?rev=48631&op=file

Added: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/many_to_many_checkboxgroup.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/many_to_many_checkboxgroup.yml?rev=48631&op=file

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/many_to_many_repeatable.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/many_to_many_repeatable.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/many_to_many_repeatable_nested.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/many_to_many_repeatable_nested.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/many_to_many_repeatable_new.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/many_to_many_repeatable_new.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/many_to_many_select.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/many_to_many_select.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/many_to_many_select_nested.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/many_to_many_select_nested.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/methods.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/methods.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/might_have.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/might_have.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/might_have_missing.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/might_have_missing.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/multi_label.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/multi_label.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/nested_name_accessor.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/nested_name_accessor.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/opt_accessor.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/opt_accessor.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/opt_accessor_nested.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/default_values/opt_accessor_nested.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/basic.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/basic.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/basic_nested.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/basic_nested.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/belongs_to_lookup_table.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/belongs_to_lookup_table.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/has_many_repeatable.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/has_many_repeatable.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/has_many_repeatable_nested.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/has_many_repeatable_nested.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/has_many_repeatable_new.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/has_many_repeatable_new.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/has_many_select.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/has_many_select.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/has_one.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/has_one.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/has_one_nested.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/has_one_nested.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/many_to_many_repeatable.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/many_to_many_repeatable.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/many_to_many_repeatable_nested.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/many_to_many_repeatable_nested.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/many_to_many_repeatable_new.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/many_to_many_repeatable_new.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/many_to_many_select.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/many_to_many_select.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/many_to_many_select_nested.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/many_to_many_select_nested.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/methods.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/methods.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/might_have.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/might_have.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/might_have_missing.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/might_have_missing.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/opt_accessor.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/opt_accessor.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/opt_accessor_nested.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-defaults_from_model/opt_accessor_nested.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-new_empty_row/default_values/has_many_repeatable_new.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-new_empty_row/default_values/has_many_repeatable_new.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-new_empty_row/default_values/many_to_many_repeatable_new.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-new_empty_row/default_values/many_to_many_repeatable_new.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-new_empty_row/update/has_many_repeatable_new.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-new_empty_row/update/has_many_repeatable_new.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-new_empty_row/update/has_many_repeatable_new_date.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-new_empty_row/update/has_many_repeatable_new_date.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-new_empty_row/update/has_many_repeatable_new_empty.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-new_empty_row/update/has_many_repeatable_new_empty.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-new_empty_row_multi/update/has_many_repeatable_many_new.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-new_empty_row_multi/update/has_many_repeatable_many_new.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/add_valid.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/add_valid.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/basic_create.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/basic_create.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/basic_update.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/basic_update.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/belongs_to.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/belongs_to.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/column_without_field.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/column_without_field.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/has_many_repeatable.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/has_many_repeatable.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/has_many_repeatable_delete_true.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/has_many_repeatable_delete_true.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/has_many_repeatable_new.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/has_many_repeatable_new.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/has_many_repeatable_new_empty.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/has_many_repeatable_new_empty.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/has_one.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/has_one.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/has_one_create.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/has_one_create.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/has_one_no_id.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/has_one_no_id.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/many_to_many_repeatable.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/many_to_many_repeatable.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/many_to_many_select.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/many_to_many_select.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/many_to_many_select_unselected.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/many_to_many_select_unselected.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/methods.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/methods.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/might_have.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/might_have.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/might_have_create.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/might_have_create.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/might_have_delete_if_empty.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/might_have_delete_if_empty.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/nested_create.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/nested_create.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/nested_create_checkbox.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/nested_create_checkbox.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/opt_accessor.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/opt_accessor.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/opt_accessor_nested.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/opt_accessor_nested.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/unchecked_not_null_checkbox.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/deprecated-save_to_model/unchecked_not_null_checkbox.t?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/lib/DBICTestLib.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/lib/DBICTestLib.pm?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/lib/MySchema/Address.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/lib/MySchema/Address.pm?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/lib/MySchema/Band.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/lib/MySchema/Band.pm?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/lib/MySchema/Master.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/lib/MySchema/Master.pm?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/lib/MySchema/Task.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/lib/MySchema/Task.pm?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/lib/MySchema/User.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-formfu-model-dbic-perl/current/t/lib/MySchema/User.pm?rev=48631&op=diff

Modified: branches/upstream/libhtml-formfu-model-dbic-perl/current/t/options_from_model/belongs_to.t

[... 158 lines stripped ...]



More information about the Pkg-perl-cvs-commits mailing list