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