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