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

15 years agos/rawmode.org/scsys.co.uk/ 5.8000_03
Kieren Diment [Mon, 1 Dec 2008 11:35:14 +0000]
s/rawmode.org/scsys.co.uk/
r14375@fenchurch:  kd | 2008-12-01 22:28:00 +1100
2008 day 1
r14376@fenchurch:  kd | 2008-12-01 22:28:39 +1100
holding pen

15 years agoUpdate the TODO list with everything discussed in #catalyst-dev over the weekend...
Tomas Doran [Mon, 1 Dec 2008 10:48:59 +0000]
Update the TODO list with everything discussed in #catalyst-dev over the weekend, and stuff mst and I spoke about at LPW

15 years agoLazy resolution of hostname
Marcus Ramberg [Sun, 30 Nov 2008 21:55:55 +0000]
Lazy resolution of hostname

15 years agoFix ACCEPT_CONTEXT on MyApp
Marcus Ramberg [Sun, 30 Nov 2008 00:29:57 +0000]
Fix ACCEPT_CONTEXT on MyApp

15 years agoadd test for calling ACCEPT_CONTEXT with class
Marcus Ramberg [Thu, 27 Nov 2008 23:39:31 +0000]
add test for calling ACCEPT_CONTEXT with class

15 years agoUpdate TODO list in Cat5.80 to be relevant. If there are any items missing here,...
Tomas Doran [Sun, 23 Nov 2008 22:09:07 +0000]
Update TODO list in Cat5.80 to be relevant. If there are any items missing here, please add and/or follow up the smokes thread on the dev list.

15 years agoBump the dep - fixes Data::Page issues etc
Tomas Doran [Sat, 22 Nov 2008 19:23:28 +0000]
Bump the dep - fixes Data::Page issues etc

15 years agofix doc for $req->captures
Rafael Kitover [Thu, 20 Nov 2008 15:47:36 +0000]
fix doc for $req->captures

15 years agoBug patch. The bug is that if you have any profile() calls with a
Jay Hannah [Tue, 18 Nov 2008 21:29:45 +0000]
Bug patch. The bug is that if you have any profile() calls with a
begin =>   but no   end =>   and you call ->report() multiple
times, profile() will throw garbage items into the Tree::Simple.

By removing the map() from Stats.pm the bug no longer occurs.

I added a test item which fails until the Stats.pm patch is applied.

To see the bug in action, uncomment the   print scalar($stats->report);
line I added without the Stats.pm patch applied. You'll see ugly blank
lines show up in the report().

You can also see that   begin =>   with no   end =>   works fine without
the map() code. The map actually breaks it, it doesn't fix anything as
far as I can tell.

Possibly cleaner would be to patch profile() so that the garbage can
never happen, but I spent several hours on that and couldn't track it
down. This solves the problem and all tests pass. And removes code that
does nothing.

Cheers,

jhannah
jay(at)jays(dot)net

15 years agoSupport virtualhosts in tests
Marcus Ramberg [Mon, 17 Nov 2008 17:17:20 +0000]
Support virtualhosts in tests

15 years agoTrim down any times >= 10 to avoid ugly Text::Simple line wrapping.
Jay Hannah [Wed, 12 Nov 2008 21:47:54 +0000]
Trim down any times >= 10 to avoid ugly Text::Simple line wrapping.

15 years agoAdded a test for a chained bug
Andreas Marienborg [Tue, 11 Nov 2008 14:10:47 +0000]
Added a test for a chained bug

15 years agoPOD typo corrected.
Jay Hannah [Fri, 31 Oct 2008 15:27:13 +0000]
POD typo corrected.

15 years agoinline symbol table tweaking in ClassData
Matt S Trout [Tue, 28 Oct 2008 00:33:06 +0000]
inline symbol table tweaking in ClassData

15 years agominor text update
Marcus Ramberg [Fri, 17 Oct 2008 14:57:35 +0000]
minor text update

15 years agoFirst stab at README
Marcus Ramberg [Fri, 17 Oct 2008 14:53:15 +0000]
First stab at README

15 years agoPrepare for new dev release
Marcus Ramberg [Fri, 17 Oct 2008 12:28:06 +0000]
Prepare for new dev release

15 years agoadd rt ticket number
Brian Cassidy [Fri, 17 Oct 2008 11:15:13 +0000]
add rt ticket number

15 years agoFix forwarding to Catalyst::Action objects.
Florian Ragwitz [Fri, 17 Oct 2008 07:27:44 +0000]
Fix forwarding to Catalyst::Action objects.

Patch by Caelum++

15 years agoFix links to the mailing lists.
Florian Ragwitz [Fri, 17 Oct 2008 06:52:23 +0000]
Fix links to the mailing lists.

15 years agoRemove the exports builder from the Catalyst::Test namespace.
Florian Ragwitz [Fri, 17 Oct 2008 04:23:04 +0000]
Remove the exports builder from the Catalyst::Test namespace.

15 years agoRemove internal constants from the Engine::HTTP namespace.
Florian Ragwitz [Fri, 17 Oct 2008 04:22:59 +0000]
Remove internal constants from the Engine::HTTP namespace.

This adds a dependency to namespace::clean.

15 years agoUpdate TODO.
Florian Ragwitz [Fri, 17 Oct 2008 04:09:30 +0000]
Update TODO.

15 years agoChangelogging.
Florian Ragwitz [Fri, 17 Oct 2008 04:09:26 +0000]
Changelogging.

15 years agoStop using Class::Inspector in the testsuite.
Florian Ragwitz [Fri, 17 Oct 2008 04:07:40 +0000]
Stop using Class::Inspector in the testsuite.

15 years agoStop using Class::Inspector. Class::MOP::load_class does all we need.
Florian Ragwitz [Fri, 17 Oct 2008 04:07:35 +0000]
Stop using Class::Inspector. Class::MOP::load_class does all we need.

15 years agoUse Class::MOP instead of Class::Inspector in Catalyst::Test.
Florian Ragwitz [Fri, 17 Oct 2008 04:07:27 +0000]
Use Class::MOP instead of Class::Inspector in Catalyst::Test.

15 years agoUpdate TODO.
Florian Ragwitz [Fri, 17 Oct 2008 01:25:11 +0000]
Update TODO.

15 years agoRequire Sub::Exporter.
Florian Ragwitz [Fri, 17 Oct 2008 01:20:32 +0000]
Require Sub::Exporter.

15 years agoPort Catalyst::Test to Sub::Exporter.
Florian Ragwitz [Fri, 17 Oct 2008 01:13:31 +0000]
Port Catalyst::Test to Sub::Exporter.

15 years agoDon't depend on Class::Data::Inheritable and NEXT.
Florian Ragwitz [Thu, 16 Oct 2008 02:24:05 +0000]
Don't depend on Class::Data::Inheritable and NEXT.

We only use them for testing. Just test_require them.

15 years agoRemove dependency on Class::Accessor::Fast.
Florian Ragwitz [Thu, 16 Oct 2008 02:24:01 +0000]
Remove dependency on Class::Accessor::Fast.

15 years agoTwo new TODO items.
Florian Ragwitz [Thu, 16 Oct 2008 00:33:34 +0000]
Two new TODO items.

15 years agoDon't comment out uri_for.
Florian Ragwitz [Thu, 16 Oct 2008 00:08:47 +0000]
Don't comment out uri_for.

15 years agobonk moose
Marcus Ramberg [Wed, 15 Oct 2008 23:17:24 +0000]
bonk moose

15 years agoFix missing =back in pod
Andy Grundman [Wed, 15 Oct 2008 19:37:07 +0000]
Fix missing =back in pod

15 years agoMerge cookie fix from 5.7
Andy Grundman [Wed, 15 Oct 2008 19:33:23 +0000]
Merge cookie fix from 5.7

15 years agoWorkaround change in LWP that broke a cookie test (RT #40037)
Matt S Trout [Wed, 15 Oct 2008 19:24:16 +0000]
Workaround change in LWP that broke a cookie test (RT #40037)
r24853@agaton (orig r8533):  andyg | 2008-10-15 20:23:04 +0100

15 years agofixup merge from GO removal in 5.70 trunk
Matt S Trout [Wed, 15 Oct 2008 19:23:58 +0000]
fixup merge from GO removal in 5.70 trunk

15 years agoImprove docs for uri_for
Matt S Trout [Wed, 15 Oct 2008 19:18:29 +0000]
Improve docs for uri_for

back out go() so we can ship a 5.7100 with other features and bugfixes
r24814@agaton (orig r8494):  castaway | 2008-10-01 20:25:32 +0100
r24851@agaton (orig r8531):  matthewt | 2008-10-15 20:17:30 +0100

15 years agoUse the right package name...
Andy Grundman [Tue, 14 Oct 2008 15:55:43 +0000]
Use the right package name...

15 years agoUpdate changes
Andy Grundman [Tue, 14 Oct 2008 15:55:17 +0000]
Update changes

15 years agoFix typo
Andy Grundman [Tue, 14 Oct 2008 15:52:36 +0000]
Fix typo

15 years agoChange Catalyst::Test to use Moose
Marcus Ramberg [Tue, 14 Oct 2008 09:13:15 +0000]
Change Catalyst::Test to use Moose

15 years agoChanges updated for dev release
Marcus Ramberg [Tue, 14 Oct 2008 06:04:34 +0000]
Changes updated for dev release

15 years agoPrepare for another dev release
Marcus Ramberg [Tue, 14 Oct 2008 06:03:14 +0000]
Prepare for another dev release

15 years agoPrepare for dev release
Marcus Ramberg [Sun, 12 Oct 2008 00:31:07 +0000]
Prepare for dev release

15 years agoImprove error messages for forward/detach/visit/go. Patch by batman++
Florian Ragwitz [Tue, 7 Oct 2008 22:41:34 +0000]
Improve error messages for forward/detach/visit/go. Patch by batman++

15 years agoec2 info
Kieren Diment [Sat, 4 Oct 2008 09:30:04 +0000]
ec2 info

15 years agoSilence warning if no req->match
Andy Grundman [Sun, 28 Sep 2008 13:12:38 +0000]
Silence warning if no req->match

15 years agoRemove HTTPEngine from 5.8
Andy Grundman [Sat, 27 Sep 2008 16:27:28 +0000]
Remove HTTPEngine from 5.8

15 years agoWork in progress engine for HTTP::Engine
Andy Grundman [Sat, 27 Sep 2008 16:00:29 +0000]
Work in progress engine for HTTP::Engine

15 years agoRemove warnings when running aggregated tests.
Florian Ragwitz [Thu, 25 Sep 2008 22:39:44 +0000]
Remove warnings when running aggregated tests.

15 years agolatest go/visit changes, pod fixes, all tests ok
Marcus Ramberg [Wed, 24 Sep 2008 16:44:46 +0000]
latest go/visit changes, pod fixes, all tests ok

15 years agoPod fix for Engine::FastCGI.
Florian Ragwitz [Sat, 20 Sep 2008 01:37:45 +0000]
Pod fix for Engine::FastCGI.

Courtesy of Oleg Kostyuk.

15 years agoChangelogging.
Florian Ragwitz [Mon, 15 Sep 2008 16:02:35 +0000]
Changelogging.

15 years agoDisplay unattached chained actions under -Debug.
Florian Ragwitz [Mon, 15 Sep 2008 16:02:27 +0000]
Display unattached chained actions under -Debug.

15 years agomove no Moose to end of file
Matt S Trout [Sat, 13 Sep 2008 15:39:29 +0000]
move no Moose to end of file

15 years agoUse get_all_methods instead of the deprecated compute_all_applicable_methods.
Florian Ragwitz [Fri, 12 Sep 2008 14:33:41 +0000]
Use get_all_methods instead of the deprecated compute_all_applicable_methods.

15 years agoWhitespace change to make vims syntax highlighting happy.
Florian Ragwitz [Fri, 12 Sep 2008 14:33:31 +0000]
Whitespace change to make vims syntax highlighting happy.

15 years agoMake the HTTP engine use before instead of around to wrap {prepare,finalize}_read.
Florian Ragwitz [Thu, 11 Sep 2008 21:31:02 +0000]
Make the HTTP engine use before instead of around to wrap {prepare,finalize}_read.

This makes the http engine tests pass again.

Still I have no idea why

around foo => sub {
shift->(@_);
};

isn't the same as

around foo => sub {
my $orig = shift;
$orig->(@_);
};

The first version will also pass the coderef to the original method.

15 years agoAdditional doc for uri_for to illustrate passing an action and captures (jhannah)
Tomas Doran [Wed, 10 Sep 2008 15:15:29 +0000]
Additional doc for uri_for to illustrate passing an action and captures (jhannah)

15 years agoAdd myself to CONTRIBUTORS.
Florian Ragwitz [Wed, 10 Sep 2008 13:02:08 +0000]
Add myself to CONTRIBUTORS.

15 years agoChangelogging.
Florian Ragwitz [Wed, 10 Sep 2008 13:01:44 +0000]
Changelogging.

15 years agoMerge branch 'test_aggregate'
Florian Ragwitz [Tue, 9 Sep 2008 22:05:42 +0000]
Merge branch 'test_aggregate'

test_aggregate:
Merge branch 'master' into test_aggregate
Make Test::Aggregate reinitialize $FindBin::Bin for every test file.
Check for Test::Aggregate >= 0.34_01.
Optionally aggreagate tests.
Move aggregatable tests using TestApp to t/aggregate.
Create branch test_aggregate

15 years agoSupport print for Catalyst::Request
Marcus Ramberg [Mon, 8 Sep 2008 21:05:23 +0000]
Support print for Catalyst::Request

15 years agorename test test
Marcus Ramberg [Mon, 8 Sep 2008 20:45:05 +0000]
rename test test

15 years agomerge in new test actions.
Marcus Ramberg [Mon, 8 Sep 2008 20:43:51 +0000]
merge in new test actions.

15 years agoMake ActionChain stringify to its part attribute.
Florian Ragwitz [Mon, 8 Sep 2008 13:26:21 +0000]
Make ActionChain stringify to its part attribute.

This is used in the listing of private actions in debug mode.

15 years agoActionChains part attribute doesn't need a default.
Florian Ragwitz [Mon, 8 Sep 2008 13:25:46 +0000]
ActionChains part attribute doesn't need a default.

15 years agoFixed tests for new test methods
Marcus Ramberg [Mon, 8 Sep 2008 09:45:27 +0000]
Fixed tests for new test methods

15 years agoMerge 'trunk' into 'Catalyst-Test-Updates'
Marcus Ramberg [Sun, 7 Sep 2008 13:04:19 +0000]
Merge 'trunk' into 'Catalyst-Test-Updates'

r26476@Command-Central (orig r8329):  zarquon | 2008-09-02 14:01:11 +0200
 r13852@zaphod:  kd | 2008-09-02 12:52:50 +0100
 rafl doc improvements

r26477@Command-Central (orig r8330):  zarquon | 2008-09-02 14:04:57 +0200
 r13854@zaphod:  kd | 2008-09-02 13:04:40 +0100
 rafl's doc improvements in 5.8

r26481@Command-Central (orig r8334):  groditi | 2008-09-03 01:54:43 +0200
only call ACCEPT_CONTEXT if we actually have a context
r26484@Command-Central (orig r8337):  rafl | 2008-09-03 08:03:36 +0200
Fix ACCEPT_COMPONENT tests.

As of r8334 MyApp->component doesn't invoke ACCEPT_COMPONENT anymore.
r26485@Command-Central (orig r8338):  rafl | 2008-09-03 08:03:41 +0200
Test MyApp->component not invoking ACCEPT_CONTEXT.
r26487@Command-Central (orig r8340):  rafl | 2008-09-03 10:38:05 +0200
Use Test::NoTabs instead of Test::Perl::Critic.
r26507@Command-Central (orig r8359):  rafl | 2008-09-05 17:50:16 +0200
Make go('/chained/action') execute the full chain, not just the endpoint.
r26508@Command-Central (orig r8360):  rafl | 2008-09-05 20:55:52 +0200
Fix ROADMAP url.

15 years agoFix ROADMAP url.
Florian Ragwitz [Fri, 5 Sep 2008 18:55:52 +0000]
Fix ROADMAP url.