add warning in uri_for for undefined args
[catagits/Catalyst-Runtime.git] / Changes
CommitLineData
67bbac86 1This file documents the revision history for Perl extension Catalyst.
3803e98f 2
cbb93105 35.7008
4 - add undef warning for uri_for
b94b200c 5 - Fix bug where a nested component would be setup twice
5e5bd6df 6 - Make ensure_class_loaded behave better with malformed class name
cbb93105 7 - Make _register_plugin use ensure_class_loaded
12bf12c0 8 - Remove 'Argument "??" isn't numeric in sprintf' warning
9 (Emanuele Zeppieri)
45eb6565 10 - Fixed a bug where Content-Length could be set to 0 if a filehandle
11 object in $c->response->body did not report a size.
1b45d7e5 12 - Fixed issue where development server running in fork mode did not
13 properly exit after a write error.
14 (http://rt.cpan.org/Ticket/Display.html?id=27135)
45eb6565 15
46372e65 165.7007 2007-03-13 14:18:00
933ba403 17 - Many performance improvements by not using URI.pm:
18 * $c->uri_for (approx. 8x faster)
19 * $c->engine->prepare_path (approx. 27x faster)
20 * $c->engine->prepare_query_parameters (approx. 5x faster)
5c2c224d 21 - Updated HTTP::Body dependency to 0.9 which fixes the following issues:
22 * Handle when IE sometimes sends an extra CRLF after the POST body.
23 * Empty fields in multipart/form-data POSTs are no longer ignored.
24 * Uploaded files with the name "0" are no longer ignored.
933ba403 25 - Sending SIGHUP to the dev server will now cause it to restart.
26 - Allow "0" for a path in uri_for.
06744540 27 - Performance and stability improvements to the built-in HTTP server.
db9db407 28 - Don't ignore file uploads if form contains a text field with the same name.
29 (Carl Franks)
951572c0 30 - Support restart_delay of 0 (for use in the POE engine).
847e3257 31 - Skip body processing if we don't have a Content-Length header.
65bf97ed 32 Results in about a 9% performance increase when handling GET/HEAD
33 requests.
39655cdc 34 - Add a default body to redirect responses.
72f87c4b 35 - MyApp->model/view now looks at MyApp->config->{default_view/model}
36 (Bogdan Lucaciu)
2db8beac 37
59ac2b86 385.7006 2006-11-15 14.18
2db8beac 39 - Updated manifest
40 - Fix Slurp dependency
65bf97ed 41 - Updated HTTP::Body dependency to 0.6, 0.5 can break on large POST
42 requests.
d0f0fcf6 43 - Skip utf8 fix for undef values in uri_with() and uri_for()
69eecfe5 44
3e6f3bd6 455.7005 2006-11-07 19:37:35
3aa14091 46 - Fixed lighttpd tests to be properly skipped.
47 - Moved IE workarounds to exist only in the HTTP engine.
b1eac6af 48 - Added installation instructions (from Catalyst-Manual dist)
3aa14091 49
505.7004 2006-11-06 20:48:35
3150d774 51 - Fix Engine::HTTP crash when using IE. (Jesper Krogh, Peter Edwards)
1807fc27 52 - clean up Catalyst::Utils to handle some edge cases
a72b503e 53 - Properly work around lighttpd PATH_INFO vs. SCRIPT_NAME bug
1807fc27 54 (Mark Blythe)
b2a3cbd1 55 - add _application accessor to Catalyst::Base
1807fc27 56 - Support current_view
b2a3cbd1 57 - Allow use of Catalyst::Test without app name (Ton Voon, Altinity)
1807fc27 58 - Catalyst::Manual moved to its own package
59 - Add option to FastCGI engine to send errors to stdout, not the web server
a72b503e 60 - Use Module::Install's auto_install to install prerequisite modules
61 - various documentation fixes and improvements
2db8beac 62
8df78603 635.7003 2006-09-21 16:29:45
64 - Additions and updates to tutorial
65
087ce3bb 665.7002 2006-09-17 19:35:32
7f64ae17 67 - unescape captures to match args
68 - fix for relative Chained under namespace '' (root)
6d316c39 69 - fix for hashrefs in action attributes from config
f505df49 70 - fix for Chained to require correct number of CaptureArgs
7f64ae17 71
2bf9a2ec 725.7001 2006-07-19 23:46:54
0435af55 73 - fix for component loading
74 - uri_for and uri_with now behave as they used to with non-
75 array references
76
0db1da0f 775.7000 2006-07-07 08:08:08
5db46287 78 - fix FCGI.pm warning message with FastCGI engine
9d8e174a 79 - bumped inc::Module::Install to 0.63 in Makefile.PL
8b13f357 80 - fixes to uri_for_action for DispatchType::Chained
3e6f3bd6 81 - Further doc work.
82 - Minor code cleanups
83 - Changed catalyst.pl to depend on Catalyst::Devel
4ba28188 84
ebaf0dde 855.70_03 2006-06-28 16:42:00
bc7e54f2 86 - fixup to registered plugins debug at app startup
87 - refactored Catalyst::Utils::home
ebaf0dde 88
895.70_02 2006-06-27 11:51:00
2db8beac 90 - Updated tutorial.
ebaf0dde 91
925.70_01 2006-06-26 10:49:00
93
ccea086c 94 - fixed a Catalyst::Base bug causing duplicate action registrations
95 - modified DispatchTypes to support multiple registrations
96 - added Catalyst::Runtime module as dist marker
97 - added Catalyst::ActionChain and Chained DispatchType
9a6ecf4f 98 - removed retarded registration requirement in dispatcher
364d7324 99 - removed Module::Pluggable::Fast hack in favor of
100 Module::Pluggable::Object
ea0e58d9 101 - extended uri_for, added dispatcher->uri_for_action
2a563513 102 - added Catalyst::Base->action_for('methodname')
0bd5f8a2 103 - checked and tested :Args multimethod dispatch
c02f7490 104 - added ability to set action attributes from controller config
baf6a3db 105 - added merge_config_hashes() as a convenience method
fa32ac82 106 - Swapped out CGI::Cookie in favour of CGI::Simple::Cookie
107 - Removed test dependencies on Test::NoWarnings, Test::MockObject
1e514a51 108 - Removed dependency on UNIVERSAL::require
723f0262 109 - Split out Catalyst::Helper into a new distribution
110 - un-bundled the plugins as they are now pre-reqs for Catalyst::Helper
c82ed742 111 - nuked each() out of core with prejudice (due to lurking buglets)
112 - Added tests from phaylon for dispatcher precedence
16d306fa 113 - Use Class::Inspector->loaded($class) instead of $class->can('can')
734a1e11 114 - Added ActionClass attribute
e6dc3059 115 - Removed Test::WWW::Mechanize::Catalyst from Makefile.PL (circular dep)
825dbf85 116 - Updated docs for Catalyst::Component
b8f669f3 117 - Separated execute and dispatch on Catalyst::Action
34d28dfd 118 - cleaned up logging and debug output
2db8beac 119 - significant documentation revisions
5168a5fc 120 - Added warning for setup being called twice
60fa95ba 121 - Fix pod to use DBIC::Schema instead of DBIC model
5e707396 122 - Fix ->config failing to copy _config for subclassing
f63c03e4 123 - Updated log format
124 - Updated debug dump
5e707396 125
50f6a990 1265.6902 2006-05-04 13:00:00
127 - Remove tarballs and OSX metadata files.
128
1295.6901 2006-05-03 11.17:00
f5dd5cc5 130 - Module::Install didn't overwrite META.yml.
131
50f6a990 1325.6900 2006-05-03 11.17:00
052a2d89 133 - Stupid pause indexer can't count.
134 - Better fix for Catalyst::Test
135 - more tests.
136
1375.682 2006-04-27 13:51:00
138 - Damn OSX attributes again :(
139
1405.681 2006-04-27 08:47:00
141 - Updated manifest.
142 - Add basename to core . (Deprecates Catalyst::Plugin::Basename)
143
a9558b34 1445.68 2006-04-26 12:23:00
145 - ConfigLoader: Updated to version 0.06
146 - fixed undef warnings in uri_for() and uri_with()
2db8beac 147 - Fixed Catalyst::Test to report errors on failed Class load
a9558b34 148
38d13baa 1495.678 2006-04-24 12:30:00
150 - Re-release of 5.67 without OSX metadata files.
151
b4b01a8a 1525.67 2006-04-23 08:50:00
38d13baa 153 - Added $c->req->uri_with() helper
4fe3060e 154 - ConfigLoader: Updated to version 0.05
4c423abf 155 - Fix up Engine to avoid a new 5.8.8 warning
db5891bf 156 - Added app name with :: support for PAR
3b88a455 157 - Added $c->models/views/controllers
d84a238a 158 - Static::Simple: Unescape the URI path before looking for the file.
159 This fixes issues with files that have spaces.
160 - Looping and recursion tests plus a fix
b4b01a8a 161 - Added lots of API documentation. Refactored main pod.
d84a238a 162 - Changed default behaviors for $c->model/$c->controller/$c->view
163 to more sane settings.
164 - added the clear_errors method - an alias for error(0)
1dafef55 165 - Added tmpdir option for uploads (woremacx)
7257e9db 166 - Applied patch from GEOFFR to allow normal filehandles.
c8db5001 167 - Refactored Dispatcher internals for better readability and speedup
168 (stress tests run 12% faster)
9ce44430 169 - Allow $c->error to run as a class method
649fd1fa 170
f1bbebac 1715.66 2006-03-10 17:48:00
3736410f 172 - Added Test::WWW::Mechanize::Catalyst support
6aaa1c60 173 - Cleaned generated tests
d84a238a 174 - Added Root controller concept
e70a5d36 175 - Updated ConfigLoader plugin to version 0.04
6aa6b72b 176
855ed931 1775.65 2006-02-21 10:34:00
178 - Added plugin introspection.
179 - Support optional hashref as last param for parameters in uri_for.
180 - Updated tutorial to be more complete.
181 - Applied args patch from antirice (Fixes Ticket #67)
8327e2e2 182
6e234050 1835.64 2006-02-07 20:29:00
9f778270 184 - Fixed bug in FastCGI proc manager mode where pm_post_dispatch
185 was not run. (Eric Wong)
92ffbc90 186 - Cleaned up generated tests
1a7b17db 187 - Updated YAML support to use ConfigLoader
595f3872 188 - Fixed path dispatch to canonicalise correctly
189 (see http://dev.catalyst.perl.org/ticket/62)
aa2b0d97 190 - Added Catalyst::Manual::About
595f3872 191
a6ad13b6 1925.63 2006-01-22 00:00:00
83cbe493 193 - Updated prereq versions
194
ff5577c4 1955.62 2006-01-17 16:30:00
0a73a212 196 - Large update to the tutorial (castaway)
99f187d6 197 - Added YAML config support
22247e54 198 - Added COMPONENT() and ACCEPT_CONTEXT() support
5513038d 199 - Action list in debug mode is now displayed as a tree in the
200 correct execution order.
9b0a3e0f 201 - Fixed engine detection to allow custom mod_perl engines.
0db14221 202 - Static::Simple: Fixed bug in ignore_dirs under win32.
d10c3e60 203 - Display version numbers of loaded plugins. (Curtis Poe)
5ace8f96 204 - Added class and method for caught exception messages.
20682ed8 205 - Updated PAR support to use "make catalyst_par",
5ace8f96 206 packages are no longer written by Makefile.PL.
8f62c91a 207 - Automatically determine Content-Length when serving a
208 filehandle.
5ace8f96 209 - Exceptions now return status 500.
210 - Updated for Module::Install 0.44.
211 - Fixed additional file installation for multi level app names.
0bcb98c7 212 - Added REDIRECT_URL support for applications running behind
213 a RewriteRule in Apache. (Carl Franks)
6f2e0021 214 - Fixed FastCGI engine under win32. (Carl Franks)
d7d72ad9 215 - FastCGI doc updates (Bill Moseley)
29f5acef 216 - Bugfix for $c->model and friends (defined).
0bcb98c7 217
022d1311 2185.61 2005-12-02 00:00:00
219 - Fixed ExtUtils::AutoInstall Bootstrap Code in Makefile.PL
220
e1ab96e1 2215.60 2005-12-01 22:15:00
61a9002d 222 - Fixed Path and index actions in the appclass,
223 including those that attach to /
224 - Index is now weighted higher than Path
6780cd43 225 - Fixed restarter and -d debug switch in server.pl.
ee26f4bd 226 - Added a warning if you attempt to retrieve a parameter
227 using $c->req->params('foo').
7cf46fb4 228 - Fixed the Module::Install::Catalyst @ISA bug
6fe8a91d 229
294f78ca 2305.59 2005-11-30 13:25:00
8565f89d 231 - Fixed shebang line for generated scripts
86d993ab 232 - Fixed forward to classes ($c->forward(qw/MyApp foo/))
f075593c 233 - Wrap use block in begin to quelch C:C3 warnings
234 - Removed scrollbar from debug output
6c165c4b 235 - Fixed catalyst_par_core() and catalyst_par_multiarch()
86d993ab 236
2e4a6ec3 2375.58 2005-11-24 10:51:00
9624cd13 238 - Added ExtUtils::AutoInstall support
c8db5001 239 - Allow overriding path in Catalyst::Helper.
4e90e3c1 240 - Added -makefile to catalyst.pl to generate a new Makefile.PL.
10d487cb 241 - Restored Catalyst::Build with a deprecation notice.
975ba103 242 - Improved PAR support
b2d40c03 243 - Replaced -short with auto-detection
bb722214 244 - Fixed prereqs, added File::Copy::Recursive
4ca033b1 245 - Static::Simple changes:
246 - Made prepare_action play nice with other plugins by not short-
247 circuiting.
248 - Added tmpl to the ignored extensions.
249 - Fixed security problem if req->path contained '..'.
b2d40c03 250
4aaa6e43 2515.57 2005-11-20 22:45:00
d3e7a648 252 - Updated uri_for to accept undef actions
f991f6a0 253 - Switched to Module::Install
e71a3028 254 - Renamed tests for easier editing
b5ecfcf0 255 - Reformatted documentation
34a83d89 256 - Renamed -nonew to -force
fc04b845 257 - Added PAR support
6c7a1d2f 258 - Added keep-alive support and bug fixes to HTTP engine.
526b698a 259 (Sascha Kiefer)
260 - Added daemonize option to FastCGI engine. (Sam Vilain)
fc04b845 261
18c4e4c0 2625.56 2005-11-16 10:33:00
84528885 263 - Fixed FastCGI engine to not clobber the global %ENV on each
264 request. (Sam Vilain)
245ae014 265 - Updated benchmarking to work with detach
266 - Fixed dispatcher, so $c->req->action(undef) works again
0f895006 267 - Updated Catalyst::Test to use HTTP::Request::AsCGI
dc2fc680 268 - Added -pidfile to external FastCGI server.
84528885 269
b39840da 2705.55 2005-11-15 12:55:00
271 - Fixed multiple cookie handling
272
6f006bd6 2735.54 2005-11-14 22:55:00
274 - Fixed a Module::Pluggable::Fast related bug
275
89546294 2765.53 2005-11-14 15:55:00
277 - Removed t/04prereq.t that was testing for non-required
278 modules.
279
df755a7a 2805.52 2005-11-14 10:57:00
281 - Strip '..'s in static urls to fix security issue.
89546294 282
ff74d616 2835.51 2005-11-14 00:45:00
284 - Changed uri_for to use namespace instead of match.
ccc9f8aa 285
ff74d616 2865.50 2005-11-13 20:45:00
287 - Fixed minor bugs.
288 - Updated docs.
ccc9f8aa 289
527ada13 2905.49_05 2005-11-12 20:45:00
910410b8 291 - Large update to the documentation. (David Kamholz)
138ce4c0 292 - Fixed args handling in forward()
293 - Fixed forwarding to classes
2b01b53c 294 - Fixed catalyst.pl-generated Build.PL Makefile section.
a0eca838 295 - Fixed relative forwarding
296 - Fixed forward arrows in debug output
297
8beacad7 2985.49_04 2005-11-09 23:00:00
db38216d 299 - Made context, dispatcher, engine, request and response classes
8beacad7 300 configurable.
301 - Added $c->stack.
302 - Fixed dispatcher to ignore unknown attributes.
303 - Improved format of startup debug log.
0c74cb08 304 - Updated built in server to restart on win32. (Will Hawes)
6484fba0 305 - Fixed streaming write from a filehandle to stop writing
306 if the browser is closed.
0c74cb08 307 - Added $c->controller, $c->model and $c->view shortcuts.
308 - Switched to Text::SimpleTable.
8c113188 309
60b53d07 3105.49_03 2005-11-03 12:00:00
e561386f 311 - Fixed $c->req->{path} for backwards-compatibility.
59c2b3bd 312 - Allow debug to be disabled via ENV as well as enabled.
e4d88362 313 - Added -scripts option to catalyst.pl for script updating
8264c145 314 - Changed helpers to default to long types, Controller instead of C
5ee249f2 315 - Added Catalyst::Controller, Catalyst::Model and Catalyst::View
316 base classes
c6ef5e69 317 - Added JavaScript to debug screen to show and hide specific dumps
0bbb5a1f 318 - Added _DISPATCH, _BEGIN, _AUTO, _ACTION and _END actions
fe9da43b 319 - Added multi process external FastCGI support
320 (see myapp_fastcgi.pl -help) (Sam Vilain)
40b0b60c 321 - Restarter process in HTTP engine now properly exits when the
4c980e76 322 parent app is shut down.
323 - Improved performance of restarter loop while watching for
324 changed files.
325 - Restarter will now detect new files added to an app on systems
326 that change directory mtimes when new files are created.
327 - Restarter now properly handles modules that are deleted from an
328 application.
40b0b60c 329 - Fixed memory leak in TestApp.
330
bf88a181 3315.49_02 2005-10-26 12:39:00
bcccee4e 332 - Whole new dispatcher!
333 - Added index action
01033d73 334 - Added path_to method
6e692ab4 335 - Added support for passing an IO::Handle object to $c->res->body.
336 (Andrew Bramble)
a9b78939 337 - Added a new welcome screen.
338 - Included Catalyst buttons and icons in helper.
339 - Added Static::Simple plugin to core.
9438e46e 340 - Added self restarting test server
bc2beef5 341 - Added filename to debug output for uploaded files.
342 - Fixed forwarding with embedded arguments.
e0616220 343 - Fixed handling of escaped query strings.
c4bed79a 344 - Added upload parameters back into $c->req->params.
749472d6 345 - Added multiple paths support to dispatcher
6ff79ec5 346 - Fixed bug in req->path where changing the path added a trailing
347 slash.
4f5ebacd 348 - Removed req->handle and res->handle
4bd82c41 349 - Added prepare_body_chunk method as a hook for upload progress.
58f510c2 350 - Fixed bug in uri_for method when base has no path.
55ddccae 351 - Added automated tests for HTTP, CGI, and FastCGI servers.
58f510c2 352
fbcc39ad 3535.49_01 2005-10-10 10:15:00
354 - Refactored all internals, should be 99% compatible to previous
355 versions.
356 - *IMPORTANT* The Apache engines have been moved to a separate package
357 for this release. Please install Catalyst::Engine::Apache if you
358 need Apache support.
359
360 - Added support for calling forward with arguments in the path, i.e.
361 $c->forward('/foo/bar/arg1/arg2')
362 - Made $c->req->uri a URI object, added req->path_info for CGI compat.
363 Raw query string is available as $c->req->uri->query.
364 - Made $c->req->base a URI object.
365 - Parameters with multiple values (?a=1&a=2) now display properly
366 in the debug output.
367 - Semi-colon separators in query strings now work properly.
368 - Expanded documentation of catalyst.pl (Andrew Ford)
369 - Added support for running as a backend server behind a frontend
370 proxy so req->base and req->address are set properly.
371 - Added an 'abort' method to the Log api, so that you can
372 kill loggging for a whole request.
373 - Added $c->uri_for method to simplify url handling.
374 - Added more tests and reorganized the t directory.
375 - Reimplemented core engines, all are now CGI based for better test
376 coverage and maintainability.
377 - Added fork support to built in test server.
378 - Fixed all memory leaks.
379 - Thread-related bug fixes and tests. We now believe the Catalyst
380 core to be thread-safe.
381 - Added streaming IO support through $c->req->read() and
382 $c->res->write()
383 - Added MyApp->config->{parse_on_demand} (streaming input)
384 - Added $c->req->handle and $c->res->handle
385 - Improved documentation
fd59198f 386 - Fixed mkpath in Catalyst::Helper (Autrijus Tang)
43f0a258 387 - Fixed bug in dispatcher where an invalid path could call a valid
388 action. (Andy Grundman)
5c9b3736 389 - Fixed Helper so it works with CRLF line-endings. (Andy Grundman)
fd59198f 390
4e449be9 3915.33 2005-08-10 15:25:00
43f0a258 392 - Now with updated manifest.
fd59198f 393
4e449be9 3945.32 2005-08-10 15:10:00
43f0a258 395 - Dispatcher might fail if object returns false. (Florian Ragwitz)
a1c8f974 396
58e9ce65 3975.31 2005-06-04 12:35:00 (never released to CPAN)
62d9b030 398
ef3250bc 399 - helpers now create .new files where files already exist and differ
62d9b030 400 - fixed $Data::Dumper::Terse (Robin Berjon)
bd7d2e94 401 - added arguments for detach
51f0308d 402 - new credits section in pod
71c3bcc3 403 - fixed detach to allow relative action names (Matt and Robert)
404 - added the ability to have whitespaces in Path( '' ) and Regex( '' )
62d9b030 405
f56990fa 4065.30 2005-06-04 12:35:00
2343e117 407
f56990fa 408 - Fixed a bug where it was not possible to $c->forward to a
409 component
7e71fcce 410 that was not inheriting from Catalyst::Base.
599b5295 411 - Fix for inheritance bug.
a1dad9c1 412 - Allow forward with arguments.
2343e117 413 - Updated cookbook
e0143040 414 - Allow overriding home/root in config.
d2ee9760 415 - make module build cons README automatically.
416 - prettify home path by resolving '..' (Andy Grundman)
f56990fa 417 - improved helper templates a bit, new naming scheme for tests.
d2ee9760 418 - added support for case sensitivity, MyApp->config->{case_sensitive}
ef16e169 419 - added $c->detach for non-returning forwards
d2ee9760 420 - added unified error handling, Catalyst::Exception
421 - added section on param handling in Intro.pod
422 - added $c->request->cookie
423 - added Catalyst::Setup
424 - refactored Catalyst::import()
425 - improved rendering of error messages in debug mode
426 - fixed a bug in Catalyst::Helper::mk_dir
ef16e169 427 - further doc changes, esp. to Intro.pod
abddf0b5 428
49ba64d7 4295.23 2005-06-03 02:30:00
8a0ec4fd 430 - added support for non Catalyst::Base components to live in namespace
431 - improved concurrency connections in Catalyst::Engine::HTTP::Daemon
a268a011 432
d8cdbf30 4335.22 2005-05-26 14:24:00
d2ee9760 434 - improved base locating in MP engines
435 - improved error messages in C::E::HTTP::Daemon
436 - hostnames are now resolved on demand unless provided by engine
437 - fixed memory leak in $c->execute (Michael Reece, Matt S Trout)
99386274 438
db046247 4395.21 2005-05-24 14:56:00
b7b011a9 440 - fixed a bug in https detection
9ddd9d05 441 - fixed auto chain finally
895b2303 442 - added MYAPP_HOME and CATALYST_HOME environment variables
b7b011a9 443
61a0806c 4445.20 2005-05-18 19:52:00
a783a49e 445 - improved uploads and parameters
77d12cae 446 - added $c->req->protocol and $c->req->secure
447 - added $c->req->user and $c->req->uri
8f591211 448 - improved error message when forwarding to unknown module
91eeb37b 449 - fixed win32 installer
e88fa058 450 - added deep recursion detection
99d891a5 451 - fixed auto actions
e37b6309 452 - fixed inheritance in dispatcher
0299ba22 453 - allow whitespaces between brackets and quoted string
454 in Path and Regex attributes
97f1b4e7 455 - new helper templates
9cee9588 456 - installer now supports install_base and destdir
61a0806c 457 - allow multiple Catalyst apps to run on the same mod_perl
458 instance (not the same app!)
6890e598 459 - fixed MP2 engines
fc88e495 460 - removed apreq dependency from all MP engines
461 - added support for MP registry scripts
462 - added support for LocationMatch and ScriptAliasMatch in MP engines
6890e598 463 - added SpeedyCGI engine
a783a49e 464
61a0806c 4655.10 2005-04-23 11:16:00
a783a49e 466 - updated dependencies to require latest module::pluggable::fast
467 - new installer for templates and stuff using Module::Build
4f6748f1 468 - scripts are now prefixed, for being installable
469 IMPORTANT: You have to regenerate the script directory,
470 remove Makefile.PL and add Build.PL
adfe7ead 471 - Added compat to install Module::Build if required.
8f591211 472 - Improved: Params handling with MP engines
473 - Fixed: Params handling on POST with CGI engine (Andy Grundman)
474 - Fixed: Helper.pm on Win32 (Matt S Trout)
4f6748f1 475
61a0806c 4765.03 2005-04-19 20:35:00 (Revision 462)
a783a49e 477 - fixed Test example (Torsten Seeman)
478 - added Plugins chapter to manual
bbcadec7 479 - applied doc patch from Robert Boone <robert@rlb3.com>
a783a49e 480 - improved Dispatcher error messages.
481 - refactored so we don't need to include helper from
e9deb4dc 482 Catalyst.pm - Fixes issues with FindBin
5b2a599c 483 - applied HTTP.pm patch from Andy Grundman <andy@hybridized.org>
87232381 484 - added plugin() method for instant plugins
485 - FCGI is no more considered experimental
bbcadec7 486
61a0806c 4875.02 2005-04-18 10:00:00
2cf9bc57 488 - fixed manifest
489
61a0806c 4905.01 2005-04-17 23:00:00
d7953572 491 - some documentation bugs fixed
f05af9ba 492 - added Catalyst::Utils
eaf14ff4 493 - fixed regexp bug (Matt S Trout)
494 - fixed upload bug with MP19
495 - added $c->req->body
e27582bb 496 - aliased $c->res->output to $c->res->body
ddb46924 497 - Read AUTHOR from passwd or $ENV{AUTHOR} when
498 generating code.
8c8f7c51 499 - extended attribute handling
84cf74e7 500 - added global config for components
d7953572 501
61a0806c 5025.00 2005-04-15 18:00:00
0c28fbd7 503 - new core to support inheritance trees
504 - new syntax for action declaration
505 - new helper system using TT2
b76d7db8 506 - problems with mod_perl2 fixed
5a8fd7e9 507 - added Test::Pod support
6f4e1683 508 - added new server backend with HTTP/1.1 support
509 - added option to run tests against a remote server
0c28fbd7 510 - renamed errors() to error()
ca61af20 511 - more better docs
0c28fbd7 512 - countless minor improvements
ca61af20 513 IMPORTANT: This release is very incompatible to previous ones
514 and you have to regenerate the helper scripts again...
e519ff34 515
61a0806c 5164.34 2005-03-23 07:00:00 2005
9ada3267 517 - added some messages to Makefile.PL
00869ea8 518 - added Catalyst::Engine::Test
519 - added Catalyst::Engine::CGI::NPH
520 - simplified Catalyst::Log to be easier to implement/subclass
521 - added cgi.pl
6f4e1683 522 - updated Catalyst::Test to use Catalyst::Engine::Test
00869ea8 523 - updated helper scripts
524 IMPORTANT: this will be the last time you'll have to regenerate
525 the script directory. We promise!
9ada3267 526
61a0806c 5274.33 2005-03-23 01:00:00 2005
145074c2 528 - documented the log() accessor method in Catalyst (Andrew Ford)
82d2fcbe 529 - added optional arguments to Catalyst::Log methods (Andrew Ford)
a564a4be 530 - removed cgi-server.pl
ffb41d94 531 - added fcgi.pl and Catalyst::Engine::FCGI
b0b7c5e0 532 - fixed an undef durng make test (Dan Sully)
5442009c 533 - new path test (Christian Hansen)
534 IMPORTANT: you have to regenerate the script directory again
82d2fcbe 535
61a0806c 5364.32 2005-03-22 02:10:00 2005
caca1b02 537 - made a damn typo *AAAAAAAAAAAAAAHHHH!!!*
538
61a0806c 5394.31 2005-03-22 02:00:00
1c99e125 540 - fixed inheritance (Christian Hansen)
c0d174dc 541 - previous release was borked!
542 fixed that, but you have to regenerate the scripts again :(
1c99e125 543
61a0806c 5444.30 2005-03-21 23:00:00
d2cad154 545 - more documentation (Andrew Ford)
0556eb49 546 - added connection informations (Christian Hansen)
49faa307 547 - HTTP::Request support in Catalyst::Test (Christian Hansen)
3fde004f 548 - moved cgi.pl to nph-cgi.pl
a0bb847e 549 - added Catalyst::Engine::Server (Christian Hansen)
585893b9 550 - removed Catalyst::Test::server
551 - updated helper scripts
552 IMPORTANT: note that you have to regenerate script/server.pl,
553 script/cgi-server.pl and script/cgi.pl (now nph-cgi.pl)
0556eb49 554
61a0806c 5554.28 2005-03-19 22:00:00
502619e5 556 - fixed isa tree (Christian Hansen)
bc024080 557 - added script/cgi-server.pl, so no more server restarting after
558 code changes
559 - reworked documentation (Andrew Ford <A.Ford@ford-mason.co.uk>)
502619e5 560
61a0806c 5614.27 2005-03-19 01:00:00
c85ff642 562 - debug message for parameters
23f9d934 563 - Fix redirects (Christian Hansen <ch@ngmedia.com>)
b5524568 564 - some random fixes
565 - new helper api for Catalyst::Helper::* support
566 you have to update script/create.pl to use it
c85ff642 567
61a0806c 5684.26 2005-03-16 10:00:00
5783a9a5 569 - fixed the weird bug that caused regex actions to fail on every
570 second request
c85ff642 571 - more debug messages
748161c4 572 - 100% pod coverage.
5783a9a5 573
61a0806c 5744.25 2005-03-12 18:00:00
f1d0b7ea 575 - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
9a33da6a 576 - improved cgi engine docs (Christoper Hicks)
f1d0b7ea 577
61a0806c 5784.24 2005-03-12 01:00:00
aff93052 579 - updated cookbook example
5ae68c0d 580 - fixed base for apache and https (Andrew Ruthven)
aff93052 581
61a0806c 5824.23 2005-03-09 20:00:00
7e5adedd 583 - no more regex actions in forward
3cb1db8c 584 - added support for test directories t/m, t/v and t/c
7e5adedd 585
61a0806c 5864.22 2005-03-08 20:00:00
0b944e63 587 - catch errors in application class
aff93052 588 - handle die properly.
0b944e63 589
61a0806c 5904.21 2005-03-05 17:00:00
d01df17d 591 - fixed docs
592
61a0806c 5934.20 2005-03-04 22:00:00
91864987 594 - moved bin to script
595
61a0806c 5964.13 2005-03-03 11:00:00
0ea0c2c3 597 - improved documentation
1df125c9 598 - pod coverage test for helper generated apps
ad41e777 599 - new helper api
0ea0c2c3 600
61a0806c 6014.12 2005-03-02 11:00:00 2005
5ddd05a0 602 - server_base sucks, removed
9b2bc37b 603 - added $c->log->dump()
5ddd05a0 604
61a0806c 6054.11 2005-03-02 11:00:00 2005
7833fdfc 606 - removed some warnings
607 - improved docs
7242d068 608 - private prefixed actions override private non prefixed actions
8495c1de 609 - added server_base
4a6895ce 610 - updated Catalyst::Manual::Intro
7833fdfc 611
61a0806c 6124.10 2005-03-02 10:00:00 2005
7833fdfc 613 - improved documentation
614 - fixed upload bug
615 - fixed prefixed private actions bug
616 - fixed more little bugs
617
61a0806c 6184.01 2005-03-01 10:00:00 2005
03a53815 619 - improved documentation
d7c505f3 620 - documentation fixes (Johan Lindstrom)
03a53815 621
61a0806c 6224.00 2005-02-27 22:00:00
fc7ec1d9 623 - more verbose debug messages, especially for forward()
624 - implemented prefixed prvate actions, icluding built in
625 !?default, !?begin and !?end
626 - new Catalyst::Manual::Intro
627 - new helpers, bin/catalyst
628 - helper api
629
61a0806c 6303.11 2005-02-23 21:00:00
fc7ec1d9 631 - added dependency to UNIVERSAL::require (Marcus Ramberg)
632 - added a little workaround for a warning in Catalyst::Test
633 (Marcus Ramberg)
634 - improved documentation for actions
635
61a0806c 6363.10 2005-02-19 20:00:00
fc7ec1d9 637 - removed roles management from Catalyst::Engine
638 and added it to Catalyst::Plugin::Authentication::CDBI
639
61a0806c 6403.04 2005-02-17 21:00:00
fc7ec1d9 641 - error reporting for app class
642 - no more engine debug messages
643 - class->method forwards get resolved now
644
61a0806c 6453.03 2005-02-16 23:00:00
fc7ec1d9 646 - friendlier statistics
647
61a0806c 6483.02 2005-02-16 22:00:00
fc7ec1d9 649 - fixed unintialized actions (Marcus Ramberg)
650
61a0806c 6513.01 2005-02-16 20:30:00
fc7ec1d9 652 - better statistics
653
61a0806c 6543.00 2005-02-16 20:00:00
fc7ec1d9 655 - real version number for CPAN.pm
656 - fixed redirect in CGI engine
657 - more statistics in debug logs
658 - ? prefix for forward()
659
61a0806c 6602.99_15 2005-02-02 22:00:00
fc7ec1d9 661 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
662 - Replaced "Catched" with "Caught" in Catalyst::Engine
663 (Gary Ashton Jones)
664 - replaced _ with ! for private actions
665 - added ? for prefixed actions
666 - misc improvememts
667
61a0806c 6682.99_14 2005-01-31 22:00:00 2005
fc7ec1d9 669 - arguments for _default
670 - $c->entrance removed for more flexibility
671 - added $c->req->method
672
61a0806c 6732.99_13 2005-01-30 18:00:00 2005
fc7ec1d9 674 - POD fixes and improvements
675
61a0806c 6762.99_12 2005-01-28 22:00:00 2005
fc7ec1d9 677 - first development release