From 9ce5c80fe3e9f65a8acc78dea4db56fea548b5226b71769d4eb3c432a4a2374e Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 4 Oct 2013 15:36:25 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-FormHandler?expand=0&rev=19 --- HTML-FormHandler-0.40026.tar.gz | 3 --- HTML-FormHandler-0.40050.tar.gz | 3 +++ perl-HTML-FormHandler.changes | 32 ++++++++++++++++++++++++++++++++ perl-HTML-FormHandler.spec | 2 +- 4 files changed, 36 insertions(+), 4 deletions(-) delete mode 100644 HTML-FormHandler-0.40026.tar.gz create mode 100644 HTML-FormHandler-0.40050.tar.gz diff --git a/HTML-FormHandler-0.40026.tar.gz b/HTML-FormHandler-0.40026.tar.gz deleted file mode 100644 index f869362..0000000 --- a/HTML-FormHandler-0.40026.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2eb13e3eba5b0329c592b28b50ca5f6bc69f860c0e1c4283f291bdb5cd46ce60 -size 279836 diff --git a/HTML-FormHandler-0.40050.tar.gz b/HTML-FormHandler-0.40050.tar.gz new file mode 100644 index 0000000..aa8fec3 --- /dev/null +++ b/HTML-FormHandler-0.40050.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf828e717fcd4a79031c9789d77f8b8cefb160f9594cd05d0d958721aa4d063 +size 284201 diff --git a/perl-HTML-FormHandler.changes b/perl-HTML-FormHandler.changes index be2c5e2..b327dbe 100644 --- a/perl-HTML-FormHandler.changes +++ b/perl-HTML-FormHandler.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Fri Oct 4 09:11:50 UTC 2013 - coolo@suse.com + +- updated to 0.40050 + *** 'widget_tags' in a field have been deprecated for a long time; removing. + There are still widget_tags in the form and compound fields. + Use 'tags' in a field instead. + *** Initial support of Bootstrap3 - still EXPERIMENTAL. Do not use in + production yet. Changes in interface may occur over the next few weeks. + Supporting Bootstrap 3.0 required a surprising amount of minor refactoring: + Bootstrap3 checkboxes and radio elements now have an additional div wrapping them. + This required setting flags in the wrapper that could be seen by the + field widgets. Used 'wrapper_tags' attribute, which is not the most satisfying + solution but does work. The former 'controls' div now doesn't have the + 'controls' class, but is used for sizing. Added new attribute + 'element_wrapper_class' to provide these classes. Split out addition of + classes to the wrapper and element into 'add_standard_wrapper_classes' and + 'add_standard_element_classes', because B3.0 now wants 'has-error' and + 'has-warning' instead of the former 'error' class. 'control-group' was + changed to 'form-group'. The 'form-control' class has been added to + text, password, textarea, and select fields. + Add 'preserve_case' attribute to Email field + + Fixed bug when rendering blocks with 'run' (results) + Sort the deflated values of SelectCSV field + Allow passing Email::Valid params to Email field + Typos fixed + Add 'use_init_obj_when_no_accessor_in_item' flag for dual-purpose init_obj + + Add 'options_ref' method for using options in TT templates + Add unique messages to field messages hash + ------------------------------------------------------------------- Wed Jul 24 07:28:36 UTC 2013 - coolo@suse.com diff --git a/perl-HTML-FormHandler.spec b/perl-HTML-FormHandler.spec index bfdc72d..47a65cc 100644 --- a/perl-HTML-FormHandler.spec +++ b/perl-HTML-FormHandler.spec @@ -17,7 +17,7 @@ Name: perl-HTML-FormHandler -Version: 0.40026 +Version: 0.40050 Release: 0 %define cpan_name HTML-FormHandler Summary: HTML forms using Moose