[libhtml-formhandler-perl] 01/05: Merge tag 'upstream/0.40057'

gregor herrmann gregoa at debian.org
Mon Aug 25 03:39:36 UTC 2014


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

gregoa pushed a commit to branch master
in repository libhtml-formhandler-perl.

commit 256a271f7eecddaea99e87c03c2c3e88db7fadf5
Merge: 07eead4 a7c9f77
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Aug 24 20:30:26 2014 -0700

    Merge tag 'upstream/0.40057'
    
    Upstream version 0.40057

 Changes                                            |  17 +
 LICENSE                                            |   6 +-
 MANIFEST                                           |   3 +
 META.json                                          |   2 +-
 META.yml                                           |   2 +-
 Makefile.PL                                        |   2 +-
 README                                             |   4 +-
 SIGNATURE                                          | 343 +++++++++++----------
 dist.ini                                           |   4 +-
 lib/HTML/FormHandler.pm                            |  18 +-
 lib/HTML/FormHandler/Base.pm                       |   4 +-
 lib/HTML/FormHandler/Blocks.pm                     |   4 +-
 lib/HTML/FormHandler/BuildFields.pm                |   4 +-
 lib/HTML/FormHandler/BuildPages.pm                 |   4 +-
 lib/HTML/FormHandler/Field.pm                      |  18 +-
 lib/HTML/FormHandler/Field/AddElement.pm           |   4 +-
 lib/HTML/FormHandler/Field/BoolSelect.pm           |   4 +-
 lib/HTML/FormHandler/Field/Boolean.pm              |   4 +-
 lib/HTML/FormHandler/Field/Button.pm               |   4 +-
 lib/HTML/FormHandler/Field/Captcha.pm              |   4 +-
 lib/HTML/FormHandler/Field/Checkbox.pm             |   4 +-
 lib/HTML/FormHandler/Field/Compound.pm             |   4 +-
 lib/HTML/FormHandler/Field/Date.pm                 |  11 +-
 lib/HTML/FormHandler/Field/DateMDY.pm              |   4 +-
 lib/HTML/FormHandler/Field/DateTime.pm             |   4 +-
 lib/HTML/FormHandler/Field/Display.pm              |   4 +-
 lib/HTML/FormHandler/Field/Duration.pm             |   4 +-
 lib/HTML/FormHandler/Field/Email.pm                |   4 +-
 lib/HTML/FormHandler/Field/File.pm                 |   4 +-
 lib/HTML/FormHandler/Field/Float.pm                |   4 +-
 lib/HTML/FormHandler/Field/Hidden.pm               |   4 +-
 lib/HTML/FormHandler/Field/Hour.pm                 |   4 +-
 lib/HTML/FormHandler/Field/IntRange.pm             |   4 +-
 lib/HTML/FormHandler/Field/Integer.pm              |   4 +-
 lib/HTML/FormHandler/Field/Minute.pm               |   4 +-
 lib/HTML/FormHandler/Field/Money.pm                |   4 +-
 lib/HTML/FormHandler/Field/Month.pm                |   4 +-
 lib/HTML/FormHandler/Field/MonthDay.pm             |   4 +-
 lib/HTML/FormHandler/Field/MonthName.pm            |   4 +-
 lib/HTML/FormHandler/Field/Multiple.pm             |   4 +-
 lib/HTML/FormHandler/Field/Nested.pm               |   4 +-
 lib/HTML/FormHandler/Field/NoValue.pm              |   4 +-
 lib/HTML/FormHandler/Field/NonEditable.pm          |   4 +-
 lib/HTML/FormHandler/Field/Password.pm             |   4 +-
 lib/HTML/FormHandler/Field/PasswordConf.pm         |   4 +-
 lib/HTML/FormHandler/Field/PosInteger.pm           |   4 +-
 lib/HTML/FormHandler/Field/PrimaryKey.pm           |   4 +-
 lib/HTML/FormHandler/Field/Repeatable.pm           |   4 +-
 lib/HTML/FormHandler/Field/Repeatable/Instance.pm  |   4 +-
 lib/HTML/FormHandler/Field/Reset.pm                |   4 +-
 lib/HTML/FormHandler/Field/Result.pm               |   4 +-
 lib/HTML/FormHandler/Field/RmElement.pm            |   4 +-
 lib/HTML/FormHandler/Field/Second.pm               |   4 +-
 lib/HTML/FormHandler/Field/Select.pm               |   4 +-
 lib/HTML/FormHandler/Field/SelectCSV.pm            |   4 +-
 lib/HTML/FormHandler/Field/Submit.pm               |   4 +-
 lib/HTML/FormHandler/Field/Text.pm                 |   4 +-
 lib/HTML/FormHandler/Field/TextArea.pm             |   4 +-
 lib/HTML/FormHandler/Field/TextCSV.pm              |   4 +-
 lib/HTML/FormHandler/Field/Upload.pm               |   4 +-
 lib/HTML/FormHandler/Field/Weekday.pm              |   4 +-
 lib/HTML/FormHandler/Field/Year.pm                 |   4 +-
 lib/HTML/FormHandler/Fields.pm                     |   4 +-
 lib/HTML/FormHandler/Foo.pm                        |   4 +-
 lib/HTML/FormHandler/I18N.pm                       |   4 +-
 lib/HTML/FormHandler/I18N/ar_kw.pm                 | 169 ++++++++++
 lib/HTML/FormHandler/I18N/bg_bg.pm                 |   4 +-
 lib/HTML/FormHandler/I18N/de_de.pm                 |   4 +-
 lib/HTML/FormHandler/I18N/en_us.pm                 |   4 +-
 lib/HTML/FormHandler/I18N/hu_hu.pm                 |   4 +-
 lib/HTML/FormHandler/I18N/it_it.pm                 |   4 +-
 lib/HTML/FormHandler/I18N/ja_jp.pm                 |   4 +-
 lib/HTML/FormHandler/I18N/pt_br.pm                 |   4 +-
 lib/HTML/FormHandler/I18N/ru_ru.pm                 |   4 +-
 lib/HTML/FormHandler/I18N/sv_se.pm                 |   4 +-
 lib/HTML/FormHandler/I18N/tr_tr.pm                 |   4 +-
 lib/HTML/FormHandler/I18N/ua_ua.pm                 |   4 +-
 lib/HTML/FormHandler/InitResult.pm                 |   4 +-
 lib/HTML/FormHandler/Manual.pod                    |   4 +-
 lib/HTML/FormHandler/Manual/Catalyst.pod           |   4 +-
 lib/HTML/FormHandler/Manual/Cookbook.pod           |   4 +-
 lib/HTML/FormHandler/Manual/Database.pod           |   4 +-
 lib/HTML/FormHandler/Manual/Defaults.pod           |  15 +-
 lib/HTML/FormHandler/Manual/Errors.pod             |   4 +-
 lib/HTML/FormHandler/Manual/Fields.pod             |   4 +-
 lib/HTML/FormHandler/Manual/FromDFV.pod            |   4 +-
 lib/HTML/FormHandler/Manual/FromFF.pod             |   4 +-
 lib/HTML/FormHandler/Manual/InflationDeflation.pod |   4 +-
 lib/HTML/FormHandler/Manual/Intro.pod              |   4 +-
 lib/HTML/FormHandler/Manual/Reference.pod          |   4 +-
 lib/HTML/FormHandler/Manual/Rendering.pod          |  14 +-
 lib/HTML/FormHandler/Manual/RenderingCookbook.pod  |   4 +-
 lib/HTML/FormHandler/Manual/Templates.pod          |   4 +-
 lib/HTML/FormHandler/Manual/Testing.pod            |   4 +-
 lib/HTML/FormHandler/Manual/Tutorial.pod           |   6 +-
 lib/HTML/FormHandler/Manual/Validation.pod         |   4 +-
 lib/HTML/FormHandler/Merge.pm                      |   4 +-
 lib/HTML/FormHandler/Meta/Role.pm                  |   4 +-
 lib/HTML/FormHandler/Model.pm                      |   4 +-
 lib/HTML/FormHandler/Model/CDBI.pm                 |   4 +-
 lib/HTML/FormHandler/Model/Object.pm               |   4 +-
 lib/HTML/FormHandler/Moose.pm                      |   4 +-
 lib/HTML/FormHandler/Moose/Role.pm                 |   4 +-
 lib/HTML/FormHandler/Page.pm                       |   4 +-
 lib/HTML/FormHandler/Page/Simple.pm                |   4 +-
 lib/HTML/FormHandler/Pages.pm                      |   4 +-
 lib/HTML/FormHandler/Params.pm                     |   4 +-
 lib/HTML/FormHandler/Render/RepeatableJs.pm        |   4 +-
 lib/HTML/FormHandler/Render/Simple.pm              |   4 +-
 lib/HTML/FormHandler/Render/Table.pm               |   4 +-
 lib/HTML/FormHandler/Render/Util.pm                |   4 +-
 lib/HTML/FormHandler/Render/WithTT.pm              |   4 +-
 lib/HTML/FormHandler/Result.pm                     |   4 +-
 lib/HTML/FormHandler/Result/Role.pm                |   4 +-
 lib/HTML/FormHandler/Test.pm                       |   4 +-
 lib/HTML/FormHandler/TraitFor/Captcha.pm           |   4 +-
 lib/HTML/FormHandler/TraitFor/I18N.pm              |   4 +-
 lib/HTML/FormHandler/TraitFor/Types.pm             |   4 +-
 lib/HTML/FormHandler/Traits.pm                     |   4 +-
 lib/HTML/FormHandler/Types.pm                      |   4 +-
 lib/HTML/FormHandler/Validate.pm                   |   4 +-
 lib/HTML/FormHandler/Widget/ApplyRole.pm           |   4 +-
 lib/HTML/FormHandler/Widget/Block.pm               |   4 +-
 lib/HTML/FormHandler/Widget/Block/Bootstrap.pm     |   4 +-
 lib/HTML/FormHandler/Widget/Field/Button.pm        |   4 +-
 lib/HTML/FormHandler/Widget/Field/ButtonTag.pm     |   4 +-
 lib/HTML/FormHandler/Widget/Field/Captcha.pm       |   4 +-
 lib/HTML/FormHandler/Widget/Field/Checkbox.pm      |   4 +-
 lib/HTML/FormHandler/Widget/Field/CheckboxGroup.pm |   4 +-
 lib/HTML/FormHandler/Widget/Field/Compound.pm      |   4 +-
 lib/HTML/FormHandler/Widget/Field/Hidden.pm        |   4 +-
 lib/HTML/FormHandler/Widget/Field/NoRender.pm      |   4 +-
 lib/HTML/FormHandler/Widget/Field/Password.pm      |   4 +-
 lib/HTML/FormHandler/Widget/Field/RadioGroup.pm    |   4 +-
 lib/HTML/FormHandler/Widget/Field/Repeatable.pm    |   4 +-
 lib/HTML/FormHandler/Widget/Field/Reset.pm         |   4 +-
 .../Widget/Field/Role/HTMLAttributes.pm            |   4 +-
 .../Widget/Field/Role/SelectedOption.pm            |   4 +-
 lib/HTML/FormHandler/Widget/Field/Select.pm        |   4 +-
 lib/HTML/FormHandler/Widget/Field/Span.pm          |   4 +-
 lib/HTML/FormHandler/Widget/Field/Submit.pm        |   4 +-
 lib/HTML/FormHandler/Widget/Field/Text.pm          |   4 +-
 lib/HTML/FormHandler/Widget/Field/Textarea.pm      |   4 +-
 lib/HTML/FormHandler/Widget/Field/Upload.pm        |   4 +-
 .../FormHandler/Widget/Form/Role/HTMLAttributes.pm |   5 +-
 lib/HTML/FormHandler/Widget/Form/Simple.pm         |   4 +-
 lib/HTML/FormHandler/Widget/Form/Table.pm          |   4 +-
 lib/HTML/FormHandler/Widget/Theme/Bootstrap.pm     |   4 +-
 lib/HTML/FormHandler/Widget/Theme/Bootstrap3.pm    |   4 +-
 .../Widget/Theme/BootstrapFormMessages.pm          |   4 +-
 lib/HTML/FormHandler/Widget/Wrapper/Base.pm        |   8 +-
 lib/HTML/FormHandler/Widget/Wrapper/Bootstrap.pm   |   4 +-
 lib/HTML/FormHandler/Widget/Wrapper/Bootstrap3.pm  |  16 +-
 lib/HTML/FormHandler/Widget/Wrapper/Fieldset.pm    |   4 +-
 lib/HTML/FormHandler/Widget/Wrapper/None.pm        |   4 +-
 lib/HTML/FormHandler/Widget/Wrapper/Simple.pm      |   4 +-
 .../FormHandler/Widget/Wrapper/SimpleInline.pm     |   4 +-
 lib/HTML/FormHandler/Widget/Wrapper/Table.pm       |   4 +-
 lib/HTML/FormHandler/Widget/Wrapper/TableInline.pm |   4 +-
 lib/HTML/FormHandler/Wizard.pm                     |   4 +-
 t/bootstrap3/inlinecheckboxes.t                    |  69 +++++
 t/fields/dates.t                                   |  12 +
 t/form_setup/init_obj.t                            |  20 ++
 t/release-no-tabs.t                                |   1 +
 t/render/classes.t                                 |  34 ++
 t/render/html5_attributes.t                        |  10 +-
 t/render/html_attributes.t                         |  10 +-
 t/render/simple.t                                  |   2 +-
 t/render/widgets.t                                 |   2 +-
 t/repeatable/empty.t                               |  25 ++
 t/repeatable/has_many.t                            |   2 +-
 171 files changed, 889 insertions(+), 525 deletions(-)

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



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