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