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