]> Dogcows Code - chaz/p5-CGI-Ex/blob - Changes
CGI::Ex 2.04
[chaz/p5-CGI-Ex] / Changes
1 2.04 2006-07-10
2 * Allow for items not in group order to get added to validation correctly in CGI::Ex::Validate.
3 * Add samples/index.cgi
4 * Fix samples/app/cgi_ex_* to actually work.
5 * Added CGI::Ex::JSONDump
6 * Change Validate to use JSONDump instaed of JSON
7 * Various perldoc and other bug fixes.
8 * Removed CGI-Ex.spec - use cpan2rpm or cpan2deb instead.
9
10 2.03 2006-06-10
11 * Fix the associativity of operators in Template to match perl
12 * Allow for multiple prefix operators.
13 * Change name of parse_variable to parse_expr
14 * Change name of get_variable to play_expr
15
16 2.02 2006-06-08
17 * Fix the yaml tests
18 * Add failed_sleep to Auth
19 * Various pod fixes
20 * Allow for conf_read and write errors to die - we really do need to have those bubble up.
21 * Fix all tests
22 * Allow for validate.js to work with existing onsubmit handlers of forms
23 * Added "as" virtual methods to Template
24 * Added Virtual Objects to Template
25 * Added self modifiers (*= etc) to Template
26 * Added increment and decrement (++ --) to Template
27 * Allow for scientific notation and hexidecimal in Template
28 * Added int, rand and random virtual methods to Template
29
30 2.01 2006-05-31
31 * Added App refine_path hook.
32 * Added App destroy method.
33 * Fix CGI::Ex::Template perldoc.
34
35 2.00 2006-05-30
36 * Added CGI::Ex::Template and test suites
37 * Allow for CGI::Ex::Template to be fully TT2 syntax compliant
38 * Re-implementation of CGI::Ex::Auth
39 * Allow for step to be automatically untainted during loop in CGI::Ex::App
40 * Fix base_dir_rel to work with "" as the dir in CGI::Ex::App
41 * Bug fixes in CGI::Ex::Fill
42 * Better perldoc in CGI::Ex::Fill
43 * Add named parameter function called fill in CGI::Ex::Fill
44 * DProfd CGI::Ex::Conf for improvements
45 * DProfd CGI::Ex::Validate for improvements
46 * Added conf_read and conf_write methods for Conf
47 * Cleanup of all of the test
48 * Add missing tests
49 * Add Array Prototype fixes from Eamon Daly
50 * Add examples and cleanup to CGI::Ex::App
51 * Cleanup hooks in App (add fill_args and template_args)
52 * Change run_hook syntax in App
53 * Add dump_history with more history information
54 * Integrate CGI::Ex::Auth with App
55
56 1.14 2005-02-28
57 * Bug fix in validate (OR's were not working)
58 * Allow for checking for package existence without require in App
59 * Add hash_swap
60 * Add hash_base
61 * Add add_to_ methods for swap, fill, form, common, and errors
62 * Swap the run_hook order of step and hookname
63 * Allow for untaint in CGI::Ex::Validate
64 * Allow for !field in equals of CGI::Ex::Validate
65 * Allow for return of names in CGI::Ex::Validate
66 * Allow CGI::Ex to work better with CGI/mod_perl1/mod_perl2
67 * Fix required => 0 in javascript
68
69 1.13 2004-12-02
70 * Show more App perldoc examples
71 * Fix some App path bugs
72 * Add more app hooks
73 * Cleanup app code
74 * Allow for Conf to write to each of the types
75
76 1.12 2004-11-10
77 * Show more App perldoc examples
78 * Fix some App path bugs
79 * Change some App method names
80 * Allow for App js_validation
81 * Allow for App validation redirection
82
83 1.11 2004-11-08
84 * Let file path dependent tests succeed
85 * Allow for next current and previous steps in App
86 * Couple of warn cleans in App
87
88 1.10 2004-11-05
89 * Make CGI::Ex::App->print really work with Template
90 * Fix very large javascript variable swapping bug
91 * Numerous upgrades to App
92 * Fix module access in CGI::Ex
93 * Allow validate to populate what_was_validated array
94 * Allow for App to cleanup crossed references
95
96 1.00 2004-04-23
97 * Added set_path method
98 * Added Auth module
99 * Fix validate.js for select-multiple
100 * Fix validate.js for max_values
101 * Add min_in_set and max_in_set types for validate
102 * Add default for validate (sets default value)
103
104 0.99 2004-03-22
105 * Allow swap_template to be called with one argument
106 * Added extended examples in t/samples/cgi_ex_*
107 * Remove dependency on CGI::Util (doesn't exists on some perls)
108 * A few fixes on App
109 * Added set_form
110 * Updated tests
111
112 0.98 2004-03-19
113 * Multiple fixes in Fill module
114 * Updates on perldocs (thanks to Simon Bellwood for bug reports)
115 * Addition of Dump (debug) module
116 * Addition of Die module
117 * Addition of App module
118
119 0.97 2004-03-05
120 * Allow for custom_js type
121 * Fix unshift, shift, and push in ie 5.0
122 * Fix type CC in validate.js
123 * Allow for duplicate field definitions
124
125 0.96 2003-11-26
126 * Fix for pos not resetting in CGI::Ex::Fill
127 * Fix for general items set in self not being passed to generate_js
128 * Workaround for yaml_load.js |- not properly trimming whitespace
129
130 0.94 2003-11-26
131 * Javascript functionality is in.
132
133 0.0 2003-11-01
134 * Version 0.0 checked in
This page took 0.03496 seconds and 4 git commands to generate.