tiny typo in Intro
[catagits/Catalyst-Runtime.git] / Changes
CommitLineData
67bbac86 1This file documents the revision history for Perl extension Catalyst.
3803e98f 2
595f3872 3 - Fixed path dispatch to canonicalise correctly
4 (see http://dev.catalyst.perl.org/ticket/62)
aa2b0d97 5 - Added Catalyst::Manual::About
595f3872 6
0ff7106c 75.64
61b1d329 8 - Removed YAML support
0ff7106c 9
83cbe493 105.63
11 - Updated prereq versions
12
ff5577c4 135.62 2006-01-17 16:30:00
0a73a212 14 - Large update to the tutorial (castaway)
99f187d6 15 - Added YAML config support
22247e54 16 - Added COMPONENT() and ACCEPT_CONTEXT() support
5513038d 17 - Action list in debug mode is now displayed as a tree in the
18 correct execution order.
9b0a3e0f 19 - Fixed engine detection to allow custom mod_perl engines.
0db14221 20 - Static::Simple: Fixed bug in ignore_dirs under win32.
d10c3e60 21 - Display version numbers of loaded plugins. (Curtis Poe)
5ace8f96 22 - Added class and method for caught exception messages.
20682ed8 23 - Updated PAR support to use "make catalyst_par",
5ace8f96 24 packages are no longer written by Makefile.PL.
8f62c91a 25 - Automatically determine Content-Length when serving a
26 filehandle.
5ace8f96 27 - Exceptions now return status 500.
28 - Updated for Module::Install 0.44.
29 - Fixed additional file installation for multi level app names.
0bcb98c7 30 - Added REDIRECT_URL support for applications running behind
31 a RewriteRule in Apache. (Carl Franks)
6f2e0021 32 - Fixed FastCGI engine under win32. (Carl Franks)
d7d72ad9 33 - FastCGI doc updates (Bill Moseley)
29f5acef 34 - Bugfix for $c->model and friends (defined).
0bcb98c7 35
022d1311 365.61 2005-12-02 00:00:00
37 - Fixed ExtUtils::AutoInstall Bootstrap Code in Makefile.PL
38
e1ab96e1 395.60 2005-12-01 22:15:00
61a9002d 40 - Fixed Path and index actions in the appclass,
41 including those that attach to /
42 - Index is now weighted higher than Path
6780cd43 43 - Fixed restarter and -d debug switch in server.pl.
ee26f4bd 44 - Added a warning if you attempt to retrieve a parameter
45 using $c->req->params('foo').
7cf46fb4 46 - Fixed the Module::Install::Catalyst @ISA bug
6fe8a91d 47
294f78ca 485.59 2005-11-30 13:25:00
8565f89d 49 - Fixed shebang line for generated scripts
86d993ab 50 - Fixed forward to classes ($c->forward(qw/MyApp foo/))
f075593c 51 - Wrap use block in begin to quelch C:C3 warnings
52 - Removed scrollbar from debug output
6c165c4b 53 - Fixed catalyst_par_core() and catalyst_par_multiarch()
86d993ab 54
2e4a6ec3 555.58 2005-11-24 10:51:00
9624cd13 56 - Added ExtUtils::AutoInstall support
477f4389 57 - Allow overriding path in Catalyst::Helper.
4e90e3c1 58 - Added -makefile to catalyst.pl to generate a new Makefile.PL.
10d487cb 59 - Restored Catalyst::Build with a deprecation notice.
975ba103 60 - Improved PAR support
b2d40c03 61 - Replaced -short with auto-detection
bb722214 62 - Fixed prereqs, added File::Copy::Recursive
4ca033b1 63 - Static::Simple changes:
64 - Made prepare_action play nice with other plugins by not short-
65 circuiting.
66 - Added tmpl to the ignored extensions.
67 - Fixed security problem if req->path contained '..'.
b2d40c03 68
4aaa6e43 695.57 2005-11-20 22:45:00
d3e7a648 70 - Updated uri_for to accept undef actions
f991f6a0 71 - Switched to Module::Install
e71a3028 72 - Renamed tests for easier editing
b5ecfcf0 73 - Reformatted documentation
34a83d89 74 - Renamed -nonew to -force
fc04b845 75 - Added PAR support
6c7a1d2f 76 - Added keep-alive support and bug fixes to HTTP engine.
526b698a 77 (Sascha Kiefer)
78 - Added daemonize option to FastCGI engine. (Sam Vilain)
fc04b845 79
18c4e4c0 805.56 2005-11-16 10:33:00
84528885 81 - Fixed FastCGI engine to not clobber the global %ENV on each
82 request. (Sam Vilain)
245ae014 83 - Updated benchmarking to work with detach
84 - Fixed dispatcher, so $c->req->action(undef) works again
0f895006 85 - Updated Catalyst::Test to use HTTP::Request::AsCGI
dc2fc680 86 - Added -pidfile to external FastCGI server.
84528885 87
b39840da 885.55 2005-11-15 12:55:00
89 - Fixed multiple cookie handling
90
6f006bd6 915.54 2005-11-14 22:55:00
92 - Fixed a Module::Pluggable::Fast related bug
93
89546294 945.53 2005-11-14 15:55:00
95 - Removed t/04prereq.t that was testing for non-required
96 modules.
97
df755a7a 985.52 2005-11-14 10:57:00
99 - Strip '..'s in static urls to fix security issue.
89546294 100
ff74d616 1015.51 2005-11-14 00:45:00
102 - Changed uri_for to use namespace instead of match.
ccc9f8aa 103
ff74d616 1045.50 2005-11-13 20:45:00
105 - Fixed minor bugs.
106 - Updated docs.
ccc9f8aa 107
527ada13 1085.49_05 2005-11-12 20:45:00
910410b8 109 - Large update to the documentation. (David Kamholz)
138ce4c0 110 - Fixed args handling in forward()
111 - Fixed forwarding to classes
2b01b53c 112 - Fixed catalyst.pl-generated Build.PL Makefile section.
a0eca838 113 - Fixed relative forwarding
114 - Fixed forward arrows in debug output
115
8beacad7 1165.49_04 2005-11-09 23:00:00
db38216d 117 - Made context, dispatcher, engine, request and response classes
8beacad7 118 configurable.
119 - Added $c->stack.
120 - Fixed dispatcher to ignore unknown attributes.
121 - Improved format of startup debug log.
0c74cb08 122 - Updated built in server to restart on win32. (Will Hawes)
6484fba0 123 - Fixed streaming write from a filehandle to stop writing
124 if the browser is closed.
0c74cb08 125 - Added $c->controller, $c->model and $c->view shortcuts.
126 - Switched to Text::SimpleTable.
8c113188 127
60b53d07 1285.49_03 2005-11-03 12:00:00
e561386f 129 - Fixed $c->req->{path} for backwards-compatibility.
59c2b3bd 130 - Allow debug to be disabled via ENV as well as enabled.
e4d88362 131 - Added -scripts option to catalyst.pl for script updating
8264c145 132 - Changed helpers to default to long types, Controller instead of C
5ee249f2 133 - Added Catalyst::Controller, Catalyst::Model and Catalyst::View
134 base classes
c6ef5e69 135 - Added JavaScript to debug screen to show and hide specific dumps
0bbb5a1f 136 - Added _DISPATCH, _BEGIN, _AUTO, _ACTION and _END actions
fe9da43b 137 - Added multi process external FastCGI support
138 (see myapp_fastcgi.pl -help) (Sam Vilain)
40b0b60c 139 - Restarter process in HTTP engine now properly exits when the
4c980e76 140 parent app is shut down.
141 - Improved performance of restarter loop while watching for
142 changed files.
143 - Restarter will now detect new files added to an app on systems
144 that change directory mtimes when new files are created.
145 - Restarter now properly handles modules that are deleted from an
146 application.
40b0b60c 147 - Fixed memory leak in TestApp.
148
bf88a181 1495.49_02 2005-10-26 12:39:00
bcccee4e 150 - Whole new dispatcher!
151 - Added index action
01033d73 152 - Added path_to method
6e692ab4 153 - Added support for passing an IO::Handle object to $c->res->body.
154 (Andrew Bramble)
a9b78939 155 - Added a new welcome screen.
156 - Included Catalyst buttons and icons in helper.
157 - Added Static::Simple plugin to core.
9438e46e 158 - Added self restarting test server
bc2beef5 159 - Added filename to debug output for uploaded files.
160 - Fixed forwarding with embedded arguments.
e0616220 161 - Fixed handling of escaped query strings.
c4bed79a 162 - Added upload parameters back into $c->req->params.
749472d6 163 - Added multiple paths support to dispatcher
6ff79ec5 164 - Fixed bug in req->path where changing the path added a trailing
165 slash.
4f5ebacd 166 - Removed req->handle and res->handle
4bd82c41 167 - Added prepare_body_chunk method as a hook for upload progress.
58f510c2 168 - Fixed bug in uri_for method when base has no path.
55ddccae 169 - Added automated tests for HTTP, CGI, and FastCGI servers.
58f510c2 170
fbcc39ad 1715.49_01 2005-10-10 10:15:00
172 - Refactored all internals, should be 99% compatible to previous
173 versions.
174 - *IMPORTANT* The Apache engines have been moved to a separate package
175 for this release. Please install Catalyst::Engine::Apache if you
176 need Apache support.
177
178 - Added support for calling forward with arguments in the path, i.e.
179 $c->forward('/foo/bar/arg1/arg2')
180 - Made $c->req->uri a URI object, added req->path_info for CGI compat.
181 Raw query string is available as $c->req->uri->query.
182 - Made $c->req->base a URI object.
183 - Parameters with multiple values (?a=1&a=2) now display properly
184 in the debug output.
185 - Semi-colon separators in query strings now work properly.
186 - Expanded documentation of catalyst.pl (Andrew Ford)
187 - Added support for running as a backend server behind a frontend
188 proxy so req->base and req->address are set properly.
189 - Added an 'abort' method to the Log api, so that you can
190 kill loggging for a whole request.
191 - Added $c->uri_for method to simplify url handling.
192 - Added more tests and reorganized the t directory.
193 - Reimplemented core engines, all are now CGI based for better test
194 coverage and maintainability.
195 - Added fork support to built in test server.
196 - Fixed all memory leaks.
197 - Thread-related bug fixes and tests. We now believe the Catalyst
198 core to be thread-safe.
199 - Added streaming IO support through $c->req->read() and
200 $c->res->write()
201 - Added MyApp->config->{parse_on_demand} (streaming input)
202 - Added $c->req->handle and $c->res->handle
203 - Improved documentation
fd59198f 204 - Fixed mkpath in Catalyst::Helper (Autrijus Tang)
43f0a258 205 - Fixed bug in dispatcher where an invalid path could call a valid
206 action. (Andy Grundman)
5c9b3736 207 - Fixed Helper so it works with CRLF line-endings. (Andy Grundman)
fd59198f 208
4e449be9 2095.33 2005-08-10 15:25:00
43f0a258 210 - Now with updated manifest.
fd59198f 211
4e449be9 2125.32 2005-08-10 15:10:00
43f0a258 213 - Dispatcher might fail if object returns false. (Florian Ragwitz)
a1c8f974 214
58e9ce65 2155.31 2005-06-04 12:35:00 (never released to CPAN)
62d9b030 216
ef3250bc 217 - helpers now create .new files where files already exist and differ
62d9b030 218 - fixed $Data::Dumper::Terse (Robin Berjon)
bd7d2e94 219 - added arguments for detach
51f0308d 220 - new credits section in pod
71c3bcc3 221 - fixed detach to allow relative action names (Matt and Robert)
222 - added the ability to have whitespaces in Path( '' ) and Regex( '' )
62d9b030 223
f56990fa 2245.30 2005-06-04 12:35:00
2343e117 225
f56990fa 226 - Fixed a bug where it was not possible to $c->forward to a
227 component
7e71fcce 228 that was not inheriting from Catalyst::Base.
599b5295 229 - Fix for inheritance bug.
a1dad9c1 230 - Allow forward with arguments.
2343e117 231 - Updated cookbook
e0143040 232 - Allow overriding home/root in config.
d2ee9760 233 - make module build cons README automatically.
234 - prettify home path by resolving '..' (Andy Grundman)
f56990fa 235 - improved helper templates a bit, new naming scheme for tests.
d2ee9760 236 - added support for case sensitivity, MyApp->config->{case_sensitive}
ef16e169 237 - added $c->detach for non-returning forwards
d2ee9760 238 - added unified error handling, Catalyst::Exception
239 - added section on param handling in Intro.pod
240 - added $c->request->cookie
241 - added Catalyst::Setup
242 - refactored Catalyst::import()
243 - improved rendering of error messages in debug mode
244 - fixed a bug in Catalyst::Helper::mk_dir
ef16e169 245 - further doc changes, esp. to Intro.pod
abddf0b5 246
49ba64d7 2475.23 2005-06-03 02:30:00
8a0ec4fd 248 - added support for non Catalyst::Base components to live in namespace
249 - improved concurrency connections in Catalyst::Engine::HTTP::Daemon
a268a011 250
d8cdbf30 2515.22 2005-05-26 14:24:00
d2ee9760 252 - improved base locating in MP engines
253 - improved error messages in C::E::HTTP::Daemon
254 - hostnames are now resolved on demand unless provided by engine
255 - fixed memory leak in $c->execute (Michael Reece, Matt S Trout)
99386274 256
db046247 2575.21 2005-05-24 14:56:00
b7b011a9 258 - fixed a bug in https detection
9ddd9d05 259 - fixed auto chain finally
895b2303 260 - added MYAPP_HOME and CATALYST_HOME environment variables
b7b011a9 261
61a0806c 2625.20 2005-05-18 19:52:00
a783a49e 263 - improved uploads and parameters
77d12cae 264 - added $c->req->protocol and $c->req->secure
265 - added $c->req->user and $c->req->uri
8f591211 266 - improved error message when forwarding to unknown module
91eeb37b 267 - fixed win32 installer
e88fa058 268 - added deep recursion detection
99d891a5 269 - fixed auto actions
e37b6309 270 - fixed inheritance in dispatcher
0299ba22 271 - allow whitespaces between brackets and quoted string
272 in Path and Regex attributes
97f1b4e7 273 - new helper templates
9cee9588 274 - installer now supports install_base and destdir
61a0806c 275 - allow multiple Catalyst apps to run on the same mod_perl
276 instance (not the same app!)
6890e598 277 - fixed MP2 engines
fc88e495 278 - removed apreq dependency from all MP engines
279 - added support for MP registry scripts
280 - added support for LocationMatch and ScriptAliasMatch in MP engines
6890e598 281 - added SpeedyCGI engine
a783a49e 282
61a0806c 2835.10 2005-04-23 11:16:00
a783a49e 284 - updated dependencies to require latest module::pluggable::fast
285 - new installer for templates and stuff using Module::Build
4f6748f1 286 - scripts are now prefixed, for being installable
287 IMPORTANT: You have to regenerate the script directory,
288 remove Makefile.PL and add Build.PL
adfe7ead 289 - Added compat to install Module::Build if required.
8f591211 290 - Improved: Params handling with MP engines
291 - Fixed: Params handling on POST with CGI engine (Andy Grundman)
292 - Fixed: Helper.pm on Win32 (Matt S Trout)
4f6748f1 293
61a0806c 2945.03 2005-04-19 20:35:00 (Revision 462)
a783a49e 295 - fixed Test example (Torsten Seeman)
296 - added Plugins chapter to manual
bbcadec7 297 - applied doc patch from Robert Boone <robert@rlb3.com>
a783a49e 298 - improved Dispatcher error messages.
299 - refactored so we don't need to include helper from
e9deb4dc 300 Catalyst.pm - Fixes issues with FindBin
5b2a599c 301 - applied HTTP.pm patch from Andy Grundman <andy@hybridized.org>
87232381 302 - added plugin() method for instant plugins
303 - FCGI is no more considered experimental
bbcadec7 304
61a0806c 3055.02 2005-04-18 10:00:00
2cf9bc57 306 - fixed manifest
307
61a0806c 3085.01 2005-04-17 23:00:00
d7953572 309 - some documentation bugs fixed
f05af9ba 310 - added Catalyst::Utils
eaf14ff4 311 - fixed regexp bug (Matt S Trout)
312 - fixed upload bug with MP19
313 - added $c->req->body
e27582bb 314 - aliased $c->res->output to $c->res->body
ddb46924 315 - Read AUTHOR from passwd or $ENV{AUTHOR} when
316 generating code.
8c8f7c51 317 - extended attribute handling
84cf74e7 318 - added global config for components
d7953572 319
61a0806c 3205.00 2005-04-15 18:00:00
0c28fbd7 321 - new core to support inheritance trees
322 - new syntax for action declaration
323 - new helper system using TT2
b76d7db8 324 - problems with mod_perl2 fixed
5a8fd7e9 325 - added Test::Pod support
6f4e1683 326 - added new server backend with HTTP/1.1 support
327 - added option to run tests against a remote server
0c28fbd7 328 - renamed errors() to error()
ca61af20 329 - more better docs
0c28fbd7 330 - countless minor improvements
ca61af20 331 IMPORTANT: This release is very incompatible to previous ones
332 and you have to regenerate the helper scripts again...
e519ff34 333
61a0806c 3344.34 2005-03-23 07:00:00 2005
9ada3267 335 - added some messages to Makefile.PL
00869ea8 336 - added Catalyst::Engine::Test
337 - added Catalyst::Engine::CGI::NPH
338 - simplified Catalyst::Log to be easier to implement/subclass
339 - added cgi.pl
6f4e1683 340 - updated Catalyst::Test to use Catalyst::Engine::Test
00869ea8 341 - updated helper scripts
342 IMPORTANT: this will be the last time you'll have to regenerate
343 the script directory. We promise!
9ada3267 344
61a0806c 3454.33 2005-03-23 01:00:00 2005
145074c2 346 - documented the log() accessor method in Catalyst (Andrew Ford)
82d2fcbe 347 - added optional arguments to Catalyst::Log methods (Andrew Ford)
a564a4be 348 - removed cgi-server.pl
ffb41d94 349 - added fcgi.pl and Catalyst::Engine::FCGI
b0b7c5e0 350 - fixed an undef durng make test (Dan Sully)
5442009c 351 - new path test (Christian Hansen)
352 IMPORTANT: you have to regenerate the script directory again
82d2fcbe 353
61a0806c 3544.32 2005-03-22 02:10:00 2005
caca1b02 355 - made a damn typo *AAAAAAAAAAAAAAHHHH!!!*
356
61a0806c 3574.31 2005-03-22 02:00:00
1c99e125 358 - fixed inheritance (Christian Hansen)
c0d174dc 359 - previous release was borked!
360 fixed that, but you have to regenerate the scripts again :(
1c99e125 361
61a0806c 3624.30 2005-03-21 23:00:00
d2cad154 363 - more documentation (Andrew Ford)
0556eb49 364 - added connection informations (Christian Hansen)
49faa307 365 - HTTP::Request support in Catalyst::Test (Christian Hansen)
3fde004f 366 - moved cgi.pl to nph-cgi.pl
a0bb847e 367 - added Catalyst::Engine::Server (Christian Hansen)
585893b9 368 - removed Catalyst::Test::server
369 - updated helper scripts
370 IMPORTANT: note that you have to regenerate script/server.pl,
371 script/cgi-server.pl and script/cgi.pl (now nph-cgi.pl)
0556eb49 372
61a0806c 3734.28 2005-03-19 22:00:00
502619e5 374 - fixed isa tree (Christian Hansen)
bc024080 375 - added script/cgi-server.pl, so no more server restarting after
376 code changes
377 - reworked documentation (Andrew Ford <A.Ford@ford-mason.co.uk>)
502619e5 378
61a0806c 3794.27 2005-03-19 01:00:00
c85ff642 380 - debug message for parameters
23f9d934 381 - Fix redirects (Christian Hansen <ch@ngmedia.com>)
b5524568 382 - some random fixes
383 - new helper api for Catalyst::Helper::* support
384 you have to update script/create.pl to use it
c85ff642 385
61a0806c 3864.26 2005-03-16 10:00:00
5783a9a5 387 - fixed the weird bug that caused regex actions to fail on every
388 second request
c85ff642 389 - more debug messages
748161c4 390 - 100% pod coverage.
5783a9a5 391
61a0806c 3924.25 2005-03-12 18:00:00
f1d0b7ea 393 - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
9a33da6a 394 - improved cgi engine docs (Christoper Hicks)
f1d0b7ea 395
61a0806c 3964.24 2005-03-12 01:00:00
aff93052 397 - updated cookbook example
5ae68c0d 398 - fixed base for apache and https (Andrew Ruthven)
aff93052 399
61a0806c 4004.23 2005-03-09 20:00:00
7e5adedd 401 - no more regex actions in forward
3cb1db8c 402 - added support for test directories t/m, t/v and t/c
7e5adedd 403
61a0806c 4044.22 2005-03-08 20:00:00
0b944e63 405 - catch errors in application class
aff93052 406 - handle die properly.
0b944e63 407
61a0806c 4084.21 2005-03-05 17:00:00
d01df17d 409 - fixed docs
410
61a0806c 4114.20 2005-03-04 22:00:00
91864987 412 - moved bin to script
413
61a0806c 4144.13 2005-03-03 11:00:00
0ea0c2c3 415 - improved documentation
1df125c9 416 - pod coverage test for helper generated apps
ad41e777 417 - new helper api
0ea0c2c3 418
61a0806c 4194.12 2005-03-02 11:00:00 2005
5ddd05a0 420 - server_base sucks, removed
9b2bc37b 421 - added $c->log->dump()
5ddd05a0 422
61a0806c 4234.11 2005-03-02 11:00:00 2005
7833fdfc 424 - removed some warnings
425 - improved docs
7242d068 426 - private prefixed actions override private non prefixed actions
8495c1de 427 - added server_base
4a6895ce 428 - updated Catalyst::Manual::Intro
7833fdfc 429
61a0806c 4304.10 2005-03-02 10:00:00 2005
7833fdfc 431 - improved documentation
432 - fixed upload bug
433 - fixed prefixed private actions bug
434 - fixed more little bugs
435
61a0806c 4364.01 2005-03-01 10:00:00 2005
03a53815 437 - improved documentation
d7c505f3 438 - documentation fixes (Johan Lindstrom)
03a53815 439
61a0806c 4404.00 2005-02-27 22:00:00
fc7ec1d9 441 - more verbose debug messages, especially for forward()
442 - implemented prefixed prvate actions, icluding built in
443 !?default, !?begin and !?end
444 - new Catalyst::Manual::Intro
445 - new helpers, bin/catalyst
446 - helper api
447
61a0806c 4483.11 2005-02-23 21:00:00
fc7ec1d9 449 - added dependency to UNIVERSAL::require (Marcus Ramberg)
450 - added a little workaround for a warning in Catalyst::Test
451 (Marcus Ramberg)
452 - improved documentation for actions
453
61a0806c 4543.10 2005-02-19 20:00:00
fc7ec1d9 455 - removed roles management from Catalyst::Engine
456 and added it to Catalyst::Plugin::Authentication::CDBI
457
61a0806c 4583.04 2005-02-17 21:00:00
fc7ec1d9 459 - error reporting for app class
460 - no more engine debug messages
461 - class->method forwards get resolved now
462
61a0806c 4633.03 2005-02-16 23:00:00
fc7ec1d9 464 - friendlier statistics
465
61a0806c 4663.02 2005-02-16 22:00:00
fc7ec1d9 467 - fixed unintialized actions (Marcus Ramberg)
468
61a0806c 4693.01 2005-02-16 20:30:00
fc7ec1d9 470 - better statistics
471
61a0806c 4723.00 2005-02-16 20:00:00
fc7ec1d9 473 - real version number for CPAN.pm
474 - fixed redirect in CGI engine
475 - more statistics in debug logs
476 - ? prefix for forward()
477
61a0806c 4782.99_15 2005-02-02 22:00:00
fc7ec1d9 479 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
480 - Replaced "Catched" with "Caught" in Catalyst::Engine
481 (Gary Ashton Jones)
482 - replaced _ with ! for private actions
483 - added ? for prefixed actions
484 - misc improvememts
485
61a0806c 4862.99_14 2005-01-31 22:00:00 2005
fc7ec1d9 487 - arguments for _default
488 - $c->entrance removed for more flexibility
489 - added $c->req->method
490
61a0806c 4912.99_13 2005-01-30 18:00:00 2005
fc7ec1d9 492 - POD fixes and improvements
493
61a0806c 4942.99_12 2005-01-28 22:00:00 2005
fc7ec1d9 495 - first development release