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