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