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