first commit
[catagits/Catalyst-Plugin-FormValidator-Simple.git] / Changes
1 Revision history for Perl extension Catalyst::Plugin::FormValidator::Simple.
2
3 0.13  Thu Sep  3 14:22:00 2009
4     - added message_decode_from option corresponding to
5       FormValidator::Simple set_message_decode_from option.
6       Thanks to Hu Hailin.
7
8 0.12  Thu Nov  2 18:06:00 2006
9     - revert to ver 0.10.
10       When you use relative path on config-file,
11       it's better to write like follow example.
12
13       validator:
14         profiles: __path_to(profiles.yml)__
15         messages: __path_to(messages.yml)__
16
17       Thanks to TYPESTER and Hideo Kimura.
18
19 0.11  Wed Nov  1 17:14:00 2006
20     - fixed to deal with messages file's path well.
21       you can set relative filepath in mod_perl environment.
22       Thanks to Hideo Kimura
23
24 0.10  Mon May 15 00:00:00 2006
25     - bugfix: Now, it validates parameters correctly,
26       when they're set with $c->req->param on recent version of Catalyst.
27       (Thanks to luo.dongxiang)
28
29 0.09  Fri Mar 3 00:00:00 2006
30     - fixed poor mistake, when passing option setting.
31       (Thanks to Roman Filippov)
32
33 0.08  Mon Feb 27 00:00:00 2006
34     - Now, this doesn't use NEXT::ACTUAL.
35           That's make test-server not to work as expected on restarting.
36
37 0.06  Mon Nov 18 00:00:00 2005
38     - change the version of prerequired FormValidator::Simple.
39       Now this module requires FormValidator::Simple Version 0.10 or over.
40       And added many document and tutorials.
41
42 0.05  Mon Nov 14 08:54:00 2005
43     - fixed documentation
44       (Thanks to John Wang)
45
46 0.04  Thu Oct 20 12:23:40 2005
47     - fixed bug: option setting wasn't passed to validator.
48
49 0.03  Sat Oct  1 10:23:40 2005
50     - fixed documentation
51
52 0.02  Fri Sep 30 10:23:40 2005
53     - cpan release version
54
55 0.01  Tue Jul  5 10:23:40 2005
56     - original version; created by h2xs 1.23 with options
57         -X -A Catalyst::Plugin::FormValidator::Simple
58