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