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