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