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