File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- 0.03004
1
+ 0.03004 2008-09-03
2
2
3
3
- New reCAPTCHA element.
4
4
7
7
- New load_config_filestem() method for loading config files without
8
8
having to specify the file extension.
9
9
10
+ - New html_formfu_dumpconf.pl script, for viewing config files structure.
11
+
12
+ - Assorted optimizations, providing over 20% runtime speedup.
13
+
10
14
- Radio element now inherits from Checkbox, to remove duplicated code.
11
15
12
16
- Radiogroup element now inherits from Checkboxgroup, to remove duplicated
Original file line number Diff line number Diff line change 6
6
^lib\/HTML\/FormFu\/MultiForm\.pm$
7
7
^t\/multiform
8
8
9
- ^lib\/HTML\/FormFu\/Filter\/CompoundDateTime\.pm$
10
- ^lib\/HTML\/FormFu\/Inflator\/ComposedDate\.pm$
11
- ^lib\/HTML\/FormFu\/Element\/Composed\.pm$
12
- ^lib\/HTML\/FormFu\/Element\/SelectMonth\.pm$
13
- ^lib\/HTML\/FormFu\/Element\/SelectYear\.pm$
14
- ^lib\/HTML\/FormFu\/Element\/DateTime\.pm\.disabled$
9
+ \.disabled$
10
+ ^recaptcha\.txt$
15
11
^t\/datetime
16
12
17
13
^benchmarks\b
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ __PACKAGE__->mk_inherited_merging_accessors( qw( tt_args config_callback ) );
107
107
*plugins = \&plugin;
108
108
*add_plugins = \&add_plugin;
109
109
110
- our $VERSION = ' 0.03003 ' ;
110
+ our $VERSION = ' 0.03004 ' ;
111
111
$VERSION = eval $VERSION ;
112
112
113
113
Class::C3::initialize();
You can’t perform that action at this time.
0 commit comments