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