Chop that chunk of sh*t out again, as we're going to hit anything which relies on...
[catagits/Catalyst-Runtime.git] / t /
2009-01-04 Tomas Doran Chop that chunk of sh*t out again, as we're going to...
2009-01-03 Tomas Doran And fixes for the CDI issue, this is getting really...
2009-01-03 Tomas Doran Fix, I suck today
2009-01-03 Tomas Doran Fix
2009-01-03 Tomas Doran More CDI related fail
2009-01-02 Tomas Doran Fix additive logging setup, and ergo Catalyst-Plugin...
2009-01-02 Tomas Doran Catalyst::View::Mason fixed
2009-01-02 Tomas Doran plugin new method test as-per various other plugins...
2008-12-28 Tomas Doran Move all the public attributes in Catalyst::Dispatcher...
2008-12-27 Tomas Doran Fix the return value of Catalyst::Request's body method...
2008-12-27 Tomas Doran Fix C::Request disparity between _body and body accesso...
2008-12-27 Tomas Doran Fix another test, I'm not doing well today
2008-12-27 Tomas Doran Fix test
2008-12-27 Tomas Doran Yet another 5.80 regression
2008-12-27 Tomas Doran Go away, otherwise running the tests against 5.70 doesn...
2008-12-27 Tomas Doran Fix the way Catalyst::Plugin::Server adds custom dispat...
2008-12-27 Tomas Doran Change what we stream to make test sync for engines...
2008-12-24 Florian Ragwitz Make the test suites YAML dependency optional.
2008-12-24 Tomas Doran Balls, that wasn't meant to be committed
2008-12-24 Tomas Doran Fix stringification of dispatcher and engine in debug...
2008-12-21 Tomas Doran Actually add the plugin, and remove the TODO item
2008-12-21 Tomas Doran C::P::A passes its tests against 5.80 now - fixed plugi...
2008-12-21 Tomas Doran Fix the CDI issue, Plugin::Auth's tests now blow up...
2008-12-21 Tomas Doran Authentication back compat fail due to ::ClassData...
2008-12-18 Tomas Doran Test for basename fixes
2008-12-18 Tomas Doran s/parent/base/
2008-12-18 Tomas Doran Fix lib path
2008-12-14 Tomas Doran Fix a 5.70/5.80 behavior change in Catalyst::Utils...
2008-12-10 Tomas Doran Patch to logging to add doc and make it possible to...
2008-12-08 Tomas Doran Do a load of small refatoring to remove direct hash...
2008-12-07 Tomas Doran Fix and test for issues when components import or defin...
2008-12-07 Tomas Doran Add test case for the thing which breaks C::P::Authenti...
2008-12-07 Tomas Doran Fix SKIP block in optional test
2008-12-07 Tomas Doran Test and fix for a case which caused uri_for to generat...
2008-12-06 Andy Grundman Move live_engine_response_print into aggregate
2008-12-05 Florian Ragwitz s/parent/base/;
2008-12-05 Florian Ragwitz Don't run the pod coverage tests unless Pod::Coverage...
2008-12-05 Andy Grundman Workaround max_redirect 0 bug
2008-12-05 Andy Grundman Note for other redirect test
2008-12-05 Andy Grundman Add note about failing tests on remote servers because...
2008-12-05 Andy Grundman Fix engine_request_uri tests to work on remote server...
2008-12-05 Andy Grundman Fix upload test to work with remote servers, don't...
2008-12-05 Andy Grundman Fix Catalyst::GO error in remote tests
2008-12-05 Andy Grundman Fix optional tests to run the live tests in the aggrega...
2008-12-05 Andy Grundman Change memleak test to use rss instead of total size
2008-12-05 Marcus Ramberg Update test suite to find right perl
2008-12-05 Marcus Ramberg Turn off verbose for aggregate
2008-12-05 Tomas Doran Changelog up to date, make comment re NEXT in the tests...
2008-12-05 Florian Ragwitz Silence C3::Adopt::NEXT warnings in the test suite.
2008-12-05 Andy Grundman Sort keys in this test so it always runs in the same...
2008-12-05 Andy Grundman Revert last fix, this breaks on old LWP, grrr
2008-12-05 Andy Grundman Fix warning with newer LWP that generates a duplicate...
2008-12-05 Rafael Kitover Add missing SKIP to URI test
2008-12-05 Andy Grundman Add additional tests to make sure upload temp files...
2008-12-05 Tomas Doran Remove use of NEXT from the test suite, except for...
2008-12-04 Tomas Doran Fix the SmartURI recursion using a predicate and un...
2008-12-04 Tomas Doran Make everything which used to inherit CAF use the MX...
2008-12-04 Tomas Doran Add skipped test for ininite recursion issue, re-arrang...
2008-12-03 Tomas Doran Fix FormFu in 5.80 + test, zamolxes++
2008-12-03 Tomas Doran Fix for Catalyst::Action::REST
2008-12-03 Tomas Doran Add extra HTTP::Body tests I have had hanging around...
2008-12-01 Florian Ragwitz Ignore C3 warnings on 5.10 when testing ensure_class_lo...
2008-12-01 Florian Ragwitz Only TODO the actually failing test.
2008-12-01 Marcus Ramberg Todo failing chained test
2008-11-30 Marcus Ramberg Fix ACCEPT_CONTEXT on MyApp
2008-11-27 Marcus Ramberg add test for calling ACCEPT_CONTEXT with class
2008-11-18 Jay Hannah Bug patch. The bug is that if you have any profile...
2008-11-17 Marcus Ramberg Support virtualhosts in tests
2008-11-11 Andreas Marienborg Added a test for a chained bug
2008-10-17 Florian Ragwitz Fix forwarding to Catalyst::Action objects.
2008-10-17 Florian Ragwitz Stop using Class::Inspector in the testsuite.
2008-10-17 Florian Ragwitz Stop using Class::Inspector. Class::MOP::load_class...
2008-10-15 Andy Grundman Merge cookie fix from 5.7
2008-10-15 Matt S Trout Workaround change in LWP that broke a cookie test ...
2008-09-25 Florian Ragwitz Remove warnings when running aggregated tests.
2008-09-24 Marcus Ramberg latest go/visit changes, pod fixes, all tests ok
2008-09-12 Florian Ragwitz Whitespace change to make vims syntax highlighting...
2008-09-09 Florian Ragwitz Merge branch 'test_aggregate'
2008-09-08 Marcus Ramberg Support print for Catalyst::Request
2008-09-08 Marcus Ramberg rename test test
2008-09-08 Marcus Ramberg Fixed tests for new test methods
2008-09-07 Marcus Ramberg Merge 'trunk' into 'Catalyst-Test-Updates'
2008-09-04 Florian Ragwitz Make Test::Aggregate reinitialize $FindBin::Bin for...
2008-09-04 Florian Ragwitz Optionally aggreagate tests.
2008-09-04 Florian Ragwitz Move aggregatable tests using TestApp to t/aggregate.
2008-09-03 Marcus Ramberg Add new test features
2008-09-03 Florian Ragwitz Use Test::NoTabs instead of Test::Perl::Critic.
2008-09-03 Florian Ragwitz Test MyApp->component not invoking ACCEPT_CONTEXT.
2008-09-03 Florian Ragwitz Fix ACCEPT_COMPONENT tests.
2008-09-01 Matt S Trout r12983@zaphod: kd | 2008-04-28 18:10:27 +1000
2008-07-28 Tomas Doran Commit a failing test for components getting config...
2008-06-26 Marcus Ramberg Add stringify back for action, and test
2008-06-23 Guillermo Roditi config wins, groditi loses. FUCK YOU FOR SUPPORTING...
2008-06-23 Guillermo Roditi still failing some tests. waiting for suggestions on...
2008-06-23 Guillermo Roditi backcompat for NEXT in &COMPONENT + test
2008-06-23 Guillermo Roditi revert MyApp instantiation
2008-06-23 Guillermo Roditi mro compat stuff
2008-06-23 Guillermo Roditi making $app be an instance, less symbol table hijacking...
2008-06-23 Guillermo Roditi Remove use of overload
2008-06-23 Guillermo Roditi Fix tests that were testing object internals instead...
next