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 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 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 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 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 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.

15 years agoNot warning for ^Catalyst in release versions done
Tomas Doran [Wed, 18 Feb 2009 22:58:50 +0000]
Not warning for ^Catalyst in release versions done

15 years agoAdd comment to clarify, update TODO
Tomas Doran [Wed, 18 Feb 2009 22:58:43 +0000]
Add comment to clarify, update TODO

15 years agoMore accurate
Tomas Doran [Tue, 17 Feb 2009 01:33:55 +0000]
More accurate

15 years agoAdd POD for setup_actions method in dispatcher, slight whitespace cleanups. Re-write...
Tomas Doran [Tue, 17 Feb 2009 01:33:49 +0000]
Add POD for setup_actions method in dispatcher, slight whitespace cleanups. Re-write docs about dispatcher method deprecation

15 years agoDon't barf by trying to make roles mutable.
Tomas Doran [Sun, 15 Feb 2009 11:02:56 +0000]
Don't barf by trying to make roles mutable.

15 years agoI don't get why the test app doesn't trigger this but my app does, so I fix
Tomas Doran [Sun, 15 Feb 2009 10:11:34 +0000]
I don't get why the test app doesn't trigger this but my app does, so I fix

15 years agoAdd docs, and don't bother to make components mutable if you can detect packages...
Tomas Doran [Sun, 15 Feb 2009 05:23:07 +0000]
Add docs, and don't bother to make components mutable if you can detect packages as they compile

15 years agoMake restarters immutable handling less naive + tests
Tomas Doran [Sun, 15 Feb 2009 05:22:59 +0000]
Make restarters immutable handling less naive + tests

15 years agoShould commit the new controller also
Tomas Doran [Sun, 15 Feb 2009 05:22:49 +0000]
Should commit the new controller also

15 years agotypo
Tomas Doran [Sun, 15 Feb 2009 05:22:43 +0000]
typo

15 years agoImmutable components no longer break the restarter for the simple case
Tomas Doran [Sun, 15 Feb 2009 05:17:19 +0000]
Immutable components no longer break the restarter for the simple case

15 years agoBump Moose prereq
Tomas Doran [Sat, 14 Feb 2009 18:23:47 +0000]
Bump Moose prereq

15 years agoUpdate TODO
Tomas Doran [Sat, 14 Feb 2009 18:23:38 +0000]
Update TODO

15 years agoMake ActionContainer use BUILDARGS instead of wrapping the constructor.
Florian Ragwitz [Sat, 14 Feb 2009 05:57:23 +0000]
Make ActionContainer use BUILDARGS instead of wrapping the constructor.

15 years agoStop confusing future readers by removing code that doesn't actually do anything.
Florian Ragwitz [Thu, 12 Feb 2009 09:58:01 +0000]
Stop confusing future readers by removing code that doesn't actually do anything.

<@t0m> looks like paranoia/Class::Inspector related hackery to me. rip it out if it doesn't break. :)

15 years agoUse Moose::Util::find_meta instead of ->Class::MOP::Object::meta.
Florian Ragwitz [Thu, 12 Feb 2009 00:23:27 +0000]
Use Moose::Util::find_meta instead of ->Class::MOP::Object::meta.

15 years agonamespace::clean Catalyst::Controller.
Florian Ragwitz [Thu, 12 Feb 2009 00:23:18 +0000]
namespace::clean Catalyst::Controller.

15 years agoChangelogging
Tomas Doran [Tue, 10 Feb 2009 22:46:35 +0000]
Changelogging

15 years agoThis did never work, has never worked, etc. Writing tests for the environment (to...
Tomas Doran [Tue, 10 Feb 2009 22:46:30 +0000]
This did never work, has never worked, etc. Writing tests for the environment (to show up the FCGI thing discussed in channel the other day) now works in the obvious way

15 years agoBy the point that you get here, $reference is already true due to autovivifcation...
Tomas Doran [Tue, 10 Feb 2009 22:46:23 +0000]
By the point that you get here, $reference is already true due to autovivifcation. lame.

15 years agoClean imports from Catalyst::Utils.
Florian Ragwitz [Sun, 8 Feb 2009 19:25:15 +0000]
Clean imports from Catalyst::Utils.

15 years agoClean Time::HiRes imports from Catalyst::Stats.
Florian Ragwitz [Sun, 8 Feb 2009 19:25:10 +0000]
Clean Time::HiRes imports from Catalyst::Stats.

15 years agoDon't load Scalar::Util. It isn't used directly.
Florian Ragwitz [Sun, 8 Feb 2009 19:25:04 +0000]
Don't load Scalar::Util. It isn't used directly.

15 years agoClean IO::Socket imports from Catalyst::Request.
Florian Ragwitz [Sun, 8 Feb 2009 19:24:57 +0000]
Clean IO::Socket imports from Catalyst::Request.

15 years agoOnly use the imported version of Scalar::Util::blessed for consistency.
Florian Ragwitz [Sun, 8 Feb 2009 16:48:34 +0000]
Only use the imported version of Scalar::Util::blessed for consistency.

15 years agoDon't import blessed from Scalar::Util. Moose/Moose::Role does that already.
Florian Ragwitz [Sun, 8 Feb 2009 16:48:26 +0000]
Don't import blessed from Scalar::Util. Moose/Moose::Role does that already.

15 years agoDon't use Time::HiRes in Catalyst.pm. It's only used in ::Stats, which imports it...
Florian Ragwitz [Sun, 8 Feb 2009 16:37:46 +0000]
Don't use Time::HiRes in Catalyst.pm. It's only used in ::Stats, which imports it itself.

15 years agoDon't import weaken from Scalar::Util. It's not being used anyway.
Florian Ragwitz [Sun, 8 Feb 2009 16:37:40 +0000]
Don't import weaken from Scalar::Util. It's not being used anyway.

15 years agoWorkaround for unknown namespace::clean + Sub::Exporter + perl -d problem.
Florian Ragwitz [Sun, 8 Feb 2009 16:29:06 +0000]
Workaround for unknown namespace::clean + Sub::Exporter + perl -d problem.

15 years agoDon't import the Test::More exports into Catalyst::Test.
Florian Ragwitz [Sun, 8 Feb 2009 16:29:00 +0000]
Don't import the Test::More exports into Catalyst::Test.

15 years agoDon't remove moose keywords explicitly. namespace::clean takes care of it already.
Florian Ragwitz [Sun, 8 Feb 2009 14:01:35 +0000]
Don't remove moose keywords explicitly. namespace::clean takes care of it already.

15 years agoMove use namespace::clean to a more sensible place.
Florian Ragwitz [Sun, 8 Feb 2009 14:01:29 +0000]
Move use namespace::clean to a more sensible place.

15 years agoRemove imported symbols after compile time in Catalyst::Engine.
Florian Ragwitz [Sun, 8 Feb 2009 14:01:24 +0000]
Remove imported symbols after compile time in Catalyst::Engine.

15 years agoDon't unimport moose keywords in the middle of a modifier.
Florian Ragwitz [Sun, 8 Feb 2009 14:01:18 +0000]
Don't unimport moose keywords in the middle of a modifier.

15 years agoAdjust line lengths
Tomas Doran [Sun, 8 Feb 2009 02:07:46 +0000]
Adjust line lengths