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