forked from pool/perl-HTML-FormHandler
update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-FormHandler?expand=0&rev=19
This commit is contained in:
committed by
Git OBS Bridge
parent
0be29de913
commit
9ce5c80fe3
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2eb13e3eba5b0329c592b28b50ca5f6bc69f860c0e1c4283f291bdb5cd46ce60
|
||||
size 279836
|
3
HTML-FormHandler-0.40050.tar.gz
Normal file
3
HTML-FormHandler-0.40050.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:daf828e717fcd4a79031c9789d77f8b8cefb160f9594cd05d0d958721aa4d063
|
||||
size 284201
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user