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