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