]> Dogcows Code - chaz/p5-CGI-Ex/blob - Changes
60acdaae09591c15b661f7120412f3024ead810e
[chaz/p5-CGI-Ex] / Changes
1 2.23
2 2007-12-20
3 * Add the onevent load option - make sure validate_if figures into dependencies
4 * Add was_valid, had_error, and was_checked validation options
5 * Add vif_disable option.
6 * Pass more information to clear/set hooks using named args
7
8 2.22
9 2007-12-14
10 * Allow for no errors with a username of "0"
11 * Run hash_form hook before others so dump_history shows it in order of use
12 * Fix Validate error with passing in the field name
13 * Simplify and modernize validate.js
14 * Add onevent: change, blur and submit types.
15 * Add hooks and better overriding to valiate.js
16 * Cleanup Validate.pm pod
17 * Be sure Conf json read requires JSON
18
19 2.21
20 2007-10-18
21 * Add logout_hook to Auth
22 * Remove key_payload
23 * Only accept payload from cram styles
24 * Added disable_simple_cram to enforce protecting server generated payloads
25
26 2.20
27 2007-10-08
28 * Added success_hook and failure_hook to Auth (not documented)
29 * Fix precedence issue in conf reading in App (thanks to Krassimir Berov)
30 * Fix bug in validate.js with LOCAL_PART matching (thanks to Thomas den Braber)
31 * Add support for clear_on_error to validate.js (thanks to Thomas den Braber)
32
33 2.19
34 2007-10-05
35 * Make verify_token more granualar in Auth
36 * Added parse_token method and/or property
37 * Added verify_password method and/or property
38 * Added verify_payload method and/or property
39 * Fix filename based conf reading in App
40 * Added check_valid_auth, handle_success, handle_failure
41 key_loggedout, bounce_on_logout to Auth.
42
43 2.18
44 2007-07-24
45 * Merry Pioneer Day - http://en.wikipedia.org/wiki/Pioneer_Day_(Utah)
46 * Allow for check_valid_auth in App
47 * Allow for set_cookie, delete_cookie, location_bounce to be overridden in Auth
48 * Add get_valid_auth to the history
49 * Massive refactor of CGI::Ex::App
50 * Rename conf_ext to ext_conf to be similar to ext_print and ext_val
51 * Add undocumented conf_die_on_fail (which defaults to true)
52 * Fix bug in handle_error
53 * Allow empty hashrefs passed to Validate - (broken in 2.17)
54 * Add tests to help with Devel::Cover coverage.
55
56 2.17
57 2007-06-26
58 * Add load_conf and conf* methods to App to allow for easier external configuration
59 * Add more documentation
60 * Allow print_content_type('text/html', 'utf-8')
61 * Allow App to pass mimetime and charset to print_out.
62 * Update path methods.
63
64 2.16
65 2007-06-21
66 * Add default __error step which is called by default handle_error method.
67 * Default base_dir_abs to '.'
68
69 2.15
70 2007-06-20
71 * Fix some warning issues with the Recipe sample in App
72 * Cleanup require_auth interface in App (you will want to
73 double check if you have overwritten require_auth in your
74 application to make sure your implementation is still compatible)
75 * Require latest Template::Alloy
76
77 2.14
78 2007-06-12
79 * Moved CGI::Ex::Template to Template::Alloy
80 * Template::Alloy is now required as a dependency
81 * Update some portions of App POD.
82
83 2.13
84 2007-05-21
85 * Added full support for HTML::Template and HTML::Template::Expr.
86 * Added missing HTML::Template::Expr vmethods.
87 * Added support for using Text vmethods as top level items.
88 * Added SYNTAX configuration item.
89 * Added V2EQUALS configuration item.
90 * Broke Extra and HTE out to its own area.
91 * Added many more tests.
92 * Allow QR_PRIVATE to be false.
93
94
95 2.12
96 2007-05-11
97 * Add STAT_TTL
98 * Add NEGATIVE_STAT_TTL
99 * Add WRAPPER configuation
100 * Add ERROR and ERRORS configuration
101 * Cleanup handling of PRE_PROCESS and POST_PROCESS
102 * Add more tests for the file operations
103 * Cleanup some potential argument issues on cached USE and THROW
104
105 2.11 2007-05-07
106 * Add more samples to App synopsis.
107 * Add VIEW directive support to Template.
108 * Update data storage to more easily support TT2 parsers.
109 * Add regex support in Template.
110 * Add CONFIG directive in Template.
111 * Better error reporting.
112 * Allow parser to parse all TT2 tests in TT2 test suite.
113 * Add V2PIPE configuration to provide backward support for TT2 non-inline pipes.
114 * Add vmethod url.
115 * Cleanup argument parsing to be more compatible with TT2.
116
117 2.10 2007-04-27
118 * Allow for fully regex grammar based engine.
119 * Move to generic operator parse tree. All constructs are now only arrayrefs.
120 This should allow for easy porting to other languages.
121 * Allow for nested tags [% "[% 2 %]" | eval %].
122 * Added back in references in Template - but fast and simple.
123 * Allow for regex based TAGS.
124 * Allow for "unquoted" in TAGS.
125 * Catch parsing bug in "1 - + 2" in Template.
126 * Fix minor bug in Template qw() construct.
127 * Re-added ANYCASE support.
128 * Added V1DOLLAR support.
129 * Remove GROUP support from CGI::Ex::Validate.
130 * Allow for crypted passwords to work in Auth.
131
132 2.09 2007-04-05
133 * Add more documentation about file paths
134 * Allow for base_dir_abs to return a single value, or an arrayref of values, or
135 a coderef that returns a single value or arrayref.
136 * Allow CGI::Ex send_status to work on mod_perl2.
137 * Add tests to cover all virtual methods in CGI::Ex::Template.
138 * Bring all virtual methods into line with TT2.18
139
140 2.08 2007-03-02
141 * Allow for digits passed to %*s patterns in format, and fmt or CGI::Ex::Template
142 * Fix bug in validate.js to allow for non-existant fields (with replace)
143 * Warn clean in Validate.pm for non-existant field (with replace)
144 * Fix bug in validate.js with trim_control_chars - was broken entirely
145 * Add no_tag_splitting flag to JSONDump
146 * Allow for more types of numbers to be quoted in JSONDump
147 * Add path_info_map_base method to CGI::Ex::App
148 * Add path_info_map hook to CGI::Ex::App
149 * Updated and added much documentation to CGI::Ex::App
150
151 2.07 2007-01-30
152 * Add clear_app method which flushes items pertaining to navigation.
153 * Allow for CGI::Ex::Template PLUGIN_BASE to be a scalar OR an arrayref.
154 * Add sort keys to DUMP directive
155 * Add trim_control_chars as a validate directive
156 * Allow for . in the QR_PRIVATE of Template
157 * Add dump_parse_expr to CGI::Ex::Template
158 * Fix JSONDump to handle more number cases
159 * Fix JSONDump to output more IE friendly JS
160 * Allow fill to work only with form elements with attributes
161
162 2.06 2006-07-21
163 * Allow for JSONDump to swap --> to --"+">
164 * Fix memory issue in App with closures
165 * Remove weak_copy routine from Template (memory issue)
166
167 2.05 2006-07-19
168 * Allow for CGI::Ex to be compatible with Mandrake and Fedora mod_perl 2, as well as debian mod_perl2
169 and older mod_perl1.
170 * Allow for CGI::Ex::Dump to localize the Data::Dumper options to not stomp on anybody elses toes.
171 * Update various perldoc bugs
172 * Fix JSONDump of \t and \r
173 * Change .as to .fmt to coincide with Perl6 (.as is still there - just not documented)
174
175 2.04 2006-07-10
176 * Allow for items not in group order to get added to validation correctly in CGI::Ex::Validate.
177 * Add samples/index.cgi
178 * Fix samples/app/cgi_ex_* to actually work.
179 * Added CGI::Ex::JSONDump
180 * Change Validate to use JSONDump instaed of JSON
181 * Various perldoc and other bug fixes.
182 * Removed CGI-Ex.spec - use cpan2rpm or cpan2deb instead.
183
184 2.03 2006-06-10
185 * Fix the associativity of operators in Template to match perl
186 * Allow for multiple prefix operators.
187 * Change name of parse_variable to parse_expr
188 * Change name of get_variable to play_expr
189
190 2.02 2006-06-08
191 * Fix the yaml tests
192 * Add failed_sleep to Auth
193 * Various pod fixes
194 * Allow for conf_read and write errors to die - we really do need to have those bubble up.
195 * Fix all tests
196 * Allow for validate.js to work with existing onsubmit handlers of forms
197 * Added "as" virtual methods to Template
198 * Added Virtual Objects to Template
199 * Added self modifiers (*= etc) to Template
200 * Added increment and decrement (++ --) to Template
201 * Allow for scientific notation and hexidecimal in Template
202 * Added int, rand and random virtual methods to Template
203
204 2.01 2006-05-31
205 * Added App refine_path hook.
206 * Added App destroy method.
207 * Fix CGI::Ex::Template perldoc.
208
209 2.00 2006-05-30
210 * Added CGI::Ex::Template and test suites
211 * Allow for CGI::Ex::Template to be fully TT2 syntax compliant
212 * Re-implementation of CGI::Ex::Auth
213 * Allow for step to be automatically untainted during loop in CGI::Ex::App
214 * Fix base_dir_rel to work with "" as the dir in CGI::Ex::App
215 * Bug fixes in CGI::Ex::Fill
216 * Better perldoc in CGI::Ex::Fill
217 * Add named parameter function called fill in CGI::Ex::Fill
218 * DProfd CGI::Ex::Conf for improvements
219 * DProfd CGI::Ex::Validate for improvements
220 * Added conf_read and conf_write methods for Conf
221 * Cleanup of all of the test
222 * Add missing tests
223 * Add Array Prototype fixes from Eamon Daly
224 * Add examples and cleanup to CGI::Ex::App
225 * Cleanup hooks in App (add fill_args and template_args)
226 * Change run_hook syntax in App
227 * Add dump_history with more history information
228 * Integrate CGI::Ex::Auth with App
229
230 1.14 2005-02-28
231 * Bug fix in validate (OR's were not working)
232 * Allow for checking for package existence without require in App
233 * Add hash_swap
234 * Add hash_base
235 * Add add_to_ methods for swap, fill, form, common, and errors
236 * Swap the run_hook order of step and hookname
237 * Allow for untaint in CGI::Ex::Validate
238 * Allow for !field in equals of CGI::Ex::Validate
239 * Allow for return of names in CGI::Ex::Validate
240 * Allow CGI::Ex to work better with CGI/mod_perl1/mod_perl2
241 * Fix required => 0 in javascript
242
243 1.13 2004-12-02
244 * Show more App perldoc examples
245 * Fix some App path bugs
246 * Add more app hooks
247 * Cleanup app code
248 * Allow for Conf to write to each of the types
249
250 1.12 2004-11-10
251 * Show more App perldoc examples
252 * Fix some App path bugs
253 * Change some App method names
254 * Allow for App js_validation
255 * Allow for App validation redirection
256
257 1.11 2004-11-08
258 * Let file path dependent tests succeed
259 * Allow for next current and previous steps in App
260 * Couple of warn cleans in App
261
262 1.10 2004-11-05
263 * Make CGI::Ex::App->print really work with Template
264 * Fix very large javascript variable swapping bug
265 * Numerous upgrades to App
266 * Fix module access in CGI::Ex
267 * Allow validate to populate what_was_validated array
268 * Allow for App to cleanup crossed references
269
270 1.00 2004-04-23
271 * Added set_path method
272 * Added Auth module
273 * Fix validate.js for select-multiple
274 * Fix validate.js for max_values
275 * Add min_in_set and max_in_set types for validate
276 * Add default for validate (sets default value)
277
278 0.99 2004-03-22
279 * Allow swap_template to be called with one argument
280 * Added extended examples in t/samples/cgi_ex_*
281 * Remove dependency on CGI::Util (doesn't exists on some perls)
282 * A few fixes on App
283 * Added set_form
284 * Updated tests
285
286 0.98 2004-03-19
287 * Multiple fixes in Fill module
288 * Updates on perldocs (thanks to Simon Bellwood for bug reports)
289 * Addition of Dump (debug) module
290 * Addition of Die module
291 * Addition of App module
292
293 0.97 2004-03-05
294 * Allow for custom_js type
295 * Fix unshift, shift, and push in ie 5.0
296 * Fix type CC in validate.js
297 * Allow for duplicate field definitions
298
299 0.96 2003-11-26
300 * Fix for pos not resetting in CGI::Ex::Fill
301 * Fix for general items set in self not being passed to generate_js
302 * Workaround for yaml_load.js |- not properly trimming whitespace
303
304 0.94 2003-11-26
305 * Javascript functionality is in.
306
307 0.0 2003-11-01
308 * Version 0.0 checked in
This page took 0.050531 seconds and 3 git commands to generate.