forked from pool/perl-HTML-FormHandler
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:
committed by
Git OBS Bridge
parent
49cd4d9baa
commit
1ab8e2ac7a
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1d571f9df0d2dd450fe6bc76ed726a4bf626c19c917b81e1fb4ae264a88c5c04
|
|
||||||
size 298129
|
|
3
HTML-FormHandler-0.40059.tar.gz
Normal file
3
HTML-FormHandler-0.40059.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:87276add47a3ac10e472245b6a83c4e6f920a773d8dd391626306febd24c8db6
|
||||||
|
size 303712
|
@@ -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
|
Mon Feb 24 06:12:17 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-HTML-FormHandler
|
# spec file for package perl-HTML-FormHandler
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-HTML-FormHandler
|
Name: perl-HTML-FormHandler
|
||||||
Version: 0.40056
|
Version: 0.40059
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name HTML-FormHandler
|
%define cpan_name HTML-FormHandler
|
||||||
Summary: HTML forms using Moose
|
Summary: HTML forms using Moose
|
||||||
@@ -145,6 +145,6 @@ the HTML::FormHandler::Manual manpage.
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE README TODO util xt
|
%doc Changes LICENSE README TODO util
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user