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