File tree 3 files changed +23
-6
lines changed
3 files changed +23
-6
lines changed Original file line number Diff line number Diff line change 1
- 0.03006
1
+ 0.03006 2008-12-03
2
2
3
- - New field_order for Date elements.
3
+ - New DateTime element.
4
+
5
+ - New File::Size constraint methods: min_kilobyte(), max_kilobyte(),
6
+ min_megabyte(), max_megabyte().
7
+
8
+ - New config_file_path() method, used by load_config_file() and
9
+ load_config_filestem().
10
+
11
+ - New field_order() method for Date elements.
12
+
13
+ - New I18N translations for Romanian, Russian, Ukranian.
14
+
15
+ - New MultiForm system for multi-page forms (not yet documented, file
16
+ upload tests skipped due to test problems on MS Win32).
17
+
18
+ - Checkbox + Radio elements now default to value(1).
19
+
20
+ - Constraint when() method now works with nested_names().
21
+
22
+ - Using test aggregate to speed-up tests.
4
23
5
24
0.03005 2008-09-08
6
25
131
150
132
151
- New Plugin system (see tests, not yet documented) and StashValid plugin.
133
152
134
- - New MultiForm system for multi-page forms (see tests, not yet documented).
135
-
136
153
- New form methods: stash_valid(), params_ignore_underscore() and
137
154
tmp_upload_dir().
138
155
Original file line number Diff line number Diff line change 3
3
4
4
# not ready yet
5
5
^lib\/HTML\/FormFu\/Manual\.pod$
6
- ^t\/multiform
6
+ ^t\/multiform-misc\/file
7
7
8
8
\.disabled$
9
9
^recaptcha\.txt$
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ __PACKAGE__->mk_inherited_merging_accessors( qw( tt_args config_callback ) );
108
108
*plugins = \&plugin;
109
109
*add_plugins = \&add_plugin;
110
110
111
- our $VERSION = ' 0.03005 ' ;
111
+ our $VERSION = ' 0.03006 ' ;
112
112
$VERSION = eval $VERSION ;
113
113
114
114
Class::C3::initialize();
You can’t perform that action at this time.
0 commit comments