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