forked from pool/perl-HTML-FormHandler
- updated to 0.33002
Accidentally left off compatibility for 'required_message' attribute messages => { required => '...' } is new style and worked Remove unnecessary with of HFH::Validate::Actions bug - empty_select check defined Add button field, widget, template Check html attributes for definedness not truth Add ability to set field inactive on new & process in addition to setting active Move 'no_render_label' into Field Use form's language_handle in fields Improve PrimaryKey doc Return empty hashref from $form->value instead of undef Merge experimental Wizard into master Render disabled select options Repeatable contains rendering incorrectly, skipping empty elements Add rendering of form_errors to widgets and Render::Simple *** If you were using form_errors (there are none by default) and were using HFH rendering, check for compatibility Allow specifying full class for widget with '+' Document removing wrapper div from Simple wrapper Re-do how field messages are stored and accessed. Use messages => {...} instead of various _message attributes Add utilities in util to pull out class messages and check I18N Update I18N messages files (those that were provided by translators) Change render_filter Coderef setting because of leak; *** Possible incompatibility: if you have a form render_filter, OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-FormHandler?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
326106dafe
commit
47cb810257
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:232f50ba75347d399368d813574e8be8a1f3e5ca8dd0ad3742bc0f8d18941d0c
|
||||
size 123617
|
3
HTML-FormHandler-0.33002.tar.gz
Normal file
3
HTML-FormHandler-0.33002.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:84e288552f4084a43b5ba66b0ec4f72f1c51175c67b71e8d99309325ac22f633
|
||||
size 180915
|
@@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 22 07:26:04 UTC 2011 - coolo@opensuse.org
|
||||
|
||||
- updated to 0.33002
|
||||
Accidentally left off compatibility for 'required_message' attribute
|
||||
messages => { required => '...' } is new style and worked
|
||||
|
||||
Remove unnecessary with of HFH::Validate::Actions
|
||||
|
||||
bug - empty_select check defined
|
||||
Add button field, widget, template
|
||||
Check html attributes for definedness not truth
|
||||
Add ability to set field inactive on new & process
|
||||
in addition to setting active
|
||||
Move 'no_render_label' into Field
|
||||
Use form's language_handle in fields
|
||||
Improve PrimaryKey doc
|
||||
Return empty hashref from $form->value instead of undef
|
||||
Merge experimental Wizard into master
|
||||
Render disabled select options
|
||||
Repeatable contains rendering incorrectly, skipping empty elements
|
||||
Add rendering of form_errors to widgets and Render::Simple
|
||||
*** If you were using form_errors (there are none by default)
|
||||
and were using HFH rendering, check for compatibility
|
||||
Allow specifying full class for widget with '+'
|
||||
Document removing wrapper div from Simple wrapper
|
||||
Re-do how field messages are stored and accessed. Use messages => {...}
|
||||
instead of various _message attributes
|
||||
Add utilities in util to pull out class messages and check I18N
|
||||
Update I18N messages files (those that were provided by translators)
|
||||
Change render_filter Coderef setting because of leak;
|
||||
*** Possible incompatibility: if you have a form render_filter,
|
||||
change to function instead of method
|
||||
Change _localize to a Coderef to allow easier changing.
|
||||
*** If you have a custom _localize method, check for compatibility
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 19 13:38:50 UTC 2011 - coolo@novell.com
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package perl-HTML-FormHandler (Version 0.32005)
|
||||
# spec file for package perl-HTML-FormHandler (Version 0.33002)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@@ -16,22 +16,28 @@
|
||||
#
|
||||
|
||||
Name: perl-HTML-FormHandler
|
||||
Version: 0.32005
|
||||
Version: 0.33002
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
%define cpan_name HTML-FormHandler
|
||||
Summary: HTML forms using Moose
|
||||
Url: http://search.cpan.org/dist/HTML-FormHandler/
|
||||
Group: Development/Libraries/Perl
|
||||
#Source: http://www.cpan.org/authors/id/G/GS/GSHANK/HTML-FormHandler-%{version}.tar.gz
|
||||
Source: %{cpan_name}-%{version}.tar.bz2
|
||||
Source: http://www.cpan.org/authors/id/G/GS/GSHANK/%{cpan_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(aliased)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(DateTime)
|
||||
BuildRequires: perl(DateTime::Format::Strptime)
|
||||
BuildRequires: perl(Email::Valid)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::ShareDir)
|
||||
BuildRequires: perl(File::ShareDir::Install) >= 0.03
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(Locale::Maketext) >= 1.09
|
||||
BuildRequires: perl(Moose) >= 0.90
|
||||
BuildRequires: perl(MooseX::Getopt) >= 0.16
|
||||
BuildRequires: perl(MooseX::Types) >= 0.20
|
||||
@@ -39,10 +45,8 @@ BuildRequires: perl(MooseX::Types::Common)
|
||||
BuildRequires: perl(namespace::autoclean) >= 0.09
|
||||
BuildRequires: perl(Test::Differences)
|
||||
BuildRequires: perl(Test::Exception)
|
||||
BuildRequires: perl(Test::More) >= 0.94
|
||||
BuildRequires: perl(Try::Tiny)
|
||||
BuildRequires: perl(File::ShareDir::Install)
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
Requires: perl(aliased)
|
||||
Requires: perl(Carp)
|
||||
Requires: perl(DateTime)
|
||||
@@ -50,14 +54,13 @@ Requires: perl(DateTime::Format::Strptime)
|
||||
Requires: perl(Email::Valid)
|
||||
Requires: perl(File::ShareDir)
|
||||
Requires: perl(File::Spec)
|
||||
Requires: perl(Locale::Maketext) >= 1.09
|
||||
Requires: perl(Moose) >= 0.90
|
||||
Requires: perl(MooseX::Getopt) >= 0.16
|
||||
Requires: perl(MooseX::Types) >= 0.20
|
||||
Requires: perl(MooseX::Types::Common)
|
||||
Requires: perl(namespace::autoclean) >= 0.09
|
||||
Requires: perl(Try::Tiny)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -130,7 +133,7 @@ the HTML::FormHandler::Manual manpage.
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(644,root,root,755)
|
||||
%doc Changes dist.ini LICENSE README TODO xt
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE README TODO util xt
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user