[libhtml-formfu-model-dbic-perl] 03/07: Updated version 2.02 from 'upstream/2.02'

Florian Schlichting fsfs at moszumanska.debian.org
Sun Oct 9 22:31:36 UTC 2016


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository libhtml-formfu-model-dbic-perl.

commit 1dbb6d3782241410a7e1d447658442e1be9744da
Merge: 9300c75 5e1dc49
Author: Florian Schlichting <fsfs at debian.org>
Date:   Mon Oct 10 00:20:52 2016 +0200

    Updated version 2.02 from 'upstream/2.02'
    
    with Debian dir 8fc165488c54ead0f046539886e56ba67f041549

 Changes                                            |   7 +
 LICENSE                                            |   6 +-
 MANIFEST                                           |   9 +-
 META.json                                          |  70 +++++++
 META.yml                                           |  12 +-
 Makefile.PL                                        |  19 +-
 README                                             |   6 +-
 dist.ini                                           |  35 +++-
 lib/HTML/FormFu/Constraint/DBIC/Unique.pm          |  59 +++---
 lib/HTML/FormFu/Model/DBIC.pm                      | 212 ++++++++++----------
 t/author-critic.t                                  |  20 ++
 t/author-eol.t                                     | 217 +++++++++++++++++++++
 t/author-pod-syntax.t                              |  15 ++
 t/constraints/dbic_unique.t                        |  30 +--
 t/constraints/dbic_unique_column.yml               |   6 +-
 t/constraints/dbic_unique_method.yml               |   6 +-
 t/constraints/dbic_unique_others.yml               |   6 +-
 t/constraints/dbic_unique_repeatable_id_field.yml  |   4 +-
 t/create/basic.yml                                 |  20 +-
 t/default_values/basic.yml                         |  20 +-
 t/default_values/basic_nested.yml                  |  20 +-
 t/default_values/belongs_to_lookup_table.yml       |   6 +-
 .../belongs_to_lookup_table_combobox.t             |   2 +-
 .../belongs_to_lookup_table_combobox.yml           |   6 +-
 t/default_values/empty_rows_zero.t                 |   2 +-
 t/default_values/empty_rows_zero.yml               |  10 +-
 t/default_values/has_many_combobox.yml             |   8 +-
 t/default_values/has_many_repeatable.yml           |  12 +-
 .../has_many_repeatable_delete_true.yml            |  14 +-
 t/default_values/has_many_repeatable_label.yml     |  12 +-
 t/default_values/has_many_repeatable_nested.yml    |  12 +-
 t/default_values/has_many_repeatable_new.t         |   2 +-
 t/default_values/has_many_repeatable_new.yml       |  12 +-
 t/default_values/has_many_select.yml               |   8 +-
 t/default_values/has_one.yml                       |   6 +-
 t/default_values/has_one_nested.yml                |   6 +-
 t/default_values/label.t                           |   2 +-
 t/default_values/label.yml                         |   4 +-
 t/default_values/many_to_many-has_many.t           |  30 +--
 t/default_values/many_to_many-has_many.yml         |  16 +-
 t/default_values/many_to_many_checkboxgroup.yml    |   6 +-
 t/default_values/many_to_many_repeatable.yml       |  12 +-
 .../many_to_many_repeatable_nested.yml             |  12 +-
 t/default_values/many_to_many_repeatable_new.yml   |  12 +-
 t/default_values/many_to_many_select.yml           |   6 +-
 t/default_values/many_to_many_select_nested.yml    |   6 +-
 t/default_values/methods.t                         |   2 +-
 t/default_values/might_have.yml                    |   8 +-
 t/default_values/multi_label.t                     |   2 +-
 t/default_values/multi_label.yml                   |   8 +-
 t/default_values/nested_name_accessor.t            |   2 +-
 t/default_values/nested_name_accessor.yml          |   4 +-
 t/default_values/opt_accessor.yml                  |   4 +-
 t/default_values/opt_accessor_nested.yml           |   4 +-
 t/lib/DBICTestLib.pm                               |   8 +-
 t/lib/HTMLFormFu/I18N.pm                           |   2 +-
 t/lib/HTMLFormFu/MockContext.pm                    |   4 +-
 t/lib/MySchema/Master.pm                           |   6 +-
 t/lib/MySchema/User.pm                             |  18 +-
 t/options_from_model/belongs_to.t                  |   8 +-
 t/options_from_model/belongs_to.yml                |   8 +-
 t/options_from_model/belongs_to_combobox.yml       |   8 +-
 t/options_from_model/belongs_to_config_zero.t      |   2 +-
 t/options_from_model/belongs_to_config_zero.yml    |   6 +-
 .../belongs_to_config_zero_combobox.t              |   2 +-
 .../belongs_to_config_zero_combobox.yml            |   6 +-
 t/options_from_model/belongs_to_localize_label.t   |   4 +-
 t/options_from_model/belongs_to_localize_label.yml |   4 +-
 t/options_from_model/constraint_autoset.t          |   8 +-
 t/options_from_model/constraint_autoset.yml        |   8 +-
 t/options_from_model/enum_select.t                 |   8 +-
 t/options_from_model/enum_select.yml               |   6 +-
 t/options_from_model/has_many_repeatable_select.t  |  36 ++--
 .../has_many_repeatable_select.yml                 |  12 +-
 t/options_from_model/many_to_many_select.t         |   4 +-
 t/options_from_model/many_to_many_select.yml       |   6 +-
 .../many_to_many_select_restricted.t               |   4 +-
 .../many_to_many_select_restricted.yml             |   6 +-
 t/release-distmeta.t                               |  14 ++
 t/release-kwalitee.t                               |  17 ++
 t/release-pause-permissions.t                      |  21 ++
 t/update/basic.yml                                 |  24 +--
 t/update/belongs_to_lookup_table_combobox.t        |   6 +-
 t/update/belongs_to_lookup_table_combobox.yml      |   4 +-
 t/update/belongs_to_select.t                       |  44 ++---
 t/update/column_without_field.yml                  |   4 +-
 t/update/has_many_repeatable.yml                   |  12 +-
 t/update/has_many_repeatable_delete_true.yml       |  14 +-
 t/update/has_many_repeatable_many_new.t            |  16 +-
 t/update/has_many_repeatable_many_new_exceed_max.t |  18 +-
 t/update/has_many_repeatable_new.yml               |  12 +-
 t/update/has_many_repeatable_new_date.t            |  14 +-
 t/update/has_many_repeatable_new_date.yml          |   2 +-
 t/update/has_many_repeatable_new_dependon.yml      |  12 +-
 t/update/has_many_repeatable_new_implicit.yml      |  12 +-
 t/update/has_many_repeatable_new_required_when.t   |   2 +-
 t/update/has_many_repeatable_new_required_when.yml |  12 +-
 t/update/has_one.t                                 |   4 +-
 t/update/has_one.yml                               |   8 +-
 t/update/has_one_create.t                          |   4 +-
 t/update/has_one_no_id.t                           |   4 +-
 t/update/has_one_no_id.yml                         |   6 +-
 t/update/has_one_select.t                          |  22 +--
 t/update/has_one_select.yml                        |   6 +-
 t/update/many_to_many-has_many.t                   |   4 +-
 t/update/many_to_many_checkboxgroup.t              |   6 +-
 t/update/many_to_many_checkboxgroup.yml            |   6 +-
 t/update/many_to_many_checkboxgroup_read_only.t    |   6 +-
 t/update/many_to_many_checkboxgroup_read_only.yml  |   6 +-
 t/update/many_to_many_checkboxgroup_restricted.t   |   4 +-
 t/update/many_to_many_checkboxgroup_restricted.yml |   6 +-
 t/update/many_to_many_checkboxgroup_unselected.t   |   6 +-
 t/update/many_to_many_repeatable.yml               |  12 +-
 t/update/many_to_many_repeatable_new.yml           |  12 +-
 t/update/many_to_many_select.t                     |   6 +-
 t/update/many_to_many_select.yml                   |   6 +-
 t/update/many_to_many_select_additive.yml          |   6 +-
 t/update/many_to_many_select_unselected.t          |   6 +-
 t/update/methods.t                                 |   4 +-
 t/update/might_have.t                              |   4 +-
 t/update/might_have.yml                            |   8 +-
 t/update/might_have_delete_if_empty.yml            |   6 +-
 t/update/nested.yml                                |  22 +--
 t/update/nested_name_accessor.t                    |   2 +-
 t/update/null_if_empty.t                           | 140 ++++++-------
 t/update/null_if_empty.yml                         |  24 +--
 t/update/opt_accessor.t                            |   2 +-
 t/update/opt_accessor.yml                          |   4 +-
 t/update/opt_accessor_nested.t                     |   2 +-
 t/update/opt_accessor_nested.yml                   |   4 +-
 t/x_roundtrip/checkbox.yml                         |   2 +-
 t/x_roundtrip/checkbox_false2true.t                |  22 +--
 t/x_roundtrip/checkbox_true2false.t                |  22 +--
 133 files changed, 1168 insertions(+), 747 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-formfu-model-dbic-perl.git



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