15 years agoMerge 'deprecate_appclass_actions' into 'trunk'
Tomas Doran [Thu, 10 Sep 2009 01:14:13 +0000]
Merge 'deprecate_appclass_actions' into 'trunk'

r11046@t0mlaptop (orig r11045):  yousef | 2009-08-07 00:07:07 +0100
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 agoFix warnings in upcoming moose
Tomas Doran [Thu, 10 Sep 2009 00:13:56 +0000]
Fix warnings in upcoming moose

15 years agoadd myself to contributors
Guillermo Roditi [Wed, 9 Sep 2009 21:06:59 +0000]
add myself to contributors

15 years agoPrepare for release 5.80012
Marcus Ramberg [Wed, 9 Sep 2009 17:08:03 +0000]
Prepare for release

15 years agoun-TODO passing TODO tests
Marcus Ramberg [Wed, 9 Sep 2009 17:05:32 +0000]
un-TODO passing TODO tests

15 years agoFix duplicate results from get_action_methods. Q. Why didn't I just do that first...
Tomas Doran [Mon, 7 Sep 2009 20:33:31 +0000]
Fix duplicate results from get_action_methods. Q. Why didn't I just do that first time round? A: Am idiot.

15 years agoAGH. Too tired to be doing this, fucked it up again
Tomas Doran [Mon, 7 Sep 2009 20:25:53 +0000]
AGH. Too tired to be doing this, fucked it up again

15 years agoI'm an idiot, that totally doesn't work. remove.
Tomas Doran [Mon, 7 Sep 2009 20:21:52 +0000]
I'm an idiot, that totally doesn't work. remove.

15 years agoTest for r11331 + fix to only report each action name once from get_action_methods
Tomas Doran [Mon, 7 Sep 2009 20:19:40 +0000]
Test for r11331 + fix to only report each action name once from get_action_methods

15 years agoFix hash key name back to what it used to be for compat, keeping renamed accessor...
Tomas Doran [Mon, 7 Sep 2009 14:45:01 +0000]
Fix hash key name back to what it used to be for compat, keeping renamed accessor where it was. Tests for this breakage to follow

15 years agoChangelogging
Tomas Doran [Wed, 2 Sep 2009 02:03:58 +0000]
Changelogging

15 years agoChanges tweaks
Tomas Doran [Tue, 1 Sep 2009 14:32:46 +0000]
Changes tweaks

15 years agoBump versions back to 5.8.4
Tomas Doran [Tue, 1 Sep 2009 14:11:05 +0000]
Bump versions back to 5.8.4

15 years agoChangelog
Tomas Doran [Tue, 1 Sep 2009 01:11:45 +0000]
Changelog

15 years agoStop calling class data methods on instances + commented out warning
Tomas Doran [Tue, 1 Sep 2009 01:11:33 +0000]
Stop calling class data methods on instances + commented out warning

15 years agoStop remote tests breaking everything, and force authors to run some remote tests.
Tomas Doran [Tue, 1 Sep 2009 01:10:46 +0000]
Stop remote tests breaking everything, and force authors to run some remote tests.

15 years agot/author in MANFEST
Tomas Doran [Tue, 1 Sep 2009 01:09:29 +0000]
t/author in MANFEST

15 years agoAuthor tests
Tomas Doran [Tue, 1 Sep 2009 01:07:47 +0000]
Author tests

15 years agoNuke skipped test which will never pass
Tomas Doran [Tue, 1 Sep 2009 01:07:23 +0000]
Nuke skipped test which will never pass

15 years agoPOD addition: $c->req->body returns a string or a File::Temp object
Dan Dascalescu [Thu, 27 Aug 2009 00:56:26 +0000]
POD addition: $c->req->body returns a string or a File::Temp object

15 years agoLook! I'm famous! (See Catalyst-Devel)
Arthur Axel 'fREW' Schmidt [Wed, 26 Aug 2009 19:00:01 +0000]
Look!  I'm famous!  (See Catalyst-Devel)

15 years agoFix duplicate components
Tomas Doran [Tue, 25 Aug 2009 11:26:15 +0000]
Fix duplicate components

15 years ago0003-Remove-diag-message.patch (marcus)
Tomas Doran [Tue, 25 Aug 2009 11:25:54 +0000]
0003-Remove-diag-message.patch (marcus)

15 years agoTest fixes for if CATALYST_DEBUG is set to 1.
Tomas Doran [Mon, 24 Aug 2009 12:51:03 +0000]
Test fixes for if CATALYST_DEBUG is set to 1.

15 years agoFailing test for component loading
Florian Ragwitz [Sun, 23 Aug 2009 18:42:17 +0000]
Failing test for component loading

15 years agoVersion 5.80011. 5.80011
Florian Ragwitz [Sun, 23 Aug 2009 11:55:48 +0000]
Version 5.80011.

15 years agoChangelogging.
Florian Ragwitz [Sun, 23 Aug 2009 11:46:42 +0000]
Changelogging.

15 years agoRemove leftovers of the restarter engine.
Florian Ragwitz [Sat, 22 Aug 2009 19:56:53 +0000]
Remove leftovers of the restarter engine.

The removed code caused test failures, which weren't apparent due to installed
copies still being available in everyone's @INC.

15 years agoVersion 5.80010. 5.80010
Florian Ragwitz [Fri, 21 Aug 2009 21:41:05 +0000]
Version 5.80010.

15 years agoChangelogging.
Florian Ragwitz [Fri, 21 Aug 2009 21:31:38 +0000]
Changelogging.

15 years agoAdd test for sending the body from a filehandle with more data than the default chunk...
Florian Ragwitz [Fri, 21 Aug 2009 21:22:45 +0000]
Add test for sending the body from a filehandle with more data than the default chunksize of 64k.

15 years agoDo what we want instead of exiting a sub via last.
Florian Ragwitz [Fri, 21 Aug 2009 21:22:36 +0000]
Do what we want instead of exiting a sub via last.

15 years agoDOH! do more than one read, if necessary.
Florian Ragwitz [Fri, 21 Aug 2009 20:55:25 +0000]
DOH! do more than one read, if necessary.

15 years agoVersion 5.80009. 5.80009
Florian Ragwitz [Fri, 21 Aug 2009 20:28:30 +0000]
Version 5.80009.

15 years agoFix and tests for big issue in 5.80008
Tomas Doran [Fri, 21 Aug 2009 19:54:58 +0000]
Fix and tests for big issue in 5.80008

15 years agoVersion 5.80008. 5.80008
Florian Ragwitz [Fri, 21 Aug 2009 16:13:05 +0000]
Version 5.80008.

15 years agoConflict with the latest mason view, which blows up because of the new component_name...
Florian Ragwitz [Fri, 21 Aug 2009 16:12:57 +0000]
Conflict with the latest mason view, which blows up because of the new component_name constructor arg.

15 years agoNow we don't have the broken restarter engine anymore, we conflict with old Catalyst...
Florian Ragwitz [Fri, 21 Aug 2009 15:51:26 +0000]
Now we don't have the broken restarter engine anymore, we conflict with old Catalyst::Devel versions, that don't have the new restarter yet.

15 years agoChangelog update for previous Catalyst::Engine::HTTP fix.
Gareth Kirwan [Fri, 21 Aug 2009 13:07:54 +0000]
Changelog update for previous Catalyst::Engine::HTTP fix.

15 years agoChangelog Engine::finalize_body changes.
Florian Ragwitz [Wed, 19 Aug 2009 20:45:45 +0000]
Changelog Engine::finalize_body changes.

15 years agoClean up test app for the exception test, as we don't want to depend on Test::Class...
Tomas Doran [Wed, 19 Aug 2009 20:29:16 +0000]
Clean up test app for the exception test, as we don't want to depend on Test::Class thanks

15 years agoBack out r11057 which breaks one of the chained tests, whilst not fixing the bug...
Tomas Doran [Wed, 19 Aug 2009 20:21:44 +0000]
Back out r11057 which breaks one of the chained tests, whilst not fixing the bug in question

15 years agoRemove r11058 - the commit message is lies, it does not fix the TODO test
Tomas Doran [Wed, 19 Aug 2009 19:10:06 +0000]
Remove r11058 - the commit message is lies, it does not fix the TODO test

15 years agoFail commit was fail. Back out the part I didn't want
Tomas Doran [Wed, 19 Aug 2009 19:04:59 +0000]
Fail commit was fail. Back out the part I didn't want

15 years agoMove test to make more sense in my idea of the naming scheme - t/dead_ is for tests...
Tomas Doran [Wed, 19 Aug 2009 19:03:01 +0000]
Move test to make more sense in my idea of the naming scheme - t/dead_ is for tests which check the app pukes, which this shouldn't

15 years agodrop POD comments.
Ferruccio Zamuner [Tue, 18 Aug 2009 11:19:40 +0000]
drop POD comments.

15 years agoTest case using Exception::Class
Ferruccio Zamuner [Tue, 18 Aug 2009 06:55:14 +0000]
Test case using Exception::Class

15 years agoSwitch to catalyst_component_name
Tomas Doran [Mon, 17 Aug 2009 23:14:38 +0000]
Switch to catalyst_component_name

15 years agoChangelog for r11037
Andrew Rodland [Mon, 17 Aug 2009 22:24:46 +0000]
Changelog for r11037

15 years agoConflict resolution
J. Shirley [Mon, 17 Aug 2009 22:13:05 +0000]
Conflict resolution

15 years agoAdd _component_name stuff to Changes
Tomas Doran [Mon, 17 Aug 2009 22:11:34 +0000]
Add _component_name stuff to Changes

15 years agoCapitalisation fixes in Changelog
Tomas Doran [Mon, 17 Aug 2009 22:08:19 +0000]
Capitalisation fixes in Changelog

15 years agoAdding and documented X-Forwarded-Port
J. Shirley [Mon, 17 Aug 2009 21:33:17 +0000]
Adding and documented X-Forwarded-Port

15 years agoDo at least one (possibly empty) write when reading the response body from a filehandle.
Florian Ragwitz [Sun, 16 Aug 2009 09:19:58 +0000]
Do at least one (possibly empty) write when reading the response body from a filehandle.

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 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 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 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 agoRequire perl 5.8.6
Tomas Doran [Wed, 5 Aug 2009 19:39:01 +0000]
Require perl 5.8.6

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