8
0

Accepting request 296280 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/296280
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-FormHandler?expand=0&rev=29
This commit is contained in:
Stephan Kulow
2015-04-15 04:34:27 +00:00
committed by Git OBS Bridge
parent 49cd4d9baa
commit 1ab8e2ac7a
4 changed files with 41 additions and 6 deletions

View File

@@ -1,3 +1,38 @@
-------------------------------------------------------------------
Tue Apr 14 17:42:35 UTC 2015 - coolo@suse.com
- updated to 0.40059
see /usr/share/doc/packages/perl-HTML-FormHandler/Changes
0.40059 Thu Feb 25, 2015
Remove clear->item_id that snaked in via merge error
Pass subfield name to repeatable element wrapper
0.40058 Thu Feb 25, 2015
add HorizCheckboxGroup for alternative CheckboxGroup rendering
minor doc typos
do $class->meta->make_immutable after new_with_traits
Czech translation
'get_errors' synonym for 'errors' on form
add repeatable_element_wrapper ability
0.40057 Fri Aug 1, 2014
added support for tag 'inline' in bootstrap3 wrapper
add test for inline-checkboxes
add test for prefilled with init_object form reuse
clear item and init_object which are required for form reuse
add failing test for element_class override through build_update_subfields
add a bit of doc about handling DBIC new results & 'use_default_over_obj'
=encoding utf-8 in Manual/Rendering.pod
remove deprecated css_class and input_class attributes
add param_to_values method to convert parameters to init_object-like hashref
Add code to respect the label_no_filter tag on checkboxes for Bootstrap
and the Base widgets.
fix bootstrap3 input_append_button
Respect label_no_filter on checkbox labels.
add Arabic translations
use time_zone and locale options in Date field
-------------------------------------------------------------------
Mon Feb 24 06:12:17 UTC 2014 - coolo@suse.com