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