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