Added plugin() method for instant plugins
[catagits/Catalyst-Runtime.git] / Changes
1 This file documents the revision history for Perl extension Catalyst.
2
3 5.03  Xxx Xxx 00 00:00:00 2005
4         - Fixed Test example (Torsten Seeman)
5         - Added Plugins chapter to manual
6         - applied doc patch from Robert Boone <robert@rlb3.com>
7         - Improved Dispatcher error messages.
8         - Refactored so we don't need to include helper from Catalyst.pm
9         - applied HTTP.pm patch from Andy Grundman <andy@hybridized.org>
10         - added plugin() method for instant plugins
11         - FCGI is no more considered experimental
12
13 5.02  Mon Apr 18 10:00:00 2005
14         - fixed manifest
15
16 5.01  Sun Apr 17 23:00:00 2005
17         - some documentation bugs fixed
18         - added Catalyst::Utils
19         - fixed regexp bug (Matt S Trout)
20         - fixed upload bug with MP19
21         - added $c->req->body
22         - aliased $c->res->output to $c->res->body
23         - Read AUTHOR from passwd or $ENV{AUTHOR} when 
24           generating code.
25         - extended attribute handling
26         - added global config for components
27
28 5.00  Fri Apr 15 18:00:00 2005
29         - new core to support inheritance trees
30         - new syntax for action declaration
31         - new helper system using TT2
32         - problems with mod_perl2 fixed
33         - added Test::Pod support
34         - added new server backend with HTTP/1.1 support
35         - added option to run tests against a remote server
36         - renamed errors() to error()
37         - more better docs
38         - countless minor improvements
39           IMPORTANT: This release is very incompatible to previous ones
40           and you have to regenerate the helper scripts again...
41
42 4.34  Wed Mar 23 07:00:00 2005
43         - added some messages to Makefile.PL
44         - added Catalyst::Engine::Test
45         - added Catalyst::Engine::CGI::NPH
46         - simplified Catalyst::Log to be easier to implement/subclass
47         - added cgi.pl
48         - updated Catalyst::Test to use Catalyst::Engine::Test
49         - updated helper scripts
50           IMPORTANT: this will be the last time you'll have to regenerate
51           the script directory. We promise!
52
53 4.33  Wed Mar 23 01:00:00 2005
54         - documented the log() accessor method in Catalyst (Andrew Ford)
55         - added optional arguments to Catalyst::Log methods (Andrew Ford)
56         - removed cgi-server.pl
57         - added fcgi.pl and Catalyst::Engine::FCGI
58         - fixed an undef durng make test (Dan Sully)
59         - new path test (Christian Hansen)
60           IMPORTANT: you have to regenerate the script directory again
61
62 4.32  Tue Mar 22 02:10:00 2005
63         - made a damn typo *AAAAAAAAAAAAAAHHHH!!!*
64
65 4.31  Tue Mar 22 02:00:00 2005
66         - fixed inheritance (Christian Hansen)
67         - previous release was borked!
68           fixed that, but you have to regenerate the scripts again :(
69
70 4.30  Mon Mar 21 23:00:00 2005
71         - more documentation (Andrew Ford)
72         - added connection informations (Christian Hansen)
73         - HTTP::Request support in Catalyst::Test (Christian Hansen)
74         - moved cgi.pl to nph-cgi.pl
75         - added Catalyst::Engine::Server (Christian Hansen)
76         - removed Catalyst::Test::server
77         - updated helper scripts
78           IMPORTANT: note that you have to regenerate script/server.pl,
79           script/cgi-server.pl and script/cgi.pl (now nph-cgi.pl)
80
81 4.28  Sat Mar 19 22:00:00 2005
82         - fixed isa tree (Christian Hansen)
83         - added script/cgi-server.pl, so no more server restarting after
84           code changes
85         - reworked documentation (Andrew Ford <A.Ford@ford-mason.co.uk>)
86
87 4.27  Sat Mar 19 01:00:00 2005
88         - debug message for parameters
89         - Fix redirects (Christian Hansen <ch@ngmedia.com>)
90         - some random fixes
91         - new helper api for Catalyst::Helper::* support
92           you have to update script/create.pl to use it
93
94 4.26  Wed Mar 16 10:00:00 2005
95         - fixed the weird bug that caused regex actions to fail on every
96           second request
97         - more debug messages
98         - 100% pod coverage.
99
100 4.25  Sat Mar 12 18:00:00 2005
101         - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
102         - improved cgi engine docs (Christoper Hicks)
103
104 4.24  Sat Mar 12 01:00:00 2005
105         - updated cookbook example  
106         - fixed base for apache and https (Andrew Ruthven)
107         
108 4.23  Wed Mar 09 20:00:00 2005
109         - no more regex actions in forward
110         - added support for test directories t/m, t/v and t/c
111
112 4.22  Tue Mar 08 20:00:00 2005
113         - catch errors in application class
114         - handle die properly.
115
116 4.21  Sat Mar 05 17:00:00 2005
117         - fixed docs
118
119 4.20  Fri Mar 04 22:00:00 2005
120         - moved bin to script
121
122 4.13  Thu Mar 03 11:00:00 2005
123         - improved documentation
124         - pod coverage test for helper generated apps
125         - new helper api
126
127 4.12  Wed Mar 02 11:00:00 2005
128         - server_base sucks, removed
129         - added $c->log->dump()
130
131 4.11  Wed Mar 02 11:00:00 2005
132         - removed some warnings
133         - improved docs
134         - private prefixed actions override private non prefixed actions
135         - added server_base
136         - updated Catalyst::Manual::Intro
137
138 4.10  Wed Mar 02 10:00:00 2005
139         - improved documentation
140         - fixed upload bug
141         - fixed prefixed private actions bug
142         - fixed more little bugs
143
144 4.01  Tue Mar 01 10:00:00 2005
145         - improved documentation
146         - documentation fixes (Johan Lindstrom)
147
148 4.00  Sun Feb 27 22:00:00 2005
149         - more verbose debug messages, especially for forward()
150         - implemented prefixed prvate actions, icluding built in
151           !?default, !?begin and !?end
152         - new Catalyst::Manual::Intro
153         - new helpers, bin/catalyst
154         - helper api
155
156 3.11  Wed Feb 23 21:00:00 2005
157         - added dependency to UNIVERSAL::require (Marcus Ramberg)
158         - added a little workaround for a warning in Catalyst::Test
159           (Marcus Ramberg)
160         - improved documentation for actions
161
162 3.10  Thu Feb 19 20:00:00 2005
163         - removed roles management from Catalyst::Engine
164           and added it to Catalyst::Plugin::Authentication::CDBI
165
166 3.04  Thu Feb 17 21:00:00 2005
167         - error reporting for app class
168         - no more engine debug messages
169         - class->method forwards get resolved now
170
171 3.03  Wed Feb 16 23:00:00 2005
172         - friendlier statistics
173
174 3.02  Wed Feb 16 22:00:00 2005
175         - fixed unintialized actions (Marcus Ramberg)
176
177 3.01  Wed Feb 16 20:30:00 2005
178         - better statistics
179
180 3.00  Wed Feb 16 20:00:00 2005
181         - real version number for CPAN.pm
182         - fixed redirect in CGI engine
183         - more statistics in debug logs
184         - ? prefix for forward()
185
186 2.99_15  Wed Feb 02 22:00:00 2005
187         - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
188         - Replaced "Catched" with "Caught" in Catalyst::Engine
189           (Gary Ashton Jones)
190         - replaced _ with ! for private actions
191         - added ? for prefixed actions
192         - misc improvememts
193
194 2.99_14  Mon Jan 31 22:00:00 2005
195         - arguments for _default
196         - $c->entrance removed for more flexibility
197         - added $c->req->method
198
199 2.99_13  Sun Jan 30 18:00:00 2005
200         - POD fixes and improvements
201
202 2.99_12  Fri Jan 28 22:00:00 2005
203         - first development release