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