[libhtml-formfu-perl] 01/09: Merge tag 'upstream/0.09010'

Florian Schlichting fsfs at alioth.debian.org
Wed Aug 21 06:03:17 UTC 2013


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

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

commit 3157193742cfb0eea1fcaabb76fc0b643463d110
Merge: fe750d8 83d69b4
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sat Aug 17 23:41:04 2013 +0200

    Merge tag 'upstream/0.09010'
    
    Upstream version 0.09010

 Changes                                            |   18 +-
 MANIFEST                                           |    9 +
 META.yml                                           |    9 +-
 MYMETA.json                                        |   95 ++++++++++
 META.yml => MYMETA.yml                             |   24 +--
 Makefile.PL                                        |    1 +
 README                                             |    9 +
 inc/Module/Install.pm                              |    4 +-
 inc/Module/Install/Base.pm                         |    2 +-
 inc/Module/Install/Can.pm                          |   85 ++++++++-
 inc/Module/Install/Fetch.pm                        |    2 +-
 inc/Module/Install/Include.pm                      |    2 +-
 inc/Module/Install/Makefile.pm                     |   22 ++-
 inc/Module/Install/Metadata.pm                     |    2 +-
 inc/Module/Install/Scripts.pm                      |    2 +-
 inc/Module/Install/Share.pm                        |    2 +-
 inc/Module/Install/Win32.pm                        |    2 +-
 inc/Module/Install/With.pm                         |    2 +-
 inc/Module/Install/WriteAll.pm                     |    2 +-
 inc/version.pm                                     |   65 ++++---
 lib/HTML/FormFu.pm                                 |  118 +++++++-----
 lib/HTML/FormFu/Attribute.pm                       |  114 ++++++------
 lib/HTML/FormFu/Constraint.pm                      |  148 ++++++++++-----
 lib/HTML/FormFu/Constraint/AllOrNone.pm            |    8 +-
 lib/HTML/FormFu/Constraint/Callback.pm             |    2 +-
 lib/HTML/FormFu/Constraint/DependOn.pm             |   12 +-
 lib/HTML/FormFu/Constraint/Equal.pm                |    9 +-
 lib/HTML/FormFu/Constraint/File/MIME.pm            |    4 +-
 lib/HTML/FormFu/Constraint/File/Size.pm            |   12 +-
 lib/HTML/FormFu/Constraint/Length.pm               |   12 +-
 lib/HTML/FormFu/Constraint/MinMaxFields.pm         |   19 +-
 lib/HTML/FormFu/Constraint/Range.pm                |   12 +-
 lib/HTML/FormFu/Constraint/Regex.pm                |    4 +-
 lib/HTML/FormFu/Constraint/Repeatable/Any.pm       |   36 ++--
 lib/HTML/FormFu/Constraint/Set.pm                  |    2 +-
 lib/HTML/FormFu/Deflator.pm                        |    5 +-
 lib/HTML/FormFu/Deflator/Callback.pm               |    2 +-
 lib/HTML/FormFu/Deflator/CompoundDateTime.pm       |    2 +-
 lib/HTML/FormFu/Deflator/CompoundSplit.pm          |    4 +-
 lib/HTML/FormFu/Deploy.pm                          |    1 -
 lib/HTML/FormFu/Element.pm                         |   47 ++---
 lib/HTML/FormFu/Element/Blank.pm                   |   13 +-
 lib/HTML/FormFu/Element/Block.pm                   |   27 +--
 lib/HTML/FormFu/Element/Button.pm                  |   10 +-
 lib/HTML/FormFu/Element/Checkbox.pm                |   14 +-
 lib/HTML/FormFu/Element/Checkboxgroup.pm           |   19 +-
 lib/HTML/FormFu/Element/ComboBox.pm                |   61 +++---
 lib/HTML/FormFu/Element/ContentButton.pm           |    6 +-
 lib/HTML/FormFu/Element/Date.pm                    |   61 +++---
 lib/HTML/FormFu/Element/DateTime.pm                |   34 ++--
 lib/HTML/FormFu/Element/Fieldset.pm                |   18 +-
 lib/HTML/FormFu/Element/File.pm                    |    4 +-
 lib/HTML/FormFu/Element/Hidden.pm                  |    4 +-
 lib/HTML/FormFu/Element/Hr.pm                      |    2 +-
 lib/HTML/FormFu/Element/Image.pm                   |    4 +-
 lib/HTML/FormFu/Element/Label.pm                   |   15 +-
 lib/HTML/FormFu/Element/Multi.pm                   |   31 ++--
 lib/HTML/FormFu/Element/Number.pm                  |   19 +-
 lib/HTML/FormFu/Element/Password.pm                |    4 +-
 lib/HTML/FormFu/Element/Radio.pm                   |    4 +-
 lib/HTML/FormFu/Element/Radiogroup.pm              |   14 +-
 lib/HTML/FormFu/Element/Repeatable.pm              |  146 +++++----------
 lib/HTML/FormFu/Element/Reset.pm                   |    4 +-
 lib/HTML/FormFu/Element/Select.pm                  |   16 +-
 lib/HTML/FormFu/Element/SimpleTable.pm             |   14 +-
 lib/HTML/FormFu/Element/Submit.pm                  |    4 +-
 lib/HTML/FormFu/Element/Text.pm                    |    4 +-
 lib/HTML/FormFu/Element/Textarea.pm                |    5 +-
 lib/HTML/FormFu/Element/reCAPTCHA.pm               |   18 +-
 lib/HTML/FormFu/Exception.pm                       |    2 +-
 lib/HTML/FormFu/Exception/Constraint.pm            |    1 -
 lib/HTML/FormFu/Exception/Inflator.pm              |    1 -
 lib/HTML/FormFu/Exception/Transformer.pm           |    1 -
 lib/HTML/FormFu/Exception/Validator.pm             |    1 -
 lib/HTML/FormFu/FakeQuery.pm                       |    7 +-
 lib/HTML/FormFu/Filter.pm                          |   12 +-
 lib/HTML/FormFu/Filter/CopyValue.pm                |    5 +-
 lib/HTML/FormFu/Filter/HTMLScrubber.pm             |   10 +-
 lib/HTML/FormFu/I18N/bg.pm                         |   73 ++++----
 lib/HTML/FormFu/I18N/hu.pm                         |   78 ++++----
 lib/HTML/FormFu/I18N/zh_cn.pm                      |   45 +++--
 lib/HTML/FormFu/Inflator/Callback.pm               |    2 +-
 lib/HTML/FormFu/Inflator/CompoundDateTime.pm       |    2 +-
 lib/HTML/FormFu/Inflator/DateTime.pm               |    2 +-
 lib/HTML/FormFu/Localize.pm                        |   13 +-
 lib/HTML/FormFu/Manual/Cookbook.pod                |    6 +-
 lib/HTML/FormFu/Model.pm                           |    2 +-
 lib/HTML/FormFu/Model/HashRef.pm                   |   62 ++++---
 lib/HTML/FormFu/MultiForm.pm                       |   47 ++---
 lib/HTML/FormFu/ObjectUtil.pm                      |   21 ++-
 lib/HTML/FormFu/OutputProcessor.pm                 |    5 +-
 lib/HTML/FormFu/OutputProcessor/StripWhitespace.pm |   37 ++--
 lib/HTML/FormFu/Plugin.pm                          |    7 +-
 lib/HTML/FormFu/Preload.pm                         |    1 -
 lib/HTML/FormFu/Processor.pm                       |    6 +-
 lib/HTML/FormFu/QueryType/Catalyst.pm              |    4 +-
 lib/HTML/FormFu/Role/Constraint/Others.pm          |   96 ++++++++--
 .../FormFu/Role/ContainsElementsSharedWithField.pm |    2 +-
 lib/HTML/FormFu/Role/CreateChildren.pm             |    4 +-
 lib/HTML/FormFu/Role/Element/Coercible.pm          |    4 +-
 lib/HTML/FormFu/Role/Element/Field.pm              |  114 +++++++-----
 lib/HTML/FormFu/Role/Element/FieldMethods.pm       |    7 +-
 lib/HTML/FormFu/Role/Element/Group.pm              |   42 +++--
 lib/HTML/FormFu/Role/Element/Input.pm              |   14 +-
 lib/HTML/FormFu/Role/Element/MultiElement.pm       |    3 +
 lib/HTML/FormFu/Role/Element/NonBlock.pm           |    2 +-
 .../FormFu/Role/Element/ProcessOptionsFromModel.pm |    1 -
 lib/HTML/FormFu/Role/Element/SingleValueField.pm   |    7 +-
 lib/HTML/FormFu/Role/Filter/Compound.pm            |    4 +-
 lib/HTML/FormFu/Role/FormAndElementMethods.pm      |   10 +-
 lib/HTML/FormFu/Role/HasParent.pm                  |    6 +-
 lib/HTML/FormFu/Role/Populate.pm                   |  143 ++++++++-------
 lib/HTML/FormFu/Upload.pm                          |   12 +-
 lib/HTML/FormFu/UploadParam.pm                     |    2 +-
 lib/HTML/FormFu/Util.pm                            |   25 +--
 lib/HTML/FormFu/Validator.pm                       |    2 +-
 share/templates/tt/xhtml/start_block               |    2 +-
 share/templates/tt/xhtml/start_form                |    2 +-
 t/05_repeated_render.t                             |   10 +-
 t/aggregate.t                                      |   17 +-
 t/block_insert_after.t                             |   26 +--
 t/block_insert_before.t                            |   26 +--
 t/bugs/date_element_deflator.t                     |   11 +-
 t/bugs/element_class.t                             |    3 +-
 t/bugs/empty_block_with_nested_name.t              |    6 +-
 t/bugs/error_msg.t                                 |    3 +-
 t/bugs/populate_element_coderef.t                  |   27 ++-
 t/bugs/render_processed_value_retain_default.t     |    8 +-
 t/bugs/select_empty_options.t                      |    3 +-
 t/bugs/submit_no_value.t                           |    3 +-
 t/bugs/submit_retain_default.t                     |    3 +-
 t/bugs/value_empty_string.t                        |    3 +-
 t/bugs/value_no_default.t                          |    8 +-
 t/constraints/allornone.t                          |    2 +-
 t/constraints/callback.t                           |    3 +-
 t/constraints/constraint_other_siblings_not.t      |    6 +-
 t/constraints/constraint_when.t                    |   24 +--
 t/constraints/constraint_when_any_field.t          |   18 +-
 .../constraint_when_default_empty_value.t          |   37 ++--
 t/constraints/constraint_when_fields.t             |   11 +-
 t/constraints/datetime_parser.t                    |    8 +-
 t/constraints/dependon.t                           |    2 +-
 t/constraints/equal.t                              |    2 +-
 t/constraints/equal_not.t                          |    2 +-
 t/constraints/file_maxsize.t                       |    2 +-
 t/constraints/file_minsize.t                       |    2 +-
 t/constraints/localize.t                           |    3 +-
 t/constraints/maxrange.t                           |    2 +-
 t/constraints/minmaxfields.t                       |   11 +-
 t/constraints/minmaxfields_with_filter_split.t     |    2 +-
 t/constraints/minrange.t                           |    2 +-
 t/constraints/regex_common.t                       |    2 +-
 t/constraints/repeatable_any.t                     |   18 +-
 .../repeatable_any_not_increment_field_names.t     |   48 ++---
 t/constraints/required_only_on_reps.t              |   18 +-
 t/constraints/xml.t                                |    3 +-
 t/deflators/callback.t                             |   34 ++--
 t/deflators/compounddatetime.t                     |    3 +-
 t/deflators/compounddatetime_field_order.t         |    3 +-
 t/deflators/compoundsplit.t                        |    7 +-
 t/deflators/compoundsplit_after_submit.t           |   13 +-
 t/deflators/compoundsplit_field_order.t            |    7 +-
 t/deflators/compoundsplit_split.t                  |    7 +-
 t/deflators/formatnumber.t                         |    2 +-
 t/deflators/pathclassfile.t                        |   30 ++-
 t/elements/blank.t                                 |    3 +-
 t/elements/block.t                                 |    3 +-
 t/elements/block_auto_block_id.t                   |    3 +-
 t/elements/block_repeatable.t                      |    3 +-
 t/elements/block_repeatable_attrs.t                |    3 +-
 t/elements/block_repeatable_auto_block_id.t        |    3 +-
 t/elements/block_repeatable_auto_id.t              |    3 +-
 t/elements/block_repeatable_date.t                 |    5 +-
 t/elements/block_repeatable_inc.t                  |    3 +-
 t/elements/block_repeatable_multi.t                |    3 +-
 t/elements/block_repeatable_tag.t                  |    3 +-
 t/elements/button.t                                |    3 +-
 t/elements/button_no_name.t                        |    3 +-
 t/elements/checkbox.t                              |    3 +-
 t/elements/checkbox_force_default.t                |    3 +-
 t/elements/checkbox_retain_default.t               |    3 +-
 t/elements/checkbox_reverse.t                      |    3 +-
 t/elements/checkboxgroup.t                         |    6 +-
 t/elements/combobox.t                              |   52 +++---
 t/elements/combobox_repeatable.t                   |   21 ++-
 t/elements/combobox_required.t                     |   41 +++--
 t/elements/content_button.t                        |    3 +-
 t/elements/date.t                                  |    3 +-
 t/elements/date_default.t                          |    5 +-
 t/elements/date_default_datetime_args.t            |   30 +--
 t/elements/date_default_empty.t                    |    5 +-
 t/elements/date_month_year.t                       |   30 ++-
 t/elements/date_natural.t                          |   10 +-
 t/elements/date_order.t                            |    9 +-
 t/elements/date_order_error.t                      |   14 +-
 t/elements/date_rename.t                           |    3 +-
 t/elements/date_undef.t                            |   12 +-
 t/elements/date_year_reverse.t                     |    3 +-
 t/elements/datetime.t                              |   12 +-
 t/elements/datetime_seconds.t                      |    9 +-
 t/elements/escaping.t                              |    3 +-
 t/elements/field_default_empty_value.t             |   12 +-
 t/elements/fieldset.t                              |    3 +-
 t/elements/fieldset_legend_attrs.t                 |   23 +++
 t/elements/fieldset_legend_attrs.yml               |    7 +
 t/elements/file.t                                  |    3 +-
 t/elements/hidden.t                                |    3 +-
 t/elements/hr.t                                    |    3 +-
 t/elements/image.t                                 |    3 +-
 t/elements/label.t                                 |   20 +-
 t/elements/label_value_submission.t                |   67 +++----
 t/elements/multi.t                                 |    8 +-
 t/elements/multiple_submit_buttons.t               |    7 +-
 t/elements/no_block_tag.t                          |    3 +-
 t/elements/no_container_tag.t                      |    3 +-
 t/elements/number.t                                |   12 +-
 t/elements/object.t                                |    6 +-
 t/elements/password.t                              |    3 +-
 t/elements/password_render_value.t                 |    3 +-
 t/elements/password_retain_default.t               |    3 +-
 t/elements/radio.t                                 |    3 +-
 t/elements/radio_force_default.t                   |    3 +-
 t/elements/radio_retain_default.t                  |    3 +-
 t/elements/radiogroup.t                            |   11 +-
 t/elements/radiogroup_attrs_xml.t                  |    3 +-
 t/elements/radiogroup_errors.t                     |    3 +-
 t/elements/radiogroup_force_default.t              |    3 +-
 t/elements/radiogroup_retain_default.t             |    3 +-
 t/elements/radiogroup_subgroup.t                   |    3 +-
 t/elements/radiogroup_xml.t                        |   42 ++---
 t/elements/recaptcha.t                             |    3 +-
 t/elements/recaptcha_constraint_args.t             |    8 +-
 t/elements/repeatable_counter_name.t               |    3 +-
 t/elements/repeatable_repeatable.t                 |   29 +--
 t/elements/reset.t                                 |    3 +-
 t/elements/reverse.t                               |   11 +-
 t/elements/select.t                                |    3 +-
 t/elements/select_deflator_default.t               |   19 +-
 t/elements/select_empty_first.t                    |    5 +-
 t/elements/select_empty_first_label.t              |   24 +--
 t/elements/select_force_default.t                  |    3 +-
 t/elements/select_label_loc.t                      |   20 +-
 t/elements/select_multi_value.t                    |   13 +-
 t/elements/select_optgroup.t                       |    3 +-
 t/elements/select_options.t                        |   12 +-
 t/elements/select_retain_default.t                 |    3 +-
 t/elements/select_same_name.t                      |    9 +-
 t/elements/select_value_range.t                    |    3 +-
 t/elements/simple_table.t                          |    3 +-
 t/elements/simple_table_class.t                    |    3 +-
 t/elements/simple_table_multiple.t                 |    3 +-
 t/elements/src.t                                   |    3 +-
 t/elements/submit.t                                |    3 +-
 t/elements/text.t                                  |    3 +-
 t/elements/text_attributes.t                       |    3 +-
 t/elements/text_errors.t                           |    3 +-
 t/elements/text_force_default.t                    |   10 +-
 t/elements/text_retain_default.t                   |    3 +-
 t/elements/textarea.t                              |    3 +-
 t/field_id.t                                       |    3 +-
 t/filters/compoundjoin.t                           |    6 +-
 t/filters/compoundjoin_field_order.t               |    8 +-
 t/filters/compoundjoin_join.t                      |   10 +-
 t/filters/compoundsprintf.t                        |   17 +-
 t/filters/compoundsprintf_field_order.t            |   17 +-
 t/filters/formatnumber.t                           |   29 +--
 t/filters/htmlscrubber.t                           |    6 +-
 t/filters/regex.t                                  |   25 ++-
 t/filters/regex_eval.t                             |   24 +--
 t/filters/split.t                                  |   18 +-
 t/filters/trimedges.t                              |    3 +-
 t/force_errors/allornone.t                         |    6 +-
 t/force_errors/dependon.t                          |    2 +-
 t/force_errors/equal.t                             |    2 +-
 t/force_errors/minmaxfields.t                      |    4 +-
 t/form/add_valid.t                                 |    3 +-
 t/form/auto_error_class.t                          |    3 +-
 t/form/auto_error_message.t                        |    3 +-
 t/form/default_args.t                              |   33 ++--
 t/form/default_args_isa.t                          |   37 ++--
 t/form/default_args_not_inheriting.t               |    9 +-
 t/form/default_values.t                            |    3 +-
 t/form/error_message.t                             |    3 +-
 t/form/form_error_message_class.t                  |   20 ++
 t/form/get_errors.t                                |    3 +-
 t/form/get_parent.t                                |   16 +-
 t/form/hidden_fields.t                             |    3 +-
 t/form/init_arg.t                                  |   22 +++
 t/form/insert_after.t                              |   26 +--
 t/form/insert_before.t                             |   26 +--
 t/form/javascript.t                                |    3 +-
 t/form/javascript_src.t                            |    3 +-
 t/form/languages.t                                 |    6 +-
 t/form/object.t                                    |    6 +-
 t/form/params_ignore_underscore.t                  |    6 +-
 t/form/query.t                                     |    3 +-
 t/form/render_processed_value.t                    |    8 +-
 t/i18n/add_localize_object.t                       |   28 +--
 t/i18n/add_localize_object_from_class.t            |    9 +-
 t/inflators/array.t                                |   12 +-
 t/inflators/callback.t                             |    2 +-
 t/inflators/compounddatetime.t                     |   10 +-
 t/inflators/compounddatetime_field_order.t         |   10 +-
 t/inflators/datetime_timezone.t                    |    9 +-
 t/internals/default_args-types.t                   |    4 +-
 t/lib/HTMLFormFu/DBICUniqueFake.pm                 |   18 ++
 t/lib/HTMLFormFu/ElementSetup.pm                   |   29 ++-
 t/lib/HTMLFormFu/I18N.pm                           |    2 +-
 t/lib/HTMLFormFu/I18N/en.pm                        |   12 +-
 t/lib/HTMLFormFu/MyDeflator.pm                     |   33 ++--
 t/lib/HTMLFormFu/MyObject.pm                       |   37 ++--
 t/lib/HTMLFormFu/MyValidator.pm                    |   35 ++--
 t/lib/HTMLFormFu/RegressLocalization/en.pm         |    4 +-
 t/lib/HTMLFormFu/TestLib.pm                        |  112 ++++++-----
 t/lib/MyApp/Schema/Dongle.pm                       |   10 +-
 t/lib/MyApp/Schema/Person.pm                       |   20 +-
 t/load_config/config_file_path.t                   |   23 +--
 t/load_config/load_config_file_multiple.t          |    4 +-
 t/model/hashref_create.t                           |  194 +++++++++-----------
 .../hashref_create_repeatable_without_nestedname.t |   13 +-
 t/model/hashref_default_values.t                   |   54 ++----
 t/model/hashref_escaping.t                         |   29 +--
 t/model/hashref_multi_within_rep.t                 |   68 +++----
 t/model/hashref_process.t                          |   21 +--
 t/multiform-misc/accessors.t                       |   14 +-
 t/multiform-nested-name/0_render_page_1.t          |    3 +-
 t/multiform-nested-name/2_render_page_2.t          |    3 +-
 t/multiform-nested-name/3_submit_page_2.t          |    3 +-
 t/multiform-no-combine/0_render_page_1.t           |    3 +-
 t/multiform-no-combine/2_render_page_2.t           |    3 +-
 t/multiform-no-combine/3_submit_page_2.t           |    3 +-
 t/multiform/0_render_page_1.t                      |    3 +-
 t/multiform/2_render_page_2.t                      |    7 +-
 t/multiform/3_submit_page_2.t                      |   10 +-
 t/multiform/4_complete_page_3.t                    |   14 +-
 t/multiform_hidden_name/0_render_page_1.t          |    3 +-
 t/multiform_hidden_name/2_render_page_2.t          |    3 +-
 t/multiform_hidden_name/3_submit_page_2.t          |    3 +-
 t/multiple_select_fields.t                         |    6 +-
 t/multiple_text_fields.t                           |    3 +-
 t/nested/constraints/constraint_when.t             |   23 +--
 t/nested/constraints/dependon.t                    |    2 +-
 t/nested/constraints/minmaxfields.t                |    2 +-
 t/nested/element_name.t                            |    3 +-
 t/nested/elements/block_repeatable_multi_named.t   |   27 ++-
 .../elements/block_repeatable_multi_named_filter.t |   25 ++-
 t/nested/elements/checkbox_force_default.t         |    3 +-
 t/nested/elements/checkbox_retain_default.t        |    3 +-
 t/nested/elements/combobox.t                       |   25 ++-
 t/nested/elements/date.t                           |    3 +-
 t/nested/elements/multi.t                          |    3 +-
 t/nested/elements/multi_named.t                    |    7 +-
 t/nested/elements/radio.t                          |    3 +-
 t/nested/elements/radio_force_default.t            |    3 +-
 t/nested/elements/radio_retain_default.t           |    3 +-
 t/nested/elements/radiogroup.t                     |    3 +-
 t/nested/elements/radiogroup_force_default.t       |    3 +-
 t/nested/elements/radiogroup_retain_default.t      |    3 +-
 t/nested/elements/repeatable_repeatable.t          |   81 ++++----
 t/nested/elements/select.t                         |    3 +-
 t/nested/elements/select_force_default.t           |    3 +-
 t/nested/elements/select_retain_default.t          |    3 +-
 t/nested/elements/select_same_name.t               |    9 +-
 t/nested/elements/text.t                           |    3 +-
 t/nested/form/render_processed_value.t             |    8 +-
 t/nested/transformers/callback.t                   |    3 +-
 t/nested/validators/callback.t                     |    3 +-
 t/output_processors/indent.t                       |    3 +-
 t/output_processors/strip_whitespace.t             |    3 +-
 t/repeatable/constraints/attach_errors_to.t        |   32 ++++
 t/repeatable/constraints/attach_errors_to.yml      |   18 ++
 t/repeatable/constraints/required.t                |    8 +-
 .../required_not_increment_field_names.t           |   20 +-
 t/repeatable/constraints/required_not_nested.t     |   11 +-
 .../repeatable/constraints/repeatable_any.t        |    8 +-
 t/transformers/callback.t                          |   11 +-
 t/validators/callback.t                            |    6 +-
 377 files changed, 2966 insertions(+), 2487 deletions(-)

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



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