added optional arguments to Catalyst::Log methods
[catagits/Catalyst-Runtime.git] / Changes
1 This file documents the revision history for Perl extension Catalyst.
2
3 4.32  xxx
4         - added optional arguments to Catalyst::Log methods (Andrew Ford)
5
6 4.32  Tue Mar 22 02:10:00 2005
7         - made a damn typo *AAAAAAAAAAAAAAHHHH!!!*
8
9 4.31  Tue Mar 22 02:00:00 2005
10         - fixed inheritance (Christian Hansen)
11         - previous release was borked!
12           fixed that, but you have to regenerate the scripts again :(
13
14 4.30  Mon Mar 21 23:00:00 2005
15         - more documentation (Andrew Ford)
16         - added connection informations (Christian Hansen)
17         - HTTP::Request support in Catalyst::Test (Christian Hansen)
18         - moved cgi.pl to nph-cgi.pl
19         - added Catalyst::Engine::Server (Christian Hansen)
20         - removed Catalyst::Test::server
21         - updated helper scripts
22           IMPORTANT: note that you have to regenerate script/server.pl,
23           script/cgi-server.pl and script/cgi.pl (now nph-cgi.pl)
24
25 4.28  Sat Mar 19 22:00:00 2005
26         - fixed isa tree (Christian Hansen)
27         - added script/cgi-server.pl, so no more server restarting after
28           code changes
29         - reworked documentation (Andrew Ford <A.Ford@ford-mason.co.uk>)
30
31 4.27  Sat Mar 19 01:00:00 2005
32         - debug message for parameters
33         - Fix redirects (Christian Hansen <ch@ngmedia.com>)
34         - some random fixes
35         - new helper api for Catalyst::Helper::* support
36           you have to update script/create.pl to use it
37
38 4.26  Wed Mar 16 10:00:00 2005
39         - fixed the weird bug that caused regex actions to fail on every
40           second request
41         - more debug messages
42         - 100% pod coverage.
43
44 4.25  Sat Mar 12 18:00:00 2005
45         - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
46         - improved cgi engine docs (Christoper Hicks)
47
48 4.24  Sat Mar 12 01:00:00 2005
49         - updated cookbook example  
50         - fixed base for apache and https (Andrew Ruthven)
51         
52 4.23  Wed Mar 09 20:00:00 2005
53         - no more regex actions in forward
54         - added support for test directories t/m, t/v and t/c
55
56 4.22  Tue Mar 08 20:00:00 2005
57         - catch errors in application class
58         - handle die properly.
59
60 4.21  Sat Mar 05 17:00:00 2005
61         - fixed docs
62
63 4.20  Fri Mar 04 22:00:00 2005
64         - moved bin to script
65
66 4.13  Thu Mar 03 11:00:00 2005
67         - improved documentation
68         - pod coverage test for helper generated apps
69         - new helper api
70
71 4.12  Wed Mar 02 11:00:00 2005
72         - server_base sucks, removed
73         - added $c->log->dump()
74
75 4.11  Wed Mar 02 11:00:00 2005
76         - removed some warnings
77         - improved docs
78         - private prefixed actions override private non prefixed actions
79         - added server_base
80         - updated Catalyst::Manual::Intro
81
82 4.10  Wed Mar 02 10:00:00 2005
83         - improved documentation
84         - fixed upload bug
85         - fixed prefixed private actions bug
86         - fixed more little bugs
87
88 4.01  Tue Mar 01 10:00:00 2005
89         - improved documentation
90         - documentation fixes (Johan Lindstrom)
91
92 4.00  Sun Feb 27 22:00:00 2005
93         - more verbose debug messages, especially for forward()
94         - implemented prefixed prvate actions, icluding built in
95           !?default, !?begin and !?end
96         - new Catalyst::Manual::Intro
97         - new helpers, bin/catalyst
98         - helper api
99
100 3.11  Wed Feb 23 21:00:00 2005
101         - added dependency to UNIVERSAL::require (Marcus Ramberg)
102         - added a little workaround for a warning in Catalyst::Test
103           (Marcus Ramberg)
104         - improved documentation for actions
105
106 3.10  Thu Feb 19 20:00:00 2005
107         - removed roles management from Catalyst::Engine
108           and added it to Catalyst::Plugin::Authentication::CDBI
109
110 3.04  Thu Feb 17 21:00:00 2005
111         - error reporting for app class
112         - no more engine debug messages
113         - class->method forwards get resolved now
114
115 3.03  Wed Feb 16 23:00:00 2005
116         - friendlier statistics
117
118 3.02  Wed Feb 16 22:00:00 2005
119         - fixed unintialized actions (Marcus Ramberg)
120
121 3.01  Wed Feb 16 20:30:00 2005
122         - better statistics
123
124 3.00  Wed Feb 16 20:00:00 2005
125         - real version number for CPAN.pm
126         - fixed redirect in CGI engine
127         - more statistics in debug logs
128         - ? prefix for forward()
129
130 2.99_15  Wed Feb 02 22:00:00 2005
131         - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
132         - Replaced "Catched" with "Caught" in Catalyst::Engine
133           (Gary Ashton Jones)
134         - replaced _ with ! for private actions
135         - added ? for prefixed actions
136         - misc improvememts
137
138 2.99_14  Mon Jan 31 22:00:00 2005
139         - arguments for _default
140         - $c->entrance removed for more flexibility
141         - added $c->req->method
142
143 2.99_13  Sun Jan 30 18:00:00 2005
144         - POD fixes and improvements
145
146 2.99_12  Fri Jan 28 22:00:00 2005
147         - first development release