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 +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
|
||||
|
||||
|
Reference in New Issue
Block a user