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