5.678 version and changes, not tagging because dist was built off 5.67 dist, not...
[catagits/Catalyst-Runtime.git] / Changes
1 This file documents the revision history for Perl extension Catalyst.
2
3 5.678   2006-04-24 12:30:00
4         - Re-release of 5.67 without OSX metadata files.
5
6 5.67    2006-04-23 08:50:00
7         - Added $c->req->uri_with() helper
8         - ConfigLoader: Updated to version 0.05
9         - Fix up Engine to avoid a new 5.8.8 warning
10         - Added app name with :: support for PAR
11         - Added $c->models/views/controllers
12         - Static::Simple: Unescape the URI path before looking for the file.
13           This fixes issues with files that have spaces.
14         - Looping and recursion tests plus a fix
15         - Added lots of API documentation. Refactored main pod.
16         - Changed default behaviors for $c->model/$c->controller/$c->view
17           to more sane settings.
18         - added the clear_errors method - an alias for error(0)
19         - Added tmpdir option for uploads (woremacx)
20         - Applied patch from GEOFFR to allow normal filehandles.
21         - Refactored Dispatcher internals for better readability and speedup
22           (stress tests run 12% faster)
23         - Allow $c->error to run as a class method
24
25 5.66    2006-03-10 17:48:00
26         - Added Test::WWW::Mechanize::Catalyst support
27         - Cleaned generated tests
28         - Added Root controller concept
29         - Updated ConfigLoader plugin to version 0.04
30
31 5.65    2006-02-21 10:34:00
32         - Added plugin introspection.
33         - Support optional hashref as last param for parameters in uri_for.
34         - Updated tutorial to be more complete.
35         - Applied args patch from antirice (Fixes Ticket #67)
36
37 5.64    2006-02-07 20:29:00
38         - Fixed bug in FastCGI proc manager mode where pm_post_dispatch
39           was not run. (Eric Wong)
40         - Cleaned up generated tests
41         - Updated YAML support to use ConfigLoader
42         - Fixed path dispatch to canonicalise correctly
43             (see http://dev.catalyst.perl.org/ticket/62)
44         - Added Catalyst::Manual::About
45
46 5.63    2006-01-22 00:00:00
47         - Updated prereq versions
48
49 5.62    2006-01-17 16:30:00
50         - Large update to the tutorial (castaway)
51         - Added YAML config support
52         - Added COMPONENT() and ACCEPT_CONTEXT() support
53         - Action list in debug mode is now displayed as a tree in the
54           correct execution order.
55         - Fixed engine detection to allow custom mod_perl engines.
56         - Static::Simple: Fixed bug in ignore_dirs under win32.
57         - Display version numbers of loaded plugins. (Curtis Poe)
58         - Added class and method for caught exception messages.
59         - Updated PAR support to use "make catalyst_par",
60           packages are no longer written by Makefile.PL.
61         - Automatically determine Content-Length when serving a
62           filehandle.
63         - Exceptions now return status 500.
64         - Updated for Module::Install 0.44.
65         - Fixed additional file installation for multi level app names.
66         - Added REDIRECT_URL support for applications running behind
67           a RewriteRule in Apache. (Carl Franks)
68         - Fixed FastCGI engine under win32. (Carl Franks)
69         - FastCGI doc updates (Bill Moseley)
70         - Bugfix for $c->model and friends (defined).
71
72 5.61    2005-12-02 00:00:00
73         - Fixed ExtUtils::AutoInstall Bootstrap Code in Makefile.PL
74
75 5.60    2005-12-01 22:15:00
76         - Fixed Path and index actions in the appclass,
77           including those that attach to /
78         - Index is now weighted higher than Path
79         - Fixed restarter and -d debug switch in server.pl.
80         - Added a warning if you attempt to retrieve a parameter
81           using $c->req->params('foo').
82         - Fixed the Module::Install::Catalyst @ISA bug
83
84 5.59    2005-11-30 13:25:00
85         - Fixed shebang line for generated scripts
86         - Fixed forward to classes ($c->forward(qw/MyApp foo/))
87         - Wrap use block in begin to quelch C:C3 warnings
88         - Removed scrollbar from debug output
89         - Fixed catalyst_par_core() and catalyst_par_multiarch()
90
91 5.58    2005-11-24 10:51:00
92         - Added ExtUtils::AutoInstall support
93         - Allow overriding path in Catalyst::Helper.
94         - Added -makefile to catalyst.pl to generate a new Makefile.PL.
95         - Restored Catalyst::Build with a deprecation notice.
96         - Improved PAR support
97         - Replaced -short with auto-detection
98         - Fixed prereqs, added File::Copy::Recursive
99         - Static::Simple changes:
100             - Made prepare_action play nice with other plugins by not short-
101               circuiting.
102             - Added tmpl to the ignored extensions.
103             - Fixed security problem if req->path contained '..'.
104
105 5.57    2005-11-20 22:45:00
106         - Updated uri_for to accept undef actions
107         - Switched to Module::Install
108         - Renamed tests for easier editing
109         - Reformatted documentation
110         - Renamed -nonew to -force
111         - Added PAR support
112         - Added keep-alive support and bug fixes to HTTP engine.
113           (Sascha Kiefer)
114         - Added daemonize option to FastCGI engine. (Sam Vilain)
115
116 5.56   2005-11-16 10:33:00
117         - Fixed FastCGI engine to not clobber the global %ENV on each
118           request. (Sam Vilain)
119         - Updated benchmarking to work with detach
120         - Fixed dispatcher, so $c->req->action(undef) works again
121         - Updated Catalyst::Test to use HTTP::Request::AsCGI
122         - Added -pidfile to external FastCGI server.
123
124 5.55    2005-11-15 12:55:00
125         - Fixed multiple cookie handling
126
127 5.54    2005-11-14 22:55:00
128         - Fixed a Module::Pluggable::Fast related bug
129
130 5.53    2005-11-14 15:55:00
131         - Removed t/04prereq.t that was testing for non-required
132           modules.
133
134 5.52    2005-11-14 10:57:00
135         - Strip '..'s in static urls to fix security issue.
136
137 5.51    2005-11-14 00:45:00
138         - Changed uri_for to use namespace instead of match.
139
140 5.50    2005-11-13 20:45:00
141         - Fixed minor bugs.
142         - Updated docs.
143
144 5.49_05 2005-11-12 20:45:00
145         - Large update to the documentation. (David Kamholz)
146         - Fixed args handling in forward()
147         - Fixed forwarding to classes
148         - Fixed catalyst.pl-generated Build.PL Makefile section.
149         - Fixed relative forwarding
150         - Fixed forward arrows in debug output
151
152 5.49_04 2005-11-09 23:00:00
153         - Made context, dispatcher, engine, request and response classes
154           configurable.
155         - Added $c->stack.
156         - Fixed dispatcher to ignore unknown attributes.
157         - Improved format of startup debug log.
158         - Updated built in server to restart on win32. (Will Hawes)
159         - Fixed streaming write from a filehandle to stop writing
160           if the browser is closed.
161         - Added $c->controller, $c->model and $c->view shortcuts.
162         - Switched to Text::SimpleTable.
163
164 5.49_03 2005-11-03 12:00:00
165         - Fixed $c->req->{path} for backwards-compatibility.
166         - Allow debug to be disabled via ENV as well as enabled.
167         - Added -scripts option to catalyst.pl for script updating
168         - Changed helpers to default to long types, Controller instead of C
169         - Added Catalyst::Controller, Catalyst::Model and Catalyst::View
170           base classes
171         - Added JavaScript to debug screen to show and hide specific dumps
172         - Added _DISPATCH, _BEGIN, _AUTO, _ACTION and _END actions
173         - Added multi process external FastCGI support
174           (see myapp_fastcgi.pl -help) (Sam Vilain)
175         - Restarter process in HTTP engine now properly exits when the
176           parent app is shut down.  
177         - Improved performance of restarter loop while watching for
178           changed files.
179         - Restarter will now detect new files added to an app on systems
180           that change directory mtimes when new files are created.
181         - Restarter now properly handles modules that are deleted from an
182           application.
183         - Fixed memory leak in TestApp.
184
185 5.49_02 2005-10-26 12:39:00 
186         - Whole new dispatcher!
187         - Added index action
188         - Added path_to method
189         - Added support for passing an IO::Handle object to $c->res->body.
190           (Andrew Bramble)
191         - Added a new welcome screen.
192         - Included Catalyst buttons and icons in helper.
193         - Added Static::Simple plugin to core.
194         - Added self restarting test server
195         - Added filename to debug output for uploaded files.
196         - Fixed forwarding with embedded arguments.
197         - Fixed handling of escaped query strings.
198         - Added upload parameters back into $c->req->params.
199         - Added multiple paths support to dispatcher
200         - Fixed bug in req->path where changing the path added a trailing
201           slash.
202         - Removed req->handle and res->handle
203         - Added prepare_body_chunk method as a hook for upload progress.
204         - Fixed bug in uri_for method when base has no path.
205         - Added automated tests for HTTP, CGI, and FastCGI servers.
206
207 5.49_01 2005-10-10 10:15:00 
208         - Refactored all internals, should be 99% compatible to previous
209           versions.
210         - *IMPORTANT* The Apache engines have been moved to a separate package
211           for this release.  Please install Catalyst::Engine::Apache if you
212           need Apache support.
213
214         - Added support for calling forward with arguments in the path, i.e.
215           $c->forward('/foo/bar/arg1/arg2')
216         - Made $c->req->uri a URI object, added req->path_info for CGI compat.
217           Raw query string is available as $c->req->uri->query.
218         - Made $c->req->base a URI object.
219         - Parameters with multiple values (?a=1&a=2) now display properly
220           in the debug output.
221         - Semi-colon separators in query strings now work properly.
222         - Expanded documentation of catalyst.pl (Andrew Ford)
223         - Added support for running as a backend server behind a frontend
224           proxy so req->base and req->address are set properly.
225         - Added an 'abort' method to the Log api, so that you can
226           kill loggging for a whole request.
227         - Added $c->uri_for method to simplify url handling.
228         - Added more tests and reorganized the t directory.
229         - Reimplemented core engines, all are now CGI based for better test
230           coverage and maintainability.
231         - Added fork support to built in test server.
232         - Fixed all memory leaks.
233         - Thread-related bug fixes and tests.  We now believe the Catalyst
234           core to be thread-safe.
235         - Added streaming IO support through $c->req->read() and
236           $c->res->write()
237         - Added MyApp->config->{parse_on_demand} (streaming input)
238         - Added $c->req->handle and $c->res->handle
239         - Improved documentation
240         - Fixed mkpath in Catalyst::Helper (Autrijus Tang)
241         - Fixed bug in dispatcher where an invalid path could call a valid
242           action. (Andy Grundman)
243         - Fixed Helper so it works with CRLF line-endings. (Andy Grundman)
244
245 5.33  2005-08-10 15:25:00
246         - Now with updated manifest.
247
248 5.32  2005-08-10 15:10:00
249         - Dispatcher might fail if object returns false. (Florian Ragwitz)
250
251 5.31  2005-06-04 12:35:00 (never released to CPAN)
252
253         - helpers now create .new files where files already exist and differ
254         - fixed $Data::Dumper::Terse (Robin Berjon)
255         - added arguments for detach
256         - new credits section in pod
257         - fixed detach to allow relative action names (Matt and Robert)
258         - added the ability to have whitespaces in Path( '' ) and Regex( '' )
259
260 5.30  2005-06-04 12:35:00
261
262         - Fixed a bug where it was not possible to $c->forward to a 
263           component 
264           that was not inheriting from Catalyst::Base.
265         - Fix for inheritance bug.
266         - Allow forward with arguments.
267         - Updated cookbook
268         - Allow overriding home/root in config.
269         - make module build cons README automatically.
270         - prettify home path by resolving '..' (Andy Grundman)
271         - improved helper templates a bit, new naming scheme for tests.
272         - added support for case sensitivity, MyApp->config->{case_sensitive}
273         - added $c->detach for non-returning forwards
274         - added unified error handling, Catalyst::Exception
275         - added section on param handling in Intro.pod
276         - added $c->request->cookie
277         - added Catalyst::Setup
278         - refactored Catalyst::import()
279         - improved rendering of error messages in debug mode
280         - fixed a bug in Catalyst::Helper::mk_dir
281         - further doc changes, esp. to Intro.pod
282
283 5.23  2005-06-03 02:30:00
284         - added support for non Catalyst::Base components to live in namespace
285         - improved concurrency connections in Catalyst::Engine::HTTP::Daemon
286
287 5.22  2005-05-26 14:24:00
288         - improved base locating in MP engines
289         - improved error messages in C::E::HTTP::Daemon
290         - hostnames are now resolved on demand unless provided by engine
291         - fixed memory leak in $c->execute (Michael Reece, Matt S Trout)
292
293 5.21  2005-05-24 14:56:00
294         - fixed a bug in https detection
295         - fixed auto chain finally
296         - added MYAPP_HOME and CATALYST_HOME environment variables
297
298 5.20  2005-05-18 19:52:00
299         - improved uploads and parameters
300         - added $c->req->protocol and $c->req->secure
301         - added $c->req->user and $c->req->uri
302         - improved error message when forwarding to unknown module
303         - fixed win32 installer
304         - added deep recursion detection
305         - fixed auto actions
306         - fixed inheritance in dispatcher
307         - allow whitespaces between brackets and quoted string
308           in Path and Regex attributes
309         - new helper templates
310         - installer now supports install_base and destdir
311         - allow multiple Catalyst apps to run on the same mod_perl
312           instance (not the same app!)
313         - fixed MP2 engines
314         - removed apreq dependency from all MP engines
315         - added support for MP registry scripts
316         - added support for LocationMatch and ScriptAliasMatch in MP engines
317         - added SpeedyCGI engine
318
319 5.10  2005-04-23 11:16:00
320         - updated dependencies to require latest module::pluggable::fast
321         - new installer for templates and stuff using Module::Build
322         - scripts are now prefixed, for being installable
323         IMPORTANT: You have to regenerate the script directory,
324         remove Makefile.PL and add Build.PL
325         - Added compat to install Module::Build if required.
326         - Improved: Params handling with MP engines
327         - Fixed: Params handling on POST with CGI engine (Andy Grundman)
328         - Fixed: Helper.pm on Win32 (Matt S Trout)
329
330 5.03  2005-04-19 20:35:00 (Revision 462)
331         - fixed Test example (Torsten Seeman)
332         - added Plugins chapter to manual
333         - applied doc patch from Robert Boone <robert@rlb3.com>
334         - improved Dispatcher error messages.
335         - refactored so we don't need to include helper from
336           Catalyst.pm - Fixes issues with FindBin
337         - applied HTTP.pm patch from Andy Grundman <andy@hybridized.org>
338         - added plugin() method for instant plugins
339         - FCGI is no more considered experimental
340
341 5.02  2005-04-18 10:00:00 
342         - fixed manifest
343
344 5.01  2005-04-17 23:00:00 
345         - some documentation bugs fixed
346         - added Catalyst::Utils
347         - fixed regexp bug (Matt S Trout)
348         - fixed upload bug with MP19
349         - added $c->req->body
350         - aliased $c->res->output to $c->res->body
351         - Read AUTHOR from passwd or $ENV{AUTHOR} when 
352           generating code.
353         - extended attribute handling
354         - added global config for components
355
356 5.00  2005-04-15 18:00:00
357         - new core to support inheritance trees
358         - new syntax for action declaration
359         - new helper system using TT2
360         - problems with mod_perl2 fixed
361         - added Test::Pod support
362         - added new server backend with HTTP/1.1 support
363         - added option to run tests against a remote server
364         - renamed errors() to error()
365         - more better docs
366         - countless minor improvements
367           IMPORTANT: This release is very incompatible to previous ones
368           and you have to regenerate the helper scripts again...
369
370 4.34  2005-03-23 07:00:00 2005
371         - added some messages to Makefile.PL
372         - added Catalyst::Engine::Test
373         - added Catalyst::Engine::CGI::NPH
374         - simplified Catalyst::Log to be easier to implement/subclass
375         - added cgi.pl
376         - updated Catalyst::Test to use Catalyst::Engine::Test
377         - updated helper scripts
378           IMPORTANT: this will be the last time you'll have to regenerate
379           the script directory. We promise!
380
381 4.33  2005-03-23 01:00:00 2005
382         - documented the log() accessor method in Catalyst (Andrew Ford)
383         - added optional arguments to Catalyst::Log methods (Andrew Ford)
384         - removed cgi-server.pl
385         - added fcgi.pl and Catalyst::Engine::FCGI
386         - fixed an undef durng make test (Dan Sully)
387         - new path test (Christian Hansen)
388           IMPORTANT: you have to regenerate the script directory again
389
390 4.32  2005-03-22 02:10:00 2005
391         - made a damn typo *AAAAAAAAAAAAAAHHHH!!!*
392
393 4.31  2005-03-22 02:00:00
394         - fixed inheritance (Christian Hansen)
395         - previous release was borked!
396           fixed that, but you have to regenerate the scripts again :(
397
398 4.30  2005-03-21 23:00:00 
399         - more documentation (Andrew Ford)
400         - added connection informations (Christian Hansen)
401         - HTTP::Request support in Catalyst::Test (Christian Hansen)
402         - moved cgi.pl to nph-cgi.pl
403         - added Catalyst::Engine::Server (Christian Hansen)
404         - removed Catalyst::Test::server
405         - updated helper scripts
406           IMPORTANT: note that you have to regenerate script/server.pl,
407           script/cgi-server.pl and script/cgi.pl (now nph-cgi.pl)
408
409 4.28  2005-03-19 22:00:00
410         - fixed isa tree (Christian Hansen)
411         - added script/cgi-server.pl, so no more server restarting after
412           code changes
413         - reworked documentation (Andrew Ford <A.Ford@ford-mason.co.uk>)
414
415 4.27  2005-03-19 01:00:00
416         - debug message for parameters
417         - Fix redirects (Christian Hansen <ch@ngmedia.com>)
418         - some random fixes
419         - new helper api for Catalyst::Helper::* support
420           you have to update script/create.pl to use it
421
422 4.26  2005-03-16 10:00:00
423         - fixed the weird bug that caused regex actions to fail on every
424           second request
425         - more debug messages
426         - 100% pod coverage.
427
428 4.25  2005-03-12 18:00:00
429         - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
430         - improved cgi engine docs (Christoper Hicks)
431
432 4.24  2005-03-12 01:00:00
433         - updated cookbook example  
434         - fixed base for apache and https (Andrew Ruthven)
435         
436 4.23  2005-03-09 20:00:00
437         - no more regex actions in forward
438         - added support for test directories t/m, t/v and t/c
439
440 4.22  2005-03-08 20:00:00
441         - catch errors in application class
442         - handle die properly.
443
444 4.21  2005-03-05 17:00:00
445         - fixed docs
446
447 4.20  2005-03-04 22:00:00
448         - moved bin to script
449
450 4.13  2005-03-03 11:00:00
451         - improved documentation
452         - pod coverage test for helper generated apps
453         - new helper api
454
455 4.12  2005-03-02 11:00:00 2005
456         - server_base sucks, removed
457         - added $c->log->dump()
458
459 4.11  2005-03-02 11:00:00 2005
460         - removed some warnings
461         - improved docs
462         - private prefixed actions override private non prefixed actions
463         - added server_base
464         - updated Catalyst::Manual::Intro
465
466 4.10  2005-03-02 10:00:00 2005
467         - improved documentation
468         - fixed upload bug
469         - fixed prefixed private actions bug
470         - fixed more little bugs
471
472 4.01  2005-03-01 10:00:00 2005
473         - improved documentation
474         - documentation fixes (Johan Lindstrom)
475
476 4.00  2005-02-27 22:00:00
477         - more verbose debug messages, especially for forward()
478         - implemented prefixed prvate actions, icluding built in
479           !?default, !?begin and !?end
480         - new Catalyst::Manual::Intro
481         - new helpers, bin/catalyst
482         - helper api
483
484 3.11  2005-02-23 21:00:00
485         - added dependency to UNIVERSAL::require (Marcus Ramberg)
486         - added a little workaround for a warning in Catalyst::Test
487           (Marcus Ramberg)
488         - improved documentation for actions
489
490 3.10  2005-02-19 20:00:00
491         - removed roles management from Catalyst::Engine
492           and added it to Catalyst::Plugin::Authentication::CDBI
493
494 3.04  2005-02-17 21:00:00 
495         - error reporting for app class
496         - no more engine debug messages
497         - class->method forwards get resolved now
498
499 3.03  2005-02-16 23:00:00 
500         - friendlier statistics
501
502 3.02  2005-02-16 22:00:00
503         - fixed unintialized actions (Marcus Ramberg)
504
505 3.01  2005-02-16 20:30:00
506         - better statistics
507
508 3.00  2005-02-16 20:00:00
509         - real version number for CPAN.pm
510         - fixed redirect in CGI engine
511         - more statistics in debug logs
512         - ? prefix for forward()
513
514 2.99_15  2005-02-02 22:00:00
515         - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
516         - Replaced "Catched" with "Caught" in Catalyst::Engine
517           (Gary Ashton Jones)
518         - replaced _ with ! for private actions
519         - added ? for prefixed actions
520         - misc improvememts
521
522 2.99_14  2005-01-31 22:00:00 2005
523         - arguments for _default
524         - $c->entrance removed for more flexibility
525         - added $c->req->method
526
527 2.99_13  2005-01-30 18:00:00 2005
528         - POD fixes and improvements
529
530 2.99_12  2005-01-28 22:00:00 2005
531         - first development release