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