Merge 'trunk' into 'psgi'
authorTomas Doran <bobtfish@bobtfish.net>
Mon, 16 Aug 2010 18:31:59 +0000 (18:31 +0000)
committerTomas Doran <bobtfish@bobtfish.net>
Mon, 16 Aug 2010 18:31:59 +0000 (18:31 +0000)
commit8408d70a428be0de835bb09ade1ff86c58e1e094
tree81e0dc17024888c252b187a1c34e93bdd3c03e5b
parentbd6fe28d98bf906aab78aee7c0a246533e76e169
parent41a8bf1f4e417f1439866c09c08a3998ae81528a
Merge 'trunk' into 'psgi'

r15645@spaceinvaders (orig r13336):  t0m | 2010-06-10 10:54:11 +0100
Fix $self vs $class, davewood++
r15660@spaceinvaders (orig r13351):  rainboxx | 2010-06-15 12:53:05 +0100
Applied doc patches that might help to figure out how to receive component's config values.
r15672@spaceinvaders (orig r13363):  jester | 2010-06-22 21:47:45 +0100
Fixed typo

r15674@spaceinvaders (orig r13365):  bricas | 2010-06-24 13:52:20 +0100
add typo fix to Changes
r15689@spaceinvaders (orig r13380):  arcanez | 2010-07-03 01:04:07 +0100
remove extra '
r15716@spaceinvaders (orig r13407):  hobbs | 2010-07-09 10:40:44 +0100
Try harder to make finalize_error encoding-safe.

r15750@spaceinvaders (orig r13441):  t0m | 2010-07-28 22:39:41 +0100
 r15666@spaceinvaders (orig r13357):  jnapiorkowski | 2010-06-16 20:12:46 +0100
 new branch
 r15667@spaceinvaders (orig r13358):  jnapiorkowski | 2010-06-16 20:55:08 +0100
 broke out and documented action_class method
 r15749@spaceinvaders (orig r13440):  t0m | 2010-07-28 22:39:32 +0100
 Changelog

r15755@spaceinvaders (orig r13446):  t0m | 2010-07-28 23:00:14 +0100
 r15662@spaceinvaders (orig r13353):  t0m | 2010-06-15 22:15:31 +0100
 Branch for rt58057

 r15663@spaceinvaders (orig r13354):  t0m | 2010-06-15 22:17:32 +0100
 Commit standalone test, test which makes the TestApp blow up and the nasty workaround
 r15726@spaceinvaders (orig r13417):  t0m | 2010-07-23 13:29:21 +0100
 I know hobbs has a patch to add a load of these, but we should at least add (es)
 r15753@spaceinvaders (orig r13444):  t0m | 2010-07-28 22:56:25 +0100
 Entirely the wrong branch, idiot. Remove r13417
 r15754@spaceinvaders (orig r13445):  t0m | 2010-07-28 23:00:05 +0100
 Document the horrible, changelog. I'm going to merge this and fix a real issue as I don't have time to fuck around inside Moose right now and it's been waiting way too long already

r15756@spaceinvaders (orig r13447):  t0m | 2010-07-28 23:26:21 +0100
Fix TODO tests.
r15757@spaceinvaders (orig r13448):  t0m | 2010-07-28 23:26:31 +0100
Whitespace
r15760@spaceinvaders (orig r13451):  t0m | 2010-07-28 23:53:56 +0100
 r13095@spaceinvaders (orig r13059):  caelum | 2010-03-22 09:27:45 +0000
 branch to fix running under CGI on IIS
 r13097@spaceinvaders (orig r13061):  caelum | 2010-03-22 10:40:52 +0000
 fix for CGI on IIS
 r15759@spaceinvaders (orig r13450):  t0m | 2010-07-28 23:52:15 +0100
 Changelog

r15764@spaceinvaders (orig r13455):  t0m | 2010-07-29 01:58:32 +0100
Version 5.80025
r15766@spaceinvaders (orig r13457):  zarquon | 2010-07-29 11:26:51 +0100
advertise Catalyst::Plugin::SmartURI
r15767@spaceinvaders (orig r13458):  zarquon | 2010-07-29 11:28:09 +0100
stupid typo
r15777@spaceinvaders (orig r13468):  lukes | 2010-08-04 15:25:18 +0100
moved component name sort that happens in setup_components to locate_components to allow methods to wrap around locate_components
r15779@spaceinvaders (orig r13470):  rbuels | 2010-08-04 21:04:14 +0100
don't load Catalyst::Exception in Utils.pm BEGIN, because some Scripts::* load Utils before MyApp.pm, meaning that ::Exception::CATALYST_EXCEPTION_CLASS in MyApp.pm will not be respected
lib/Catalyst.pm
lib/Catalyst/Engine.pm
lib/Catalyst/Script/Server.pm