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