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