From: J. Shirley Date: Mon, 3 Nov 2008 23:20:57 +0000 (+0000) Subject: Merge 'trunk' into 'proxystuff' X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=cb444200fdf24eed7ce342cabb51f43118e24f24 Merge 'trunk' into 'proxystuff' r14608@tengu (orig r7809): bricas | 2008-05-26 17:40:53 -0700 Get some of the optional_* tests working from dirs with spaces (RT #26455) r14609@tengu (orig r7810): bricas | 2008-05-26 18:43:13 -0700 fix up test to match release. r14610@tengu (orig r7811): bricas | 2008-05-26 19:42:11 -0700 Fix Catalyst::Utils::home() when application .pm is in the current dir (RT #34437) r14612@tengu (orig r7857): bricas | 2008-05-29 06:01:03 -0700 Added the ability to remove parameters in req->uri_with() by passing in an undef value (RT #34782) r14619@tengu (orig r7936): bricas | 2008-06-20 11:14:11 -0700 remove a confusing and duplicate bit of documentation r14620@tengu (orig r7938): bricas | 2008-06-23 06:38:24 -0700 Fix for LocalRegex when used in the Root controller r14621@tengu (orig r7995): bricas | 2008-06-23 15:01:06 -0700 Update HTTP::Body dep so that the uploadtmp config value will work (RT #22540) r14622@tengu (orig r7996): bricas | 2008-06-23 17:14:21 -0700 remove 0-length query string components so warnings aren't thrown (RT #36428) r14624@tengu (orig r8000): marcus | 2008-06-25 12:08:09 -0700 merge compres branch r14626@tengu (orig r8002): marcus | 2008-06-25 13:16:15 -0700 merge go branch. r14627@tengu (orig r8003): marcus | 2008-06-25 13:38:36 -0700 Prepare for 5.7099_01 r14628@tengu (orig r8006): marcus | 2008-06-25 23:48:13 -0700 Add go to changes r14629@tengu (orig r8011): marcus | 2008-06-27 02:19:04 -0700 Fix warning for dev versions r14630@tengu (orig r8012): bricas | 2008-06-27 05:06:54 -0700 rescue :PathPrefix from an old branch r14631@tengu (orig r8053): bricas | 2008-06-30 05:19:10 -0700 nuked Catalyst::Build r14632@tengu (orig r8054): bricas | 2008-06-30 07:58:05 -0700 authors cleanup r14633@tengu (orig r8057): bricas | 2008-06-30 09:25:16 -0700 missed one r14634@tengu (orig r8106): t0m | 2008-07-12 05:02:32 -0700 Clarify inner package behavior of companent instantation in the POD. (no 1 of 2 doc patches I promised mst) r14635@tengu (orig r8114): bricas | 2008-07-14 11:20:11 -0700 Updated Catalyst::Test docs to mention the use of HTTP::Request objects (Rafael Kitover) r14636@tengu (orig r8124): marcus | 2008-07-16 10:13:20 -0700 Prepare 5.7100 r14637@tengu (orig r8125): bricas | 2008-07-16 10:23:53 -0700 removing some Dumpers r14638@tengu (orig r8126): marcus | 2008-07-16 10:32:35 -0700 prepare for devel release r14639@tengu (orig r8128): bricas | 2008-07-16 17:37:48 -0700 doc typo fix (rafl) r14640@tengu (orig r8134): bricas | 2008-07-17 08:33:07 -0700 tiny doc update r14641@tengu (orig r8135): bricas | 2008-07-17 17:01:14 -0700 Fix regression for regexp fallback in model(), view() and controller() r14642@tengu (orig r8136): bricas | 2008-07-17 18:21:07 -0700 more fixes to regexp fallback, ugh. r14643@tengu (orig r8138): bricas | 2008-07-18 04:23:28 -0700 Added the supplied argument to the regexp fallback warning for easier debugging r14644@tengu (orig r8140): bricas | 2008-07-18 05:29:44 -0700 Ensure ACCEPT_CONTEXT is called for results from component() r14645@tengu (orig r8141): bricas | 2008-07-18 06:20:02 -0700 add a test for ACCEPT_CONTEXT from regex fallback in view() r14646@tengu (orig r8143): marcus | 2008-07-20 01:11:37 -0700 Prepare for _03 dev release r14647@tengu (orig r8149): dandv | 2008-07-22 14:26:55 -0700 Added warnign that path_to() should be called after MyApp->setup, which sets $c->config->{home} r14648@tengu (orig r8151): dandv | 2008-07-23 03:56:29 -0700 Undoing my commit since the issue had been fixed in Catalyst::Devel 1.08 (#37869) r14873@tengu (orig r8161): marcus | 2008-07-24 23:56:31 -0700 Add chained go tests r14874@tengu (orig r8175): ash | 2008-08-01 09:58:25 -0700 TODO tests added for :ChainedParent and :Chained('../action') atrs r14875@tengu (orig r8185): castaway | 2008-08-05 13:21:25 -0700 Switch syntax example for model to use create=static r14876@tengu (orig r8194): marcus | 2008-08-06 13:19:47 -0700 Add pt translation of error msg r14877@tengu (orig r8195): bricas | 2008-08-07 04:51:10 -0700 tidy up the name of module in pod r14878@tengu (orig r8196): bricas | 2008-08-07 09:31:31 -0700 Fix some Win32 test failures r14879@tengu (orig r8197): bricas | 2008-08-08 07:08:12 -0700 go() cannot dispatch to anon. actions, fix code and tests to match. r14880@tengu (orig r8199): bricas | 2008-08-08 12:35:45 -0700 pod fix r14881@tengu (orig r8231): matthewt | 2008-08-18 05:02:54 -0700 merge rafl's test r14882@tengu (orig r8232): gbjk | 2008-08-18 12:03:08 -0700 DispatchType/Chained: A chain of equal actions but less captures should win over one with more captures. Less captures is taken to mean it did so less ambiguously, and therefore wins the fight. A chain of more actions will lose to one of less actions even if it had less captures, though. i.e.: Actions beat Captures, but Captures decide betwixt Actions. r14883@tengu (orig r8235): zarquon | 2008-08-20 11:25:20 -0700 r13745@harold: kd | 2008-08-20 19:24:42 +0100 improvements to redirect doc r14884@tengu (orig r8271): rafl | 2008-08-24 12:31:44 -0700 Move :Chained sugar out of DispatchType::Chained. r14885@tengu (orig r8272): rafl | 2008-08-24 12:31:53 -0700 Fix tests for ../action chaining. rootdef is an endaction; the tests expect two args for chained_rel. r14886@tengu (orig r8273): rafl | 2008-08-24 12:32:00 -0700 Implement :Chained('../action'). r14887@tengu (orig r8274): rafl | 2008-08-24 12:32:08 -0700 Implement :ChainedParent. r14888@tengu (orig r8275): rafl | 2008-08-24 12:32:14 -0700 UnTODO :Chained('../action') tests. r14889@tengu (orig r8276): rafl | 2008-08-24 12:32:21 -0700 Test :Chained('../../action'). r14890@tengu (orig r8277): rafl | 2008-08-24 12:32:27 -0700 Implement relative chaining over more than one level. r14891@tengu (orig r8278): rafl | 2008-08-24 12:32:34 -0700 UnTODO tests for relative chaining over multiple levels. r14892@tengu (orig r8282): rafl | 2008-08-25 10:28:56 -0700 Add a test controller for :Chained('../../action'). Forgot to add it in r8276. r14893@tengu (orig r8295): rafl | 2008-08-26 08:20:04 -0700 Changelogging. r14997@tengu (orig r8326): rafl | 2008-09-02 04:48:19 -0700 Mention PathPrefix in Chained docs. r14998@tengu (orig r8327): rafl | 2008-09-02 04:48:31 -0700 Document :Chained('../action'). r14999@tengu (orig r8328): rafl | 2008-09-02 04:48:44 -0700 Document :ChainedParent. r16703@tengu (orig r8494): castaway | 2008-10-01 12:25:32 -0700 Improve docs for uri_for r16803@tengu (orig r8531): matthewt | 2008-10-15 12:17:30 -0700 back out go() so we can ship a 5.7100 with other features and bugfixes r16804@tengu (orig r8533): andyg | 2008-10-15 12:23:04 -0700 Workaround change in LWP that broke a cookie test (RT #40037) --- cb444200fdf24eed7ce342cabb51f43118e24f24