Allow forward with arguments.
[catagits/Catalyst-Runtime.git] / Changes
1 This file documents the revision history for Perl extension Catalyst.
2
3 5.30  2005-00-00 00:00:00
4
5         - Allow forward with arguments.
6         - Updated cookbook
7         - Allow overriding home/root in config.
8         - make module build cons README automatically.
9         - prettify home path by resolving '..' (Andy Grundman)
10         - improved helper templates a bit, new naming scheme for tests...
11         - added support for case sensitivity, MyApp->config->{case_sensitive}
12         - added $c->detach for non returning forwards
13         - added unified error handling, Catalyst::Exception
14         - added section on param handling in Intro.pod
15         - added $c->request->cookie
16         - added Catalyst::Setup
17         - refactored Catalyst::import()
18         - improved rendering of error messages in debug mode
19         - fixed a bug in Catalyst::Helper::mk_dir
20
21 5.23  2005-06-03 02:30:00
22         - added support for non Catalyst::Base components to live in namespace
23         - improved concurrency connections in Catalyst::Engine::HTTP::Daemon
24
25 5.22  2005-05-26 14:24:00
26         - improved base locating in MP engines
27         - improved error messages in C::E::HTTP::Daemon
28         - hostnames are now resolved on demand unless provided by engine
29         - fixed memory leak in $c->execute (Michael Reece, Matt S Trout)
30
31 5.21  2005-05-24 14:56:00
32         - fixed a bug in https detection
33         - fixed auto chain finally
34         - added MYAPP_HOME and CATALYST_HOME environment variables
35
36 5.20  2005-05-18 19:52:00
37         - improved uploads and parameters
38         - added $c->req->protocol and $c->req->secure
39         - added $c->req->user and $c->req->uri
40         - improved error message when forwarding to unknown module
41         - fixed win32 installer
42         - added deep recursion detection
43         - fixed auto actions
44         - fixed inheritance in dispatcher
45         - allow whitespaces between brackets and quoted string
46           in Path and Regex attributes
47         - new helper templates
48         - installer now supports install_base and destdir
49         - allow multiple Catalyst apps to run on the same mod_perl
50           instance (not the same app!)
51         - fixed MP2 engines
52         - removed apreq dependency from all MP engines
53         - added support for MP registry scripts
54         - added support for LocationMatch and ScriptAliasMatch in MP engines
55         - added SpeedyCGI engine
56
57 5.10  2005-04-23 11:16:00
58         - updated dependencies to require latest module::pluggable::fast
59         - new installer for templates and stuff using Module::Build
60         - scripts are now prefixed, for being installable
61         IMPORTANT: You have to regenerate the script directory,
62         remove Makefile.PL and add Build.PL
63         - Added compat to install Module::Build if required.
64         - Improved: Params handling with MP engines
65         - Fixed: Params handling on POST with CGI engine (Andy Grundman)
66         - Fixed: Helper.pm on Win32 (Matt S Trout)
67
68 5.03  2005-04-19 20:35:00 (Revision 462)
69         - fixed Test example (Torsten Seeman)
70         - added Plugins chapter to manual
71         - applied doc patch from Robert Boone <robert@rlb3.com>
72         - improved Dispatcher error messages.
73         - refactored so we don't need to include helper from
74           Catalyst.pm - Fixes issues with FindBin
75         - applied HTTP.pm patch from Andy Grundman <andy@hybridized.org>
76         - added plugin() method for instant plugins
77         - FCGI is no more considered experimental
78
79 5.02  2005-04-18 10:00:00 
80         - fixed manifest
81
82 5.01  2005-04-17 23:00:00 
83         - some documentation bugs fixed
84         - added Catalyst::Utils
85         - fixed regexp bug (Matt S Trout)
86         - fixed upload bug with MP19
87         - added $c->req->body
88         - aliased $c->res->output to $c->res->body
89         - Read AUTHOR from passwd or $ENV{AUTHOR} when 
90           generating code.
91         - extended attribute handling
92         - added global config for components
93
94 5.00  2005-04-15 18:00:00
95         - new core to support inheritance trees
96         - new syntax for action declaration
97         - new helper system using TT2
98         - problems with mod_perl2 fixed
99         - added Test::Pod support
100         - added new server backend with HTTP/1.1 support
101         - added option to run tests against a remote server
102         - renamed errors() to error()
103         - more better docs
104         - countless minor improvements
105           IMPORTANT: This release is very incompatible to previous ones
106           and you have to regenerate the helper scripts again...
107
108 4.34  2005-03-23 07:00:00 2005
109         - added some messages to Makefile.PL
110         - added Catalyst::Engine::Test
111         - added Catalyst::Engine::CGI::NPH
112         - simplified Catalyst::Log to be easier to implement/subclass
113         - added cgi.pl
114         - updated Catalyst::Test to use Catalyst::Engine::Test
115         - updated helper scripts
116           IMPORTANT: this will be the last time you'll have to regenerate
117           the script directory. We promise!
118
119 4.33  2005-03-23 01:00:00 2005
120         - documented the log() accessor method in Catalyst (Andrew Ford)
121         - added optional arguments to Catalyst::Log methods (Andrew Ford)
122         - removed cgi-server.pl
123         - added fcgi.pl and Catalyst::Engine::FCGI
124         - fixed an undef durng make test (Dan Sully)
125         - new path test (Christian Hansen)
126           IMPORTANT: you have to regenerate the script directory again
127
128 4.32  2005-03-22 02:10:00 2005
129         - made a damn typo *AAAAAAAAAAAAAAHHHH!!!*
130
131 4.31  2005-03-22 02:00:00
132         - fixed inheritance (Christian Hansen)
133         - previous release was borked!
134           fixed that, but you have to regenerate the scripts again :(
135
136 4.30  2005-03-21 23:00:00 
137         - more documentation (Andrew Ford)
138         - added connection informations (Christian Hansen)
139         - HTTP::Request support in Catalyst::Test (Christian Hansen)
140         - moved cgi.pl to nph-cgi.pl
141         - added Catalyst::Engine::Server (Christian Hansen)
142         - removed Catalyst::Test::server
143         - updated helper scripts
144           IMPORTANT: note that you have to regenerate script/server.pl,
145           script/cgi-server.pl and script/cgi.pl (now nph-cgi.pl)
146
147 4.28  2005-03-19 22:00:00
148         - fixed isa tree (Christian Hansen)
149         - added script/cgi-server.pl, so no more server restarting after
150           code changes
151         - reworked documentation (Andrew Ford <A.Ford@ford-mason.co.uk>)
152
153 4.27  2005-03-19 01:00:00
154         - debug message for parameters
155         - Fix redirects (Christian Hansen <ch@ngmedia.com>)
156         - some random fixes
157         - new helper api for Catalyst::Helper::* support
158           you have to update script/create.pl to use it
159
160 4.26  2005-03-16 10:00:00
161         - fixed the weird bug that caused regex actions to fail on every
162           second request
163         - more debug messages
164         - 100% pod coverage.
165
166 4.25  2005-03-12 18:00:00
167         - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
168         - improved cgi engine docs (Christoper Hicks)
169
170 4.24  2005-03-12 01:00:00
171         - updated cookbook example  
172         - fixed base for apache and https (Andrew Ruthven)
173         
174 4.23  2005-03-09 20:00:00
175         - no more regex actions in forward
176         - added support for test directories t/m, t/v and t/c
177
178 4.22  2005-03-08 20:00:00
179         - catch errors in application class
180         - handle die properly.
181
182 4.21  2005-03-05 17:00:00
183         - fixed docs
184
185 4.20  2005-03-04 22:00:00
186         - moved bin to script
187
188 4.13  2005-03-03 11:00:00
189         - improved documentation
190         - pod coverage test for helper generated apps
191         - new helper api
192
193 4.12  2005-03-02 11:00:00 2005
194         - server_base sucks, removed
195         - added $c->log->dump()
196
197 4.11  2005-03-02 11:00:00 2005
198         - removed some warnings
199         - improved docs
200         - private prefixed actions override private non prefixed actions
201         - added server_base
202         - updated Catalyst::Manual::Intro
203
204 4.10  2005-03-02 10:00:00 2005
205         - improved documentation
206         - fixed upload bug
207         - fixed prefixed private actions bug
208         - fixed more little bugs
209
210 4.01  2005-03-01 10:00:00 2005
211         - improved documentation
212         - documentation fixes (Johan Lindstrom)
213
214 4.00  2005-02-27 22:00:00
215         - more verbose debug messages, especially for forward()
216         - implemented prefixed prvate actions, icluding built in
217           !?default, !?begin and !?end
218         - new Catalyst::Manual::Intro
219         - new helpers, bin/catalyst
220         - helper api
221
222 3.11  2005-02-23 21:00:00
223         - added dependency to UNIVERSAL::require (Marcus Ramberg)
224         - added a little workaround for a warning in Catalyst::Test
225           (Marcus Ramberg)
226         - improved documentation for actions
227
228 3.10  2005-02-19 20:00:00
229         - removed roles management from Catalyst::Engine
230           and added it to Catalyst::Plugin::Authentication::CDBI
231
232 3.04  2005-02-17 21:00:00 
233         - error reporting for app class
234         - no more engine debug messages
235         - class->method forwards get resolved now
236
237 3.03  2005-02-16 23:00:00 
238         - friendlier statistics
239
240 3.02  2005-02-16 22:00:00
241         - fixed unintialized actions (Marcus Ramberg)
242
243 3.01  2005-02-16 20:30:00
244         - better statistics
245
246 3.00  2005-02-16 20:00:00
247         - real version number for CPAN.pm
248         - fixed redirect in CGI engine
249         - more statistics in debug logs
250         - ? prefix for forward()
251
252 2.99_15  2005-02-02 22:00:00
253         - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
254         - Replaced "Catched" with "Caught" in Catalyst::Engine
255           (Gary Ashton Jones)
256         - replaced _ with ! for private actions
257         - added ? for prefixed actions
258         - misc improvememts
259
260 2.99_14  2005-01-31 22:00:00 2005
261         - arguments for _default
262         - $c->entrance removed for more flexibility
263         - added $c->req->method
264
265 2.99_13  2005-01-30 18:00:00 2005
266         - POD fixes and improvements
267
268 2.99_12  2005-01-28 22:00:00 2005
269         - first development release