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