15 years agoNick the related modules version warning from Moose
Tomas Doran [Sun, 4 Jan 2009 10:58:08 +0000]
Nick the related modules version warning from Moose

15 years agoChop that chunk of sh*t out again, as we're going to hit anything which relies on...
Tomas Doran [Sun, 4 Jan 2009 00:03:16 +0000]
Chop that chunk of sh*t out again, as we're going to hit anything which relies on it until it's fixed.

15 years agoAnd fixes for the CDI issue, this is getting really yucky..
Tomas Doran [Sat, 3 Jan 2009 13:30:18 +0000]
And fixes for the CDI issue, this is getting really yucky..

15 years agoFix, I suck today
Tomas Doran [Sat, 3 Jan 2009 13:18:33 +0000]
Fix, I suck today

15 years agoFix
Tomas Doran [Sat, 3 Jan 2009 13:16:47 +0000]
Fix

15 years agoMore CDI related fail
Tomas Doran [Sat, 3 Jan 2009 12:42:16 +0000]
More CDI related fail

15 years agoFix additive logging setup, and ergo Catalyst-Plugin-Devel-ModuleVersions
Tomas Doran [Fri, 2 Jan 2009 23:13:36 +0000]
Fix additive logging setup, and ergo Catalyst-Plugin-Devel-ModuleVersions

15 years agoCatalyst::View::Mason fixed
Tomas Doran [Fri, 2 Jan 2009 22:42:14 +0000]
Catalyst::View::Mason fixed

15 years agoplugin new method test as-per various other plugins tests - shows issue with Hooks...
Tomas Doran [Fri, 2 Jan 2009 19:31:37 +0000]
plugin new method test as-per various other plugins tests - shows issue with Hooks::EndOfScope, so switch to Scope::Upper on msts suggestion

15 years agoBump Moose dep to fix immutable roundtrip issues, update TODO
Tomas Doran [Thu, 1 Jan 2009 22:14:42 +0000]
Bump Moose dep to fix immutable roundtrip issues, update TODO

15 years agoBasic POD for ::ApplicationAttribute, remove the empty Role directory, switch ::Contr...
Tomas Doran [Tue, 30 Dec 2008 10:01:19 +0000]
Basic POD for ::ApplicationAttribute, remove the empty Role directory, switch ::Controller to extends in a BEGIN block, TODO updates

15 years agoMake Catalyst::Engine::Apaches tests pass.
Tomas Doran [Mon, 29 Dec 2008 20:13:23 +0000]
Make Catalyst::Engine::Apaches tests pass.

15 years agoBump MX::E::CAF dep, update TODO, chop out of date crap out of ROADMAP
Tomas Doran [Mon, 29 Dec 2008 19:54:00 +0000]
Bump MX::E::CAF dep, update TODO, chop out of date crap out of ROADMAP

15 years agoUpdate TODO: I fixed smoke test rig issues + MX::E::CAF changes..
Tomas Doran [Mon, 29 Dec 2008 17:59:45 +0000]
Update TODO: I fixed smoke test rig issues + MX::E::CAF changes..

15 years agoStop using Adopt::CAF by default
Tomas Doran [Mon, 29 Dec 2008 17:52:39 +0000]
Stop using Adopt::CAF by default

15 years agos/Catalyst::Component::Role::CaptureApp/Catalyst::Component::ApplicationAttribute/g
Florian Ragwitz [Sun, 28 Dec 2008 14:14:25 +0000]
s/Catalyst::Component::Role::CaptureApp/Catalyst::Component::ApplicationAttribute/g

15 years agoMove all the public attributes in Catalyst::Dispatcher back to being private, remove...
Tomas Doran [Sun, 28 Dec 2008 11:03:54 +0000]
Move all the public attributes in Catalyst::Dispatcher back to being private, remove unused attribute, provide back-compat methods with warnings

15 years agoReplace {_body} instance access with calls to _body accessors..
Tomas Doran [Sat, 27 Dec 2008 22:40:10 +0000]
Replace {_body} instance access with calls to _body accessors..

15 years agoRenaming all the attributes, as making them _private breaks multiple plugins. See...
Tomas Doran [Sat, 27 Dec 2008 20:50:12 +0000]
Renaming all the attributes, as making them _private breaks multiple plugins. See comment for longer term solution..

15 years agoFix the return value of Catalyst::Request's body method + tests.
Tomas Doran [Sat, 27 Dec 2008 19:44:45 +0000]
Fix the return value of Catalyst::Request's body method + tests.

15 years agoFix C::Request disparity between _body and body accessors, TODO test now passes.
Tomas Doran [Sat, 27 Dec 2008 18:08:02 +0000]
Fix C::Request disparity between _body and body accessors, TODO test now passes.

15 years agoFix another test, I'm not doing well today
Tomas Doran [Sat, 27 Dec 2008 17:25:07 +0000]
Fix another test, I'm not doing well today

15 years agoFix test
Tomas Doran [Sat, 27 Dec 2008 17:21:24 +0000]
Fix test

15 years agoYet another 5.80 regression
Tomas Doran [Sat, 27 Dec 2008 16:52:31 +0000]
Yet another 5.80 regression

15 years agoGo away, otherwise running the tests against 5.70 doesn't work
Tomas Doran [Sat, 27 Dec 2008 16:23:25 +0000]
Go away, otherwise running the tests against 5.70 doesn't work

15 years agoFix the way Catalyst::Plugin::Server adds custom dispatch types
Tomas Doran [Sat, 27 Dec 2008 15:31:25 +0000]
Fix the way Catalyst::Plugin::Server adds custom dispatch types

15 years agoUpdated TODO after a new round of smokes
Tomas Doran [Sat, 27 Dec 2008 11:16:35 +0000]
Updated TODO after a new round of smokes

15 years agoChange what we stream to make test sync for engines easier
Tomas Doran [Sat, 27 Dec 2008 10:47:41 +0000]
Change what we stream to make test sync for engines easier

15 years agoTurn the captured $app into a weak reference.
Florian Ragwitz [Fri, 26 Dec 2008 00:40:13 +0000]
Turn the captured $app into a weak reference.

Right now that won't change anything, but it'll prevent problems when $app will
be an instance.

15 years agoChangelogging.
Florian Ragwitz [Fri, 26 Dec 2008 00:31:41 +0000]
Changelogging.

15 years agoRefactor capturing of $app from ::Controller into ::Component::Role::CaptureApp for...
Florian Ragwitz [Fri, 26 Dec 2008 00:28:51 +0000]
Refactor capturing of $app from ::Controller into ::Component::Role::CaptureApp for easier reuse in other components.

15 years agoCMOP::Class->make_immutable expects a list of options, not a hashref.
Florian Ragwitz [Wed, 24 Dec 2008 14:36:00 +0000]
CMOP::Class->make_immutable expects a list of options, not a hashref.

15 years agoMake the test suites YAML dependency optional.
Florian Ragwitz [Wed, 24 Dec 2008 14:30:25 +0000]
Make the test suites YAML dependency optional.

15 years agoBalls, that wasn't meant to be committed
Tomas Doran [Wed, 24 Dec 2008 10:16:12 +0000]
Balls, that wasn't meant to be committed

15 years agoFix stringification of dispatcher and engine in debug output
Tomas Doran [Wed, 24 Dec 2008 10:15:29 +0000]
Fix stringification of dispatcher and engine in debug output

15 years agoActually add the plugin, and remove the TODO item
Tomas Doran [Sun, 21 Dec 2008 20:30:55 +0000]
Actually add the plugin, and remove the TODO item

15 years agoC::P::A passes its tests against 5.80 now - fixed plugins having new methods by inlin...
Tomas Doran [Sun, 21 Dec 2008 19:48:59 +0000]
C::P::A passes its tests against 5.80 now - fixed plugins having new methods by inlining a new method on MyApp.

15 years agoFix the CDI issue, Plugin::Auth's tests now blow up a different way..
Tomas Doran [Sun, 21 Dec 2008 15:41:42 +0000]
Fix the CDI issue, Plugin::Auth's tests now blow up a different way..

15 years agoAuthentication back compat fail due to ::ClassData not behaving like C::D::I, not...
Tomas Doran [Sun, 21 Dec 2008 14:30:19 +0000]
Authentication back compat fail due to ::ClassData not behaving like C::D::I, not CAF compat or MRO as previously suspected

15 years agoUpdate TODO to be current, bump deps to latest versions for better back compat/better doc
Tomas Doran [Sun, 21 Dec 2008 11:20:28 +0000]
Update TODO to be current, bump deps to latest versions for better back compat/better doc

15 years agoTest for basename fixes
Tomas Doran [Thu, 18 Dec 2008 00:53:44 +0000]
Test for basename fixes

15 years agos/parent/base/
Tomas Doran [Thu, 18 Dec 2008 00:52:40 +0000]
s/parent/base/

15 years agoFix lib path
Tomas Doran [Thu, 18 Dec 2008 00:40:31 +0000]
Fix lib path

15 years agoUpdate TODO.
Florian Ragwitz [Mon, 15 Dec 2008 11:46:20 +0000]
Update TODO.

15 years agoauthor-only build_requires no long appear in META.yml. Also added some meta resources...
Ash Berlin [Sun, 14 Dec 2008 20:06:51 +0000]
author-only build_requires no long appear in META.yml. Also added some meta resources (homepage, IRC links etc) while i was there

15 years agoRe-arrange TODO list to have a little more structure
Tomas Doran [Sun, 14 Dec 2008 12:31:33 +0000]
Re-arrange TODO list to have a little more structure

15 years agoFix a 5.70/5.80 behavior change in Catalyst::Utils::ensure_class_loaded, pointed...
Tomas Doran [Sun, 14 Dec 2008 11:04:33 +0000]
Fix a 5.70/5.80 behavior change in Catalyst::Utils::ensure_class_loaded, pointed out by Bill Moseley

15 years agoBump MX::E::CAF dep
Tomas Doran [Sat, 13 Dec 2008 21:52:44 +0000]
Bump MX::E::CAF dep

15 years agoLog4perl already got fixed along the way, \o/
Tomas Doran [Thu, 11 Dec 2008 10:42:39 +0000]
Log4perl already got fixed along the way, \o/

15 years agoPatch to logging to add doc and make it possible to select levels and for them to...
Tomas Doran [Wed, 10 Dec 2008 00:32:51 +0000]
Patch to logging to add doc and make it possible to select levels and for them to be additive, from the dev list 3 months ago which I dropped on the floor..

15 years agoWhy is the TODO list getting longer, not shorter
Tomas Doran [Tue, 9 Dec 2008 23:36:52 +0000]
Why is the TODO list getting longer, not shorter

15 years agoClean up around method modifier
Tomas Doran [Tue, 9 Dec 2008 23:31:09 +0000]
Clean up around method modifier

15 years agoRemove crap
Tomas Doran [Tue, 9 Dec 2008 23:19:50 +0000]
Remove crap

15 years agoDo a load of small refatoring to remove direct hash accesses, update todo, bump dates...
Tomas Doran [Mon, 8 Dec 2008 01:11:23 +0000]
Do a load of small refatoring to remove direct hash accesses, update todo, bump dates in roadmap - however that needs a proper update

15 years agoRedact the fixing of Cache::Curried from the changelog as I didn't. Update TODO
Tomas Doran [Sun, 7 Dec 2008 21:38:38 +0000]
Redact the fixing of Cache::Curried from the changelog as I didn't. Update TODO

15 years agoFix and test for issues when components import or define a meta method
Tomas Doran [Sun, 7 Dec 2008 21:05:30 +0000]
Fix and test for issues when components import or define a meta method

15 years agoUpdate Changes file and TODO list
Tomas Doran [Sun, 7 Dec 2008 18:33:58 +0000]
Update Changes file and TODO list

15 years agoAdd test case for the thing which breaks C::P::Authentication
Tomas Doran [Sun, 7 Dec 2008 18:33:07 +0000]
Add test case for the thing which breaks C::P::Authentication

15 years agoFix SKIP block in optional test
Tomas Doran [Sun, 7 Dec 2008 18:31:58 +0000]
Fix SKIP block in optional test

15 years agoTest and fix for a case which caused uri_for to generate a double slash at the start...
Tomas Doran [Sun, 7 Dec 2008 18:31:30 +0000]
Test and fix for a case which caused uri_for to generate a double slash at the start of paths

15 years agoremoved spurious synopsis
Kieren Diment [Sun, 7 Dec 2008 01:12:07 +0000]
removed spurious synopsis

15 years agoMove live_engine_response_print into aggregate
Andy Grundman [Sat, 6 Dec 2008 05:25:30 +0000]
Move live_engine_response_print into aggregate

15 years agos/parent/base/;
Florian Ragwitz [Fri, 5 Dec 2008 21:35:49 +0000]
s/parent/base/;

15 years agoDon't run the pod coverage tests unless Pod::Coverage 0.19 is available.
Florian Ragwitz [Fri, 5 Dec 2008 19:29:44 +0000]
Don't run the pod coverage tests unless Pod::Coverage 0.19 is available.

15 years agoRequire Pod::Coverage 0.19 to fix parent method coverage
Andy Grundman [Fri, 5 Dec 2008 18:49:28 +0000]
Require Pod::Coverage 0.19 to fix parent method coverage

15 years agoWorkaround max_redirect 0 bug
Andy Grundman [Fri, 5 Dec 2008 18:05:03 +0000]
Workaround max_redirect 0 bug

15 years agoNote for other redirect test
Andy Grundman [Fri, 5 Dec 2008 17:44:13 +0000]
Note for other redirect test

15 years agoAdd note about failing tests on remote servers because of LWP bug
Andy Grundman [Fri, 5 Dec 2008 17:41:51 +0000]
Add note about failing tests on remote servers because of LWP bug

15 years agoFix engine_request_uri tests to work on remote server with different URI
Andy Grundman [Fri, 5 Dec 2008 17:36:48 +0000]
Fix engine_request_uri tests to work on remote server with different URI

15 years agoFix upload test to work with remote servers, don't check for deleted files
Andy Grundman [Fri, 5 Dec 2008 17:25:29 +0000]
Fix upload test to work with remote servers, don't check for deleted files

15 years agoFix Catalyst::GO error in remote tests
Andy Grundman [Fri, 5 Dec 2008 17:14:58 +0000]
Fix Catalyst::GO error in remote tests

15 years agoFix optional tests to run the live tests in the aggregate dir
Andy Grundman [Fri, 5 Dec 2008 16:00:08 +0000]
Fix optional tests to run the live tests in the aggregate dir

15 years agoChange memleak test to use rss instead of total size
Andy Grundman [Fri, 5 Dec 2008 15:54:58 +0000]
Change memleak test to use rss instead of total size

15 years agoPrepare for new developer release 5.8000_04
Marcus Ramberg [Fri, 5 Dec 2008 11:18:38 +0000]
Prepare for new developer release

15 years agoUpdate test suite to find right perl
Marcus Ramberg [Fri, 5 Dec 2008 09:55:51 +0000]
Update test suite to find right perl

15 years agoTurn off verbose for aggregate
Marcus Ramberg [Fri, 5 Dec 2008 09:03:19 +0000]
Turn off verbose for aggregate

15 years agoLoad Class::C3 before MRO::Compat to avoid warnings.
Florian Ragwitz [Fri, 5 Dec 2008 08:54:51 +0000]
Load Class::C3 before MRO::Compat to avoid warnings.

15 years agoChangelog up to date, make comment re NEXT in the tests more clear, update TODO list...
Tomas Doran [Fri, 5 Dec 2008 08:52:22 +0000]
Changelog up to date, make comment re NEXT in the tests more clear, update TODO list with 5.80 related bits from last night

15 years agoIf write() is passed an undef value to write, just return 0. Fixes a warning in...
Andy Grundman [Fri, 5 Dec 2008 08:33:15 +0000]
If write() is passed an undef value to write, just return 0.  Fixes a warning in the print() test

15 years agoSilence C3::Adopt::NEXT warnings in the test suite.
Florian Ragwitz [Fri, 5 Dec 2008 08:30:48 +0000]
Silence C3::Adopt::NEXT warnings in the test suite.

15 years agoSort keys in this test so it always runs in the same order
Andy Grundman [Fri, 5 Dec 2008 08:27:59 +0000]
Sort keys in this test so it always runs in the same order

15 years agoRevert last fix, this breaks on old LWP, grrr
Andy Grundman [Fri, 5 Dec 2008 08:15:54 +0000]
Revert last fix, this breaks on old LWP, grrr

15 years agoFix warning with newer LWP that generates a duplicate Content-Length header
Andy Grundman [Fri, 5 Dec 2008 08:13:06 +0000]
Fix warning with newer LWP that generates a duplicate Content-Length header

15 years agotest_require Test::Aggregate if we're going to aggregate tests.
Florian Ragwitz [Fri, 5 Dec 2008 07:51:17 +0000]
test_require Test::Aggregate if we're going to aggregate tests.

15 years agoFix a shitload "used once, possible typo" warnings.
Florian Ragwitz [Fri, 5 Dec 2008 07:38:02 +0000]
Fix a shitload "used once, possible typo" warnings.

15 years agoAdd missing SKIP to URI test
Rafael Kitover [Fri, 5 Dec 2008 07:26:36 +0000]
Add missing SKIP to URI test

15 years agoAdd additional tests to make sure upload temp files are deleted
Andy Grundman [Fri, 5 Dec 2008 07:17:57 +0000]
Add additional tests to make sure upload temp files are deleted

15 years agoRemove use of NEXT from the test suite, except for one (commented) case to test back...
Tomas Doran [Fri, 5 Dec 2008 00:55:26 +0000]
Remove use of NEXT from the test suite, except for one (commented) case to test back compat

15 years agoFix the SmartURI recursion using a predicate and un-skip test
Tomas Doran [Thu, 4 Dec 2008 22:48:12 +0000]
Fix the SmartURI recursion using a predicate and un-skip test

15 years agoMake everything which used to inherit CAF use the MX::Emulate::CAF role + test
Tomas Doran [Thu, 4 Dec 2008 21:28:55 +0000]
Make everything which used to inherit CAF use the MX::Emulate::CAF role + test

15 years agoAdd skipped test for ininite recursion issue, re-arrange TODO to put dev release...
Tomas Doran [Thu, 4 Dec 2008 21:25:30 +0000]
Add skipped test for ininite recursion issue, re-arrange TODO to put dev release blockers at the top

15 years agoFix FormFu in 5.80 + test, zamolxes++
Tomas Doran [Wed, 3 Dec 2008 15:00:23 +0000]
Fix FormFu in 5.80 + test, zamolxes++

15 years agoFix for Catalyst::Action::REST
Tomas Doran [Wed, 3 Dec 2008 10:51:11 +0000]
Fix for Catalyst::Action::REST

15 years agoUpdate TODO with the bits I have extracted from latest smokes
Tomas Doran [Wed, 3 Dec 2008 09:22:40 +0000]
Update TODO with the bits I have extracted from latest smokes

15 years agoAdd extra HTTP::Body tests I have had hanging around in my local repos for months
Tomas Doran [Wed, 3 Dec 2008 09:08:58 +0000]
Add extra HTTP::Body tests I have had hanging around in my local repos for months

15 years agoMake the Changes file accurate for all changes since the last dev release
Tomas Doran [Wed, 3 Dec 2008 08:55:34 +0000]
Make the Changes file accurate for all changes since the last dev release

15 years agoUse Class::C3::Adopt::NEXT.
Florian Ragwitz [Mon, 1 Dec 2008 21:38:13 +0000]
Use Class::C3::Adopt::NEXT.

This should make 3rd party components that rely on cat loading NEXT work
again by mapping the NEXT interface to Class::C3.  It also adds a
warning when someone is using NEXT instead of Class::C3 or Moose method
modifiers to make migrating away from NEXT easier.

15 years agoIgnore C3 warnings on 5.10 when testing ensure_class_loaded.
Florian Ragwitz [Mon, 1 Dec 2008 21:15:23 +0000]
Ignore C3 warnings on 5.10 when testing ensure_class_loaded.

15 years agoOnly TODO the actually failing test.
Florian Ragwitz [Mon, 1 Dec 2008 21:05:54 +0000]
Only TODO the actually failing test.

15 years agoTodo failing chained test
Marcus Ramberg [Mon, 1 Dec 2008 20:41:23 +0000]
Todo failing chained test