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