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

15 years agoadded warn to setup. sigh. doesn't appear it's getting called, unless
Devin Austin [Sat, 4 Jul 2009 03:25:25 +0000]
added warn to setup. sigh. doesn't appear it's getting called, unless
i'm way off.

15 years agoadded namespace::autoclean to all the helper classes
Devin Austin [Sat, 4 Jul 2009 02:57:13 +0000]
added namespace::autoclean to all the helper classes
removed a redundant use Catalyst::Engine::HTTP

15 years agoUpdated testapp_server
Devin Austin [Sat, 4 Jul 2009 02:01:44 +0000]
Updated testapp_server
broke Script::Server, why?!

15 years agofollow_symlinks has short option
Devin Austin [Sat, 4 Jul 2009 00:58:02 +0000]
follow_symlinks has short option

15 years agorestart regex has a short option
Devin Austin [Sat, 4 Jul 2009 00:57:11 +0000]
restart regex has a short option

15 years agorestart_delay HAZ OPSHUN
Devin Austin [Sat, 4 Jul 2009 00:56:16 +0000]
restart_delay HAZ OPSHUN

15 years agorestart has short option
Devin Austin [Sat, 4 Jul 2009 00:54:29 +0000]
restart has short option

15 years agobackground now has a short opshun
Devin Austin [Sat, 4 Jul 2009 00:53:16 +0000]
background now has a short opshun

15 years agochanged pf => pid
Devin Austin [Sat, 4 Jul 2009 00:51:35 +0000]
changed pf => pid

15 years agodoez haz keepalive short opt
Devin Austin [Sat, 4 Jul 2009 00:51:12 +0000]
doez haz keepalive short opt

15 years agodoez haz pidfile short opt
Devin Austin [Sat, 4 Jul 2009 00:49:39 +0000]
doez haz pidfile short opt

15 years agolisten now has a short option
Devin Austin [Sat, 4 Jul 2009 00:45:19 +0000]
listen now has a short option

15 years agofork now has a short option
Devin Austin [Sat, 4 Jul 2009 00:44:15 +0000]
fork now has a short option

15 years agohelp option now has a short option
Devin Austin [Sat, 4 Jul 2009 00:41:40 +0000]
help option now has a short option

15 years agoUnfuck indenting.
Florian Ragwitz [Fri, 3 Jul 2009 23:52:44 +0000]
Unfuck indenting.

15 years agoOnly call author_requires once, so all missing author deps are reported at once.
Florian Ragwitz [Fri, 3 Jul 2009 23:34:21 +0000]
Only call author_requires once, so all missing author deps are reported at once.

15 years agoStop writing META.yml twice.
Florian Ragwitz [Fri, 3 Jul 2009 23:31:59 +0000]
Stop writing META.yml twice.

15 years agoMerge branch 'check_conflicts'
Florian Ragwitz [Fri, 3 Jul 2009 23:31:45 +0000]
Merge branch 'check_conflicts'

check_conflicts:
Port to Module::Install::CheckConflicts.
Create branch check_conflicts

Conflicts:
Makefile.PL

15 years agoMerge branch 'author_requires'
Florian Ragwitz [Fri, 3 Jul 2009 23:31:33 +0000]
Merge branch 'author_requires'

author_requires:
Port to Module::Install::AuthorRequires.
Create branch author_requires

15 years agoPort to Module::Install::CheckConflicts.
Florian Ragwitz [Fri, 3 Jul 2009 01:13:20 +0000]
Port to Module::Install::CheckConflicts.

15 years agoPort to Module::Install::AuthorRequires.
Florian Ragwitz [Thu, 2 Jul 2009 23:10:14 +0000]
Port to Module::Install::AuthorRequires.

15 years agoVersion 5.80007. 5.80007
Florian Ragwitz [Tue, 30 Jun 2009 22:09:48 +0000]
Version 5.80007.

15 years agoAdd missed bug fixes to changelog
Tomas Doran [Tue, 30 Jun 2009 21:57:12 +0000]
Add missed bug fixes to changelog

15 years agoTest case for a way to make C3 crap itself by partially using Moose + fix.
Tomas Doran [Tue, 30 Jun 2009 21:42:11 +0000]
Test case for a way to make C3 crap itself by partially using Moose + fix.

15 years agoChangelogging.
Florian Ragwitz [Tue, 30 Jun 2009 21:30:38 +0000]
Changelogging.

15 years agoPretend that Catalyst.pm does Component::ApplicationAttribute.
Florian Ragwitz [Tue, 30 Jun 2009 21:26:15 +0000]
Pretend that Catalyst.pm does Component::ApplicationAttribute.

15 years agoCore fix for warnings due to undef body as per fix in FillInForm in r10745
Tomas Doran [Tue, 30 Jun 2009 20:35:40 +0000]
Core fix for warnings due to undef body as per fix in FillInForm in r10745

15 years agofixed Server
Devin Austin [Tue, 30 Jun 2009 18:28:47 +0000]
fixed Server

15 years agoMangle changelog to remove names. Note mangling goes back to 5.32, but tough - I...
Tomas Doran [Tue, 30 Jun 2009 17:28:18 +0000]
Mangle changelog to remove names. Note mangling goes back to 5.32, but tough - I'm not doing it manually

15 years agoClaim my work, in case it breaks. ;)
Cory G Watson [Tue, 30 Jun 2009 15:25:45 +0000]
Claim my work, in case it breaks. ;)

15 years agoAdd new uri_with mode for appending.
Cory G Watson [Tue, 30 Jun 2009 15:24:37 +0000]
Add new uri_with mode for appending.

15 years agoupdated Changes
Eden Cardim [Tue, 30 Jun 2009 15:21:22 +0000]
updated Changes

15 years agoadded test case + patch for inherited action configuration
Eden Cardim [Tue, 30 Jun 2009 15:13:45 +0000]
added test case + patch for inherited action configuration

15 years agoDon't mangle query parameters passed to uri_for, the list
Tomas Doran [Mon, 29 Jun 2009 23:17:47 +0000]
Don't mangle query parameters passed to uri_for, the list

15 years agoVersion 0.80006. 5.80006
Florian Ragwitz [Mon, 29 Jun 2009 22:05:48 +0000]
Version 0.80006.

15 years agoDisable ContextClosure tests with LeakCheckers that aren't based on Devel::Cycle.
Florian Ragwitz [Mon, 29 Jun 2009 22:05:36 +0000]
Disable ContextClosure tests with LeakCheckers that aren't based on Devel::Cycle.

It's not on cpan yet, but will be as soon as a new Devel::Cycle is released.

15 years agoActually use make_context_closure correctly in the tests.
Florian Ragwitz [Mon, 29 Jun 2009 22:05:25 +0000]
Actually use make_context_closure correctly in the tests.

15 years agoRemove useless asignment.
Florian Ragwitz [Mon, 29 Jun 2009 22:05:12 +0000]
Remove useless asignment.

15 years agoRemove <=> overloading for actions.
Florian Ragwitz [Mon, 29 Jun 2009 22:05:02 +0000]
Remove <=> overloading for actions.

15 years agoComment the magic so that someone doesn't just remove it again.
Tomas Doran [Mon, 29 Jun 2009 19:57:17 +0000]
Comment the magic so that someone doesn't just remove it again.

15 years agoadd note about overloaded <=>
Rafael Kitover [Mon, 29 Jun 2009 17:06:21 +0000]
add note about overloaded <=>