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