improved cgi engine docs
[catagits/Catalyst-Runtime.git] / Changes
1 This file documents the revision history for Perl extension Catalyst.
2
3 4.25  Sat Mar 12 18:00:00 2005
4         - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
5         - improved cgi engine docs (Christoper Hicks)
6
7 4.24  Sat Mar 12 01:00:00 2005
8         - updated cookbook example  
9         - fixed base for apache and https (Andrew Ruthven)
10         
11 4.23  Wed Mar 09 20:00:00 2005
12         - no more regex actions in forward
13         - added support for test directories t/m, t/v and t/c
14
15 4.22  Tue Mar 08 20:00:00 2005
16         - catch errors in application class
17         - handle die properly.
18
19 4.21  Sat Mar 05 17:00:00 2005
20         - fixed docs
21
22 4.20  Fri Mar 04 22:00:00 2005
23         - moved bin to script
24
25 4.13  Thu Mar 03 11:00:00 2005
26         - improved documentation
27         - pod coverage test for helper generated apps
28         - new helper api
29
30 4.12  Wed Mar 02 11:00:00 2005
31         - server_base sucks, removed
32         - added $c->log->dump()
33
34 4.11  Wed Mar 02 11:00:00 2005
35         - removed some warnings
36         - improved docs
37         - private prefixed actions override private non prefixed actions
38         - added server_base
39         - updated Catalyst::Manual::Intro
40
41 4.10  Wed Mar 02 10:00:00 2005
42         - improved documentation
43         - fixed upload bug
44         - fixed prefixed private actions bug
45         - fixed more little bugs
46
47 4.01  Tue Mar 01 10:00:00 2005
48         - improved documentation
49         - documentation fixes (Johan Lindstrom)
50
51 4.00  Sun Feb 27 22:00:00 2005
52         - more verbose debug messages, especially for forward()
53         - implemented prefixed prvate actions, icluding built in
54           !?default, !?begin and !?end
55         - new Catalyst::Manual::Intro
56         - new helpers, bin/catalyst
57         - helper api
58
59 3.11  Wed Feb 23 21:00:00 2005
60         - added dependency to UNIVERSAL::require (Marcus Ramberg)
61         - added a little workaround for a warning in Catalyst::Test
62           (Marcus Ramberg)
63         - improved documentation for actions
64
65 3.10  Thu Feb 19 20:00:00 2005
66         - removed roles management from Catalyst::Engine
67           and added it to Catalyst::Plugin::Authentication::CDBI
68
69 3.04  Thu Feb 17 21:00:00 2005
70         - error reporting for app class
71         - no more engine debug messages
72         - class->method forwards get resolved now
73
74 3.03  Wed Feb 16 23:00:00 2005
75         - friendlier statistics
76
77 3.02  Wed Feb 16 22:00:00 2005
78         - fixed unintialized actions (Marcus Ramberg)
79
80 3.01  Wed Feb 16 20:30:00 2005
81         - better statistics
82
83 3.00  Wed Feb 16 20:00:00 2005
84         - real version number for CPAN.pm
85         - fixed redirect in CGI engine
86         - more statistics in debug logs
87         - ? prefix for forward()
88
89 2.99_15  Wed Feb 02 22:00:00 2005
90         - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
91         - Replaced "Catched" with "Caught" in Catalyst::Engine
92           (Gary Ashton Jones)
93         - replaced _ with ! for private actions
94         - added ? for prefixed actions
95         - misc improvememts
96
97 2.99_14  Mon Jan 31 22:00:00 2005
98         - arguments for _default
99         - $c->entrance removed for more flexibility
100         - added $c->req->method
101
102 2.99_13  Sun Jan 30 18:00:00 2005
103         - POD fixes and improvements
104
105 2.99_12  Fri Jan 28 22:00:00 2005
106         - first development release