15 years agoRemove use of Catalyst::Base from the tests
Tomas Doran [Sun, 12 Apr 2009 18:08:06 +0000]
Remove use of Catalyst::Base from the tests

15 years agoFix base class deprecation
Marcus Ramberg [Sun, 12 Apr 2009 17:39:08 +0000]
Fix base class deprecation

15 years agoPrepare for maybe-release
Marcus Ramberg [Sun, 12 Apr 2009 17:38:59 +0000]
Prepare for maybe-release

15 years agoWhat the hell is this, what is it doing here?
Tomas Doran [Sun, 12 Apr 2009 16:36:19 +0000]
What the hell is this, what is it doing here?

15 years agoWarnings from C::Base
Tomas Doran [Sun, 12 Apr 2009 16:35:38 +0000]
Warnings from C::Base

15 years agoUpdate docs with new methods in ::Controller, update TODO
Tomas Doran [Sun, 12 Apr 2009 16:05:35 +0000]
Update docs with new methods in ::Controller, update TODO

15 years agoWrite blurb about C3 fail
Tomas Doran [Sun, 12 Apr 2009 15:48:58 +0000]
Write blurb about C3 fail

15 years agoUpdate todo
Tomas Doran [Sun, 12 Apr 2009 15:39:44 +0000]
Update todo

15 years agoDoc tidy up wrt plugin method
Tomas Doran [Sun, 12 Apr 2009 15:36:31 +0000]
Doc tidy up wrt plugin method

15 years agoRemove TODO, still breaks CX::Imports, but don't care..
Tomas Doran [Sun, 12 Apr 2009 15:21:18 +0000]
Remove TODO, still breaks CX::Imports, but don't care..

15 years agoChangelogging
Tomas Doran [Sun, 12 Apr 2009 15:19:55 +0000]
Changelogging

15 years agoMerge branch 'register_actions'
Florian Ragwitz [Sun, 12 Apr 2009 13:28:23 +0000]
Merge branch 'register_actions'

register_actions:
remove trailing whitespace
mis-rebase
split out methods to show rafl what I mean
Tidy error, remove debug, tidy warn.
And fix it properly.
We actually need Moose::Object::meta to avoid metaclass incompat fail, or at least this fixes the test..
Bump MX::MethodAttributes::Inheritable dep
Update todo having gone through all the smokes
Metaclass compatibility fail. This needs to be reduced to a test for Moose..
List of things from smokes which appear to fail here
backout, wrong branch fail
Update TODO
Use get_all_methods_with_attributes to get all possible actions.
Update prereqs.
Don't stringify the meta method. Use its name instead.
First steps towards throwing out attributes.
Create branch register_actions.

Conflicts:
Changes
Makefile.PL

15 years agoDepend on latest MX::E::CAF to work with new Moose versions.
Florian Ragwitz [Wed, 8 Apr 2009 22:29:03 +0000]
Depend on latest MX::E::CAF to work with new Moose versions.

15 years agoremove trailing whitespace
Hans Dieter Pearcey [Tue, 7 Apr 2009 20:36:10 +0000]
remove trailing whitespace

15 years agomis-rebase
Hans Dieter Pearcey [Tue, 7 Apr 2009 20:33:34 +0000]
mis-rebase

15 years agosplit out methods to show rafl what I mean
Hans Dieter Pearcey [Tue, 7 Apr 2009 20:31:51 +0000]
split out methods to show rafl what I mean

15 years agoadd uri_for_action to Changes
Hans Dieter Pearcey [Fri, 3 Apr 2009 02:55:15 +0000]
add uri_for_action to Changes

15 years agoMerge branch 'uri_for_action'
Hans Dieter Pearcey [Fri, 3 Apr 2009 02:53:45 +0000]
Merge branch 'uri_for_action'

15 years agoremove trailing whitespace
Hans Dieter Pearcey [Fri, 3 Apr 2009 02:49:13 +0000]
remove trailing whitespace

15 years agoTidy error, remove debug, tidy warn.
Tomas Doran [Thu, 2 Apr 2009 00:49:35 +0000]
Tidy error, remove debug, tidy warn.

15 years agoAnd fix it properly.
Tomas Doran [Thu, 2 Apr 2009 00:40:57 +0000]
And fix it properly.

15 years agoWe actually need Moose::Object::meta to avoid metaclass incompat fail, or at least...
Tomas Doran [Thu, 2 Apr 2009 00:23:26 +0000]
We actually need Moose::Object::meta to avoid metaclass incompat fail, or at least this fixes the test..

15 years agoBump MX::MethodAttributes::Inheritable dep
Tomas Doran [Wed, 1 Apr 2009 23:20:30 +0000]
Bump MX::MethodAttributes::Inheritable dep

15 years agoInclude only the things we actually want in the dist.
Tomas Doran [Wed, 1 Apr 2009 00:12:19 +0000]
Include only the things we actually want in the dist.

15 years agoNeed new Moose, otherwise stuff which requires new CMOP causes lossage when Moose...
Tomas Doran [Tue, 31 Mar 2009 23:15:33 +0000]
Need new Moose, otherwise stuff which requires new CMOP causes lossage when Moose doesn't upgrade

15 years agoChangelogging.
Florian Ragwitz [Sun, 29 Mar 2009 19:00:43 +0000]
Changelogging.

15 years agoAdopt Catalyst::ClassData to latest Class::MOP::Class changes.
Florian Ragwitz [Sun, 29 Mar 2009 18:58:04 +0000]
Adopt Catalyst::ClassData to latest Class::MOP::Class changes.

Also depend on the latest Class::MOP.

15 years agoinclude test for failure mode
Hans Dieter Pearcey [Sat, 28 Mar 2009 05:01:57 +0000]
include test for failure mode

15 years agoadd uri_for_action and switch tests to use it
Hans Dieter Pearcey [Sat, 28 Mar 2009 04:49:21 +0000]
add uri_for_action and switch tests to use it

15 years agoMake mk_classdata fail if the class' metaclass is not a Class::MOP::Class.
Florian Ragwitz [Fri, 27 Mar 2009 06:01:59 +0000]
Make mk_classdata fail if the class' metaclass is not a Class::MOP::Class.

15 years agoPod formatting fix.
Florian Ragwitz [Fri, 27 Mar 2009 04:39:48 +0000]
Pod formatting fix.

15 years agoMerge up r9572 and r9577 from 5.70
Tomas Doran [Wed, 25 Mar 2009 20:23:59 +0000]
Merge up r9572 and r9577 from 5.70

15 years agoadd $res->code to Changes
Hans Dieter Pearcey [Wed, 25 Mar 2009 16:29:43 +0000]
add $res->code to Changes

15 years agoadd Catalyst::Response->code
Hans Dieter Pearcey [Wed, 25 Mar 2009 16:29:02 +0000]
add Catalyst::Response->code

15 years agoChange plugin warning cut-off release, expand on config accessor after discussion...
Tomas Doran [Tue, 24 Mar 2009 02:10:46 +0000]
Change plugin warning cut-off release, expand on config accessor after discussion in #catalyst the other day.

15 years agot0m++ fixed go/visit.
Florian Ragwitz [Mon, 23 Mar 2009 18:00:29 +0000]
t0m++ fixed go/visit.

15 years agoAdd debug log in uri_for when uri_for_action returns undef.
Tim Bunce [Mon, 23 Mar 2009 12:59:20 +0000]
Add debug log in uri_for when uri_for_action returns undef.

15 years agoClarify fastcgi engine docs
Tomas Doran [Sun, 22 Mar 2009 13:53:35 +0000]
Clarify fastcgi engine docs

15 years agoUpdate todo having gone through all the smokes
Tomas Doran [Sun, 22 Mar 2009 03:26:24 +0000]
Update todo having gone through all the smokes

15 years agoMetaclass compatibility fail. This needs to be reduced to a test for Moose..
Tomas Doran [Sun, 22 Mar 2009 02:05:29 +0000]
Metaclass compatibility fail. This needs to be reduced to a test for Moose..

15 years agoMerge 'add_captures_to_visit' into 'trunk'
Tomas Doran [Sun, 22 Mar 2009 01:28:46 +0000]
Merge 'add_captures_to_visit' into 'trunk'

r9541@dhcp-68 (orig r9539):  t0m | 2009-03-21 15:03:21 +0000
Visit currently does nothing with CaptureArgs, as failing tests in trunk demonstrate.
Branch as fixing this involves multiple commits and changing the visit api, etc..

r9542@dhcp-68 (orig r9540):  t0m | 2009-03-21 15:04:33 +0000
Make CaptureArgs get passed, this makes the test less fail, but not perfect yet. Also, needs docs..
r9543@dhcp-68 (orig r9541):  t0m | 2009-03-21 15:17:38 +0000
Fix the go test
r9544@dhcp-68 (orig r9542):  t0m | 2009-03-21 15:54:33 +0000
Doc changes for passing CaptureArgs
r9545@dhcp-68 (orig r9543):  t0m | 2009-03-21 15:56:08 +0000
Hack _invoke_as_component in a horrible way, so that it gives us back a path Action if it can, which makes >visit work correctly with qw/MyApp::Controller::Chained method_name/. I feel dirty, but it makes the test pass..
r9546@dhcp-68 (orig r9544):  t0m | 2009-03-21 18:04:06 +0000
Much cleaner. The visit class test wasn't actually testing visiting the class, so I fixed that and made the English in the error message more correct (IMO)
r9547@dhcp-68 (orig r9545):  t0m | 2009-03-21 18:11:04 +0000
Unfuck last commit, fix go tests, remove unneeded crud from TestApp, add FIXME for more cleanup
r9548@dhcp-68 (orig r9546):  t0m | 2009-03-21 20:39:52 +0000
Cleanup, changelog

15 years agoList of things from smokes which appear to fail here
Tomas Doran [Sun, 22 Mar 2009 01:18:31 +0000]
List of things from smokes which appear to fail here

15 years agoMake chaining to yourself explode at app load time + tests from bug ash found, remove...
Tomas Doran [Sun, 22 Mar 2009 00:16:04 +0000]
Make chaining to yourself explode at app load time + tests from bug ash found, remove his test as no longer needed

15 years agoCleanup, changelog
Tomas Doran [Sat, 21 Mar 2009 20:39:52 +0000]
Cleanup, changelog

15 years agoUnfuck last commit, fix go tests, remove unneeded crud from TestApp, add FIXME for...
Tomas Doran [Sat, 21 Mar 2009 18:11:04 +0000]
Unfuck last commit, fix go tests, remove unneeded crud from TestApp, add FIXME for more cleanup

15 years agoMuch cleaner. The visit class test wasn't actually testing visiting the class, so...
Tomas Doran [Sat, 21 Mar 2009 18:04:06 +0000]
Much cleaner. The visit class test wasn't actually testing visiting the class, so I fixed that and made the English in the error message more correct (IMO)

15 years agoHack _invoke_as_component in a horrible way, so that it gives us back a path Action...
Tomas Doran [Sat, 21 Mar 2009 15:56:08 +0000]
Hack _invoke_as_component in a horrible way, so that it gives us back a path Action if it can, which makes >visit work correctly with qw/MyApp::Controller::Chained method_name/. I feel dirty, but it makes the test pass..

15 years agoDoc changes for passing CaptureArgs
Tomas Doran [Sat, 21 Mar 2009 15:54:33 +0000]
Doc changes for passing CaptureArgs

15 years agoFix the go test
Tomas Doran [Sat, 21 Mar 2009 15:17:38 +0000]
Fix the go test

15 years agoMake CaptureArgs get passed, this makes the test less fail, but not perfect yet....
Tomas Doran [Sat, 21 Mar 2009 15:04:33 +0000]
Make CaptureArgs get passed, this makes the test less fail, but not perfect yet. Also, needs docs..

15 years agoMerge r9534 renaming kanes crequest to ctx_request up from 5.70 trunk. 5.80 is now...
Tomas Doran [Sat, 21 Mar 2009 14:21:44 +0000]
Merge r9534 renaming kanes crequest to ctx_request up from 5.70 trunk. 5.80 is now up to date with all changes in 5.70

15 years agoAdd the test from r9505, move the new method out of the POD where patch put it, and...
Tomas Doran [Sat, 21 Mar 2009 14:16:33 +0000]
Add the test from r9505, move the new method out of the POD where patch put it, and change to use _dispatch_types to suppress warning

15 years agoMerge up ashs r9505 from 5.70
Tomas Doran [Sat, 21 Mar 2009 14:08:25 +0000]
Merge up ashs r9505 from 5.70

15 years agorename crequest to ctx_request on request of #cat-dev
Jos Boumans [Fri, 20 Mar 2009 15:47:40 +0000]
rename crequest to ctx_request on request of #cat-dev
fix docs & tests
add a note in the changelog about it

15 years agoMake the list actually come out as a list when you pod2html
Tomas Doran [Fri, 20 Mar 2009 14:18:49 +0000]
Make the list actually come out as a list when you pod2html

15 years agoPort kanes r9520 up to 5.80 trunk
Tomas Doran [Fri, 20 Mar 2009 14:17:09 +0000]
Port kanes r9520 up to 5.80 trunk

15 years agoAdd Catalyst::Test::crequest to return both HTTP::Response object & $c for
Jos Boumans [Wed, 18 Mar 2009 16:34:44 +0000]
Add Catalyst::Test::crequest to return both HTTP::Response object & $c for
local requests
Add extensive tests for this, as well as the old Cat::Test methods (largely
untested before)
Update Cat::Test docs to reflect crequest
Small doc tweaks in Cat::Test to improve readability

15 years agoAdd test for looping DispatchType::Chained->list
Ash Berlin [Mon, 16 Mar 2009 13:56:14 +0000]
Add test for looping DispatchType::Chained->list

15 years agodebug() POD rewrite
Jay Hannah [Tue, 10 Mar 2009 20:51:43 +0000]
debug() POD rewrite

15 years agoTake 2, update TODO
Tomas Doran [Fri, 6 Mar 2009 22:51:54 +0000]
Take 2, update TODO

15 years agobackout, wrong branch fail
Tomas Doran [Fri, 6 Mar 2009 22:48:37 +0000]
backout, wrong branch fail

15 years agoUpdate TODO
Tomas Doran [Fri, 6 Mar 2009 22:29:50 +0000]
Update TODO

15 years agoBackport failing test into 5.70 trunk
Tomas Doran [Wed, 4 Mar 2009 23:19:20 +0000]
Backport failing test into 5.70 trunk

15 years agoMake Moose components collaberate with non-Moose Catalyst
Tomas Doran [Wed, 4 Mar 2009 21:52:30 +0000]
Make Moose components collaberate with non-Moose Catalyst

15 years agoFAILCAKE, I only meant to TODO
Tomas Doran [Wed, 4 Mar 2009 16:53:02 +0000]
FAILCAKE, I only meant to TODO

15 years agoFrom #catalyst-dev before
Tomas Doran [Wed, 4 Mar 2009 16:51:23 +0000]
From #catalyst-dev before

15 years agoAdd failing test for passing arguments to visited chained actions.
Florian Ragwitz [Sun, 1 Mar 2009 21:02:52 +0000]
Add failing test for passing arguments to visited chained actions.

Courtesy of Radoslaw Zielinski.

15 years agoApply doc patch from Genius_Spot
Kennedy Clark [Wed, 25 Feb 2009 20:43:49 +0000]
Apply doc patch from Genius_Spot

15 years agoEWRONGBRANCH Back out -r9378:9377.
Tomas Doran [Sat, 21 Feb 2009 01:27:02 +0000]
EWRONGBRANCH Back out -r9378:9377.

15 years agoAdd patch from dwc to warn about c->req->user deprecation
Tomas Doran [Sat, 21 Feb 2009 01:09:40 +0000]
Add patch from dwc to warn about c->req->user deprecation

15 years agoSkip NEXT warning tests on stable releases.
Florian Ragwitz [Fri, 20 Feb 2009 17:25:45 +0000]
Skip NEXT warning tests on stable releases.

15 years agoUnbreak disabling of NEXT warnings on non-dev releases.
Florian Ragwitz [Fri, 20 Feb 2009 17:25:38 +0000]
Unbreak disabling of NEXT warnings on non-dev releases.

15 years agoUpdate TODO
Tomas Doran [Fri, 20 Feb 2009 16:59:06 +0000]
Update TODO

15 years agoUpgrade that debug statement to a warning + test we get the warning we expect to
Tomas Doran [Fri, 20 Feb 2009 16:58:59 +0000]
Upgrade that debug statement to a warning + test we get the warning we expect to

15 years agoShut up warnings we don't care about and are explicitly testing elsewhere
Tomas Doran [Fri, 20 Feb 2009 16:58:50 +0000]
Shut up warnings we don't care about and are explicitly testing elsewhere

15 years agoLame hack to make the warnings about component resolution not hard code ->model in...
Tomas Doran [Fri, 20 Feb 2009 16:58:43 +0000]
Lame hack to make the warnings about component resolution not hard code ->model in the warnings message

15 years agoChangelogging
Tomas Doran [Fri, 20 Feb 2009 16:58:34 +0000]
Changelogging

15 years agoActually, remove this as I have covered it all. We later need to be able to warn...
Tomas Doran [Fri, 20 Feb 2009 16:58:25 +0000]
Actually, remove this as I have covered it all. We later need to be able to warn about versions of things which are disrecommended, rather than being in total conflict, but thats trivial..

15 years agoPull the code which makes reading the Makefile.PL out into functions so that you...
Tomas Doran [Fri, 20 Feb 2009 16:58:17 +0000]
Pull the code which makes reading the Makefile.PL out into functions so that you don't have to wade through crap. Change the way conflicts are reported to be a nicer format (imo). Other assorted minor cleanups

15 years agoI always got full marks on spelling tests when I was a kid... Ok, I'm full of lies...
Tomas Doran [Fri, 20 Feb 2009 16:58:08 +0000]
I always got full marks on spelling tests when I was a kid... Ok, I'm full of lies, I can't spell for sh*t.

15 years agoAnd cover the rest of Upgrading.pod
Tomas Doran [Fri, 20 Feb 2009 16:58:00 +0000]
And cover the rest of Upgrading.pod

15 years agoFixed link to Catalyst plugins on the autogenerated fresh app page
Dan Dascalescu [Fri, 20 Feb 2009 12:10:01 +0000]
Fixed link to Catalyst plugins on the autogenerated fresh app page

15 years agoFixed link to Catalyst plugins on the autogenerated fresh app page
Dan Dascalescu [Fri, 20 Feb 2009 12:10:01 +0000]
Fixed link to Catalyst plugins on the autogenerated fresh app page

15 years agoeval $VERSION to avoid non-numeric warnings.
Florian Ragwitz [Fri, 20 Feb 2009 10:32:15 +0000]
eval $VERSION to avoid non-numeric warnings.

15 years agoGet half way through the Upgrading brush up
Tomas Doran [Fri, 20 Feb 2009 00:24:43 +0000]
Get half way through the Upgrading brush up

15 years agoFix my retardedness with ::MVC:: warning having no conditional. Pull all the stuff...
Tomas Doran [Fri, 20 Feb 2009 00:24:36 +0000]
Fix my retardedness with ::MVC:: warning having no conditional. Pull all the stuff which warns out into its own app so that the test suite is less shouty

15 years agoChangelogging
Tomas Doran [Fri, 20 Feb 2009 00:24:26 +0000]
Changelogging

15 years agoUse get_all_methods_with_attributes to get all possible actions.
Florian Ragwitz [Thu, 19 Feb 2009 07:18:54 +0000]
Use get_all_methods_with_attributes to get all possible actions.

The list returned by get_all_methods_with_attributes has the same order in
which the methods have been created. This fixes the last four failing tests.

15 years agoUpdate prereqs.
Florian Ragwitz [Thu, 19 Feb 2009 05:21:59 +0000]
Update prereqs.

15 years agoDon't stringify the meta method. Use its name instead.
Florian Ragwitz [Thu, 19 Feb 2009 05:21:51 +0000]
Don't stringify the meta method. Use its name instead.

15 years agoFirst steps towards throwing out attributes.
Florian Ragwitz [Thu, 19 Feb 2009 05:21:45 +0000]
First steps towards throwing out attributes.

15 years agoCreate branch register_actions.
Florian Ragwitz [Thu, 19 Feb 2009 05:16:12 +0000]
Create branch register_actions.

15 years agoDon't run the moose controller test if Moose isn't available
Florian Ragwitz [Thu, 19 Feb 2009 01:29:05 +0000]
Don't run the moose controller test if Moose isn't available

15 years agoDon't set up the moose controller unless Moose is available.
Florian Ragwitz [Thu, 19 Feb 2009 01:28:58 +0000]
Don't set up the moose controller unless Moose is available.

15 years agoRemove uneccesary code i accidentially copied from another test.
Florian Ragwitz [Thu, 19 Feb 2009 01:28:51 +0000]
Remove uneccesary code i accidentially copied from another test.

15 years agoRemove uneccesary code i accidentially copied from another test.
Florian Ragwitz [Thu, 19 Feb 2009 01:28:39 +0000]
Remove uneccesary code i accidentially copied from another test.

15 years agobackport test for moose controller instances being constructed properly from 5.80.
Florian Ragwitz [Thu, 19 Feb 2009 01:22:09 +0000]
backport test for moose controller instances being constructed properly from 5.80.

15 years agoAdd test for moose controller instances being constructed properly.
Florian Ragwitz [Thu, 19 Feb 2009 01:20:15 +0000]
Add test for moose controller instances being constructed properly.

15 years agoExclude CatalystX
Tomas Doran [Wed, 18 Feb 2009 23:32:39 +0000]
Exclude CatalystX

15 years agoFirst crack at deprecating ::[MVC]:: style names. No tests yet, tough poo.
Tomas Doran [Wed, 18 Feb 2009 22:58:55 +0000]
First crack at deprecating ::[MVC]:: style names. No tests yet, tough poo.