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