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