15 years agoMake the code much clearer about what is going on, and remove the horrible map and...
Tomas Doran [Wed, 12 Aug 2009 11:03:06 +0000]
Make the code much clearer about what is going on, and remove the horrible map and grep which I hated.

15 years agoFix POD refering to CGI::Cookie. We're using CGI::Simple::Cookie.
Florian Ragwitz [Wed, 12 Aug 2009 02:54:52 +0000]
Fix POD refering to CGI::Cookie. We're using CGI::Simple::Cookie.

Courtesy of Forrest Cahoon.

15 years agoBlow up rather than failing to call ->can if everything is totally screwed
Tomas Doran [Wed, 12 Aug 2009 01:11:07 +0000]
Blow up rather than failing to call ->can if everything is totally screwed

15 years agoSplit test out into a more proper app, so that the test no longer relies on the metac...
Tomas Doran [Wed, 12 Aug 2009 01:09:09 +0000]
Split test out into a more proper app, so that the test no longer relies on the metaclass initialization hacking occurring in ->setup_component, as I want to move it

15 years agoMoved action methods from TestAppDoubleAutoBug.pm to a root controller and fixed...
Yousef H. Alhashemi [Wed, 12 Aug 2009 00:21:41 +0000]
Moved action methods from TestAppDoubleAutoBug.pm to a root controller and fixed the tests.

15 years agoTiny change to make the error make more sense
Tomas Doran [Wed, 12 Aug 2009 00:15:51 +0000]
Tiny change to make the error make more sense

15 years agoadd changelog entry for merged locate_components branch
Ricardo SIGNES [Tue, 11 Aug 2009 23:34:12 +0000]
add changelog entry for merged locate_components branch

15 years agosvn merge -r 11123:11125 branches/locate_components/ trunk/
Ricardo SIGNES [Tue, 11 Aug 2009 23:33:18 +0000]
svn merge -r 11123:11125 branches/locate_components/ trunk/

15 years agobreak setup_components into three parts
Ricardo SIGNES [Wed, 12 Aug 2009 03:58:44 +0000]
break setup_components into three parts

15 years agoApply patch from RT#48623 to fix headers in Engine::HTTP
Tomas Doran [Tue, 11 Aug 2009 22:32:47 +0000]
Apply patch from RT#48623 to fix headers in Engine::HTTP

15 years agoUnfuck Catalyst::View::JSON
Tomas Doran [Tue, 11 Aug 2009 21:49:37 +0000]
Unfuck Catalyst::View::JSON

15 years agoMoved end() from Catalyst::Plugin::Test::Plugin to TestApp::Controller::Root. Fixed...
Yousef H. Alhashemi [Tue, 11 Aug 2009 13:47:18 +0000]
Moved end() from Catalyst::Plugin::Test::Plugin to TestApp::Controller::Root. Fixed all the tests that rely on end().

15 years agoprepare_action() fix by t0m (removed closure)
Yousef H. Alhashemi [Mon, 10 Aug 2009 04:04:13 +0000]
prepare_action() fix by t0m (removed closure)

15 years agoRewrite fixes for RT#48555
Tomas Doran [Sun, 9 Aug 2009 14:22:21 +0000]
Rewrite fixes for RT#48555

15 years agoUpdates changelog
Tomas Doran [Sun, 9 Aug 2009 12:36:55 +0000]
Updates changelog

15 years agoFix RT#48555
Tomas Doran [Sun, 9 Aug 2009 12:36:20 +0000]
Fix RT#48555

15 years agooops debug output got leaked in
Guillermo Roditi [Sat, 8 Aug 2009 21:54:46 +0000]
oops debug output got leaked in

15 years agomake debug output prettier with large widths
Guillermo Roditi [Sat, 8 Aug 2009 21:54:04 +0000]
make debug output prettier with large widths

15 years agoEngine::HTTP - Fix paths for HTTP requests with scheme and domain in URI.
Gareth Kirwan [Fri, 7 Aug 2009 21:17:22 +0000]
Engine::HTTP - Fix paths for HTTP requests with scheme and domain in URI.

15 years agoDispatchType::Chained fix failing test of Args(0) vs Args(0) on surface
Gareth Kirwan [Fri, 7 Aug 2009 17:17:15 +0000]
DispatchType::Chained fix failing test of Args(0) vs Args(0) on surface

15 years agoDispatchType::Chained fix for default args attribute to handle Args(0) vs Args()...
Gareth Kirwan [Fri, 7 Aug 2009 16:45:03 +0000]
DispatchType::Chained fix for default args attribute to handle Args(0) vs Args() at depth.

15 years agoBump MX::MA dep for anon class tests
Tomas Doran [Fri, 7 Aug 2009 00:57:21 +0000]
Bump MX::MA dep for anon class tests

15 years agoBlow up if we're in author mode and don't have the right M::I extensions
Tomas Doran [Fri, 7 Aug 2009 00:24:17 +0000]
Blow up if we're in author mode and don't have the right M::I extensions

15 years agoFix the perl version required there also
Tomas Doran [Fri, 7 Aug 2009 00:15:04 +0000]
Fix the perl version required there also

15 years agoFix error message
Tomas Doran [Thu, 6 Aug 2009 23:42:29 +0000]
Fix error message

15 years agoMoved action methods from t/lib/TestApp.pm to t/lib/Test/Controller/Root.pm. Uncommen...
Yousef H. Alhashemi [Thu, 6 Aug 2009 23:07:07 +0000]
Moved action methods from t/lib/TestApp.pm to t/lib/Test/Controller/Root.pm. Uncommented the if statement in lib/Catalyst/Controller.pm that checks for actions in the appclass.

15 years agoAdd a method to the stats object to get the request start time.
Andrew Rodland [Thu, 6 Aug 2009 09:57:02 +0000]
Add a method to the stats object to get the request start time.

15 years agohad this stuff in the wrong branch, blech
Devin Austin [Wed, 5 Aug 2009 20:07:12 +0000]
had this stuff in the wrong branch, blech

15 years agoRequire perl 5.8.6
Tomas Doran [Wed, 5 Aug 2009 19:39:01 +0000]
Require perl 5.8.6

15 years agosplit helper into app generation helper and component generation helper (initial...
Devin Austin [Tue, 4 Aug 2009 00:22:27 +0000]
split helper into app generation helper and component generation helper (initial split, at least)

15 years agoremoved MooseX::App::CMD* stuff from ScriptRunner
Devin Austin [Tue, 4 Aug 2009 00:01:43 +0000]
removed MooseX::App::CMD* stuff from ScriptRunner

15 years agoremoved MooseX::Command::* stuff for now
Devin Austin [Tue, 4 Aug 2009 00:00:57 +0000]
removed MooseX::Command::* stuff for now

15 years agoallow uri_for($controller_instance)
Rafael Kitover [Sat, 1 Aug 2009 19:04:08 +0000]
allow uri_for($controller_instance)

15 years agoBranch for making TestApp not have actions in the app class
Tomas Doran [Sat, 1 Aug 2009 02:00:59 +0000]
Branch for making TestApp not have actions in the app class

15 years agoAww, crap, fail. merge 10927:HEAD from pass_component_names
Tomas Doran [Sat, 1 Aug 2009 02:00:23 +0000]
Aww, crap, fail. merge 10927:HEAD from pass_component_names

15 years agoMerge branch pass_component_names:
Tomas Doran [Sat, 1 Aug 2009 00:39:39 +0000]
Merge branch pass_component_names:

svn merge -r  10899:10927  http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Runtime/5.80/branches/pass_component_names

15 years agoClean up branch. I'm happy with this (bar the eww, as commented) and intend to merge...
Tomas Doran [Fri, 31 Jul 2009 02:01:32 +0000]
Clean up branch. I'm happy with this (bar the eww, as commented) and intend to merge pre 0008, please review

15 years agoLarge TODO update
Tomas Doran [Fri, 31 Jul 2009 01:46:00 +0000]
Large TODO update

15 years agoAdd to TODO so I don't have to grep backlog later when I have tuits
Tomas Doran [Thu, 30 Jul 2009 14:31:26 +0000]
Add to TODO so I don't have to grep backlog later when I have tuits

15 years agoChanges entry for r10993
Andrew Rodland [Wed, 29 Jul 2009 01:35:11 +0000]
Changes entry for r10993

15 years agoAdd konobi to contributors
Andrew Rodland [Wed, 29 Jul 2009 01:06:09 +0000]
Add konobi to contributors

15 years agoUpdate Changes and add me to Contributors
Andrew Rodland [Wed, 29 Jul 2009 00:59:19 +0000]
Update Changes and add me to Contributors

15 years agoRewrite the POD for $c->uri_for().
Andrew Rodland [Wed, 29 Jul 2009 00:33:25 +0000]
Rewrite the POD for $c->uri_for().

Reintroduce some bits of information that were lost in 5.7->5.8, and remove
a misleading statement about $c->action. Recommend the use of uri_for_action
with a private action path.

15 years agoC::Engine::FastCGI (_fix_env) - Microsoft IIS on Windows 2008 R2 has version string...
KMX [Tue, 28 Jul 2009 15:26:44 +0000]
C::Engine::FastCGI (_fix_env) - Microsoft IIS on Windows 2008 R2 has version string "IIS/7.5" that was not supported; this patch makes test condition more general, accepting versions from IIS/6.0 to IIS/9.9 (should be enough for a while)

15 years agoFixed a bunch of POD hyperlinks in Catalyst.pm and minor punctuation in Catalyst...
Dan Dascalescu [Sun, 26 Jul 2009 07:13:19 +0000]
Fixed a bunch of POD hyperlinks in Catalyst.pm and minor punctuation in Catalyst::Action

15 years agofix spelling of attributes in the test name
Dave Rolsky [Sun, 26 Jul 2009 02:14:23 +0000]
fix spelling of attributes in the test name

15 years agoRemove dead and unused method
Tomas Doran [Sat, 25 Jul 2009 21:05:19 +0000]
Remove dead and unused method

15 years agoTest and Changelog entry for r10961.
Andrew Rodland [Thu, 23 Jul 2009 09:32:08 +0000]
Test and Changelog entry for r10961.

15 years agoDepend on Module::Pluggable 3.9 to resolve a bug with inner packages in tests.
Andrew Rodland [Thu, 23 Jul 2009 04:46:43 +0000]
Depend on Module::Pluggable 3.9 to resolve a bug with inner packages in tests.

15 years agoChanged link from C::Base to C::Controller; fixed my alias
Jesse Sheidlower [Wed, 22 Jul 2009 12:46:29 +0000]
Changed link from C::Base to C::Controller; fixed my alias

15 years agoAdd tests that _component_name works as expected, and that anon classes in controller...
Tomas Doran [Sat, 18 Jul 2009 11:10:35 +0000]
Add tests that _component_name works as expected, and that anon classes in controllers applying roles which wrap action with custom action classes works, that action classes know the right component name

15 years agoDocument the method name I actually added, idiot
Tomas Doran [Sat, 18 Jul 2009 10:12:51 +0000]
Document the method name I actually added, idiot

15 years agoAdd docs for changes
Tomas Doran [Sat, 18 Jul 2009 09:56:17 +0000]
Add docs for changes

15 years agoTeach Cat to pass a _component_name into COMPONENT method, which is what ends up...
Tomas Doran [Fri, 17 Jul 2009 22:57:47 +0000]
Teach Cat to pass a _component_name into COMPONENT method, which is what ends up getting passed to the 'class' in actions. This means that actions know what controller name they are associated with, rather than knowing which concrete class the controller happens to be an instance of

15 years agoHyperlinked POD entry for Catalysy::Request->args
Dan Dascalescu [Fri, 17 Jul 2009 05:18:22 +0000]
Hyperlinked POD entry for Catalysy::Request->args

15 years agoremoved proof of working tests
Devin Austin [Fri, 17 Jul 2009 01:44:07 +0000]
removed proof of working tests

15 years agocreated proof of working app
Devin Austin [Fri, 17 Jul 2009 01:43:29 +0000]
created proof of working app

15 years agoadded MX::Types::Moose, cleaned up moar
Devin Austin [Fri, 17 Jul 2009 01:24:44 +0000]
added MX::Types::Moose, cleaned up moar

15 years agoadded MX::Types::Moose
Devin Austin [Fri, 17 Jul 2009 01:15:04 +0000]
added MX::Types::Moose

15 years agofasterized
Devin Austin [Fri, 17 Jul 2009 01:13:28 +0000]
fasterized

15 years agoadded documentation
Devin Austin [Fri, 17 Jul 2009 01:12:07 +0000]
added documentation

15 years agocleaned up
Devin Austin [Fri, 17 Jul 2009 01:04:12 +0000]
cleaned up

15 years agoremoved -except => qw[meta]
Devin Austin [Fri, 17 Jul 2009 01:01:25 +0000]
removed -except => qw[meta]

15 years agoadded documentation, surely needs refining
Devin Austin [Fri, 17 Jul 2009 01:00:54 +0000]
added documentation, surely needs refining

15 years agodon't need -except => [ qw(meta) ] with autoclean
Devin Austin [Fri, 17 Jul 2009 00:53:38 +0000]
don't need  -except => [ qw(meta) ] with autoclean

15 years agountarded and added documentation
Devin Austin [Fri, 17 Jul 2009 00:52:56 +0000]
untarded and added documentation

15 years agoWrite that down
Tomas Doran [Thu, 16 Jul 2009 21:24:11 +0000]
Write that down

15 years agoRemove 10897, this hack kinda works, but then leads to more issues. Gonna branch
Tomas Doran [Thu, 16 Jul 2009 21:12:49 +0000]
Remove 10897, this hack kinda works, but then leads to more issues. Gonna branch

15 years agoSpecial move for CX::Component::Traits. No tests, please don't look.
Tomas Doran [Thu, 16 Jul 2009 21:05:25 +0000]
Special move for CX::Component::Traits. No tests, please don't look.

15 years agoadded Deploy prototype
Devin Austin [Thu, 16 Jul 2009 09:25:47 +0000]
added Deploy prototype

15 years agoCould not have made a more insignificant patch
Dan Dascalescu [Thu, 16 Jul 2009 05:24:10 +0000]
Could not have made a more insignificant patch

15 years agoFixed POD links to get and request
Dan Dascalescu [Thu, 16 Jul 2009 01:12:59 +0000]
Fixed POD links to get and request

15 years ago-d and --debug work for me
Devin Austin [Wed, 15 Jul 2009 21:41:11 +0000]
-d and --debug work for me

15 years agoFix Makefile.PL to actually do the right thing on Lepoard (alledgedly), and encourage...
Tomas Doran [Tue, 14 Jul 2009 20:25:03 +0000]
Fix Makefile.PL to actually do the right thing on Lepoard (alledgedly), and encourage someone to contribute to maintaining our protection against Apple :)

15 years agoAnd unfuck so the app name is passed properly
Tomas Doran [Sun, 12 Jul 2009 17:27:36 +0000]
And unfuck so the app name is passed properly

15 years agoToo slow
Tomas Doran [Sun, 12 Jul 2009 17:15:09 +0000]
Too slow

15 years agoRefactor to remove warning
Tomas Doran [Sun, 12 Jul 2009 00:57:19 +0000]
Refactor to remove warning

15 years agoFix test
Tomas Doran [Sun, 12 Jul 2009 00:56:51 +0000]
Fix test

15 years agoprivate_path method for actions that returns a string suitable for use in forward...
Guillermo Roditi [Sat, 11 Jul 2009 22:07:47 +0000]
private_path method for actions that returns a string suitable for use in forward and unit tests for the rest of catalyst::Action

15 years agoGet the restarter running
Dave Rolsky [Sat, 11 Jul 2009 19:32:11 +0000]
Get the restarter running

15 years agoStrip trailing spaces
Tomas Doran [Sat, 11 Jul 2009 18:10:02 +0000]
Strip trailing spaces

15 years agoLess lies in the deprecated block comment in Dispatcher.pm as it's throwing people off
Tomas Doran [Sat, 11 Jul 2009 12:51:07 +0000]
Less lies in the deprecated block comment in Dispatcher.pm as it's throwing people off

15 years agocleaned up sub runner
Devin Austin [Sat, 11 Jul 2009 02:33:44 +0000]
cleaned up sub runner

15 years agofixed follow_symlinks option in restarter code
Devin Austin [Sat, 11 Jul 2009 02:24:02 +0000]
fixed follow_symlinks option in restarter code

15 years agoadded restarter code
Devin Austin [Sat, 11 Jul 2009 02:21:41 +0000]
added restarter code

15 years agofasterized
Devin Austin [Sat, 11 Jul 2009 01:50:11 +0000]
fasterized

15 years agoadded debug option
Devin Austin [Sat, 11 Jul 2009 00:34:54 +0000]
added debug option

15 years agoremoved default => 0s
Devin Austin [Sat, 11 Jul 2009 00:31:58 +0000]
removed default => 0s

15 years agoremoved debug warn
Devin Austin [Sat, 11 Jul 2009 00:19:41 +0000]
removed debug warn

15 years agoremoved "broken" commetn
Devin Austin [Sat, 11 Jul 2009 00:18:23 +0000]
removed "broken" commetn

15 years agoremoved all required => 0
Devin Austin [Sat, 11 Jul 2009 00:14:43 +0000]
removed all required => 0

15 years agofixed Catalyst::Script::Server so app doesn't have to be a cmd line opt
Devin Austin [Sat, 11 Jul 2009 00:06:53 +0000]
fixed Catalyst::Script::Server so app doesn't have to be a cmd line opt

15 years agoremoved except meta stuff since we're using autoclean
Devin Austin [Fri, 10 Jul 2009 23:27:12 +0000]
removed except meta stuff since we're using autoclean

15 years agoMore ->config fixes + Changelog
Tomas Doran [Wed, 8 Jul 2009 22:12:29 +0000]
More ->config fixes + Changelog

15 years agoU R DOIN IT WRONG.
Tomas Doran [Wed, 8 Jul 2009 20:11:57 +0000]
U R DOIN IT WRONG.

15 years agoDeleted the old Restarter and associated code.
Dave Rolsky [Tue, 7 Jul 2009 20:58:31 +0000]
Deleted the old Restarter and associated code.

Also removed the dep on File::Modified

15 years agoAdd Exception::Interface and Exception::Basic. Make ::Base, ::Go and ::Detach use...
Florian Ragwitz [Tue, 7 Jul 2009 14:33:39 +0000]
Add Exception::Interface and Exception::Basic. Make ::Base, ::Go and ::Detach use them.

Failing tests due to issues when composing overloading methods from roles.

15 years agoFix warning, and only warn if really needed
Tomas Doran [Sun, 5 Jul 2009 22:51:39 +0000]
Fix warning, and only warn if really needed

15 years agoreally untarded
Devin Austin [Sat, 4 Jul 2009 03:28:15 +0000]
really untarded

15 years agountarded!
Devin Austin [Sat, 4 Jul 2009 03:27:41 +0000]
untarded!