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