Remove MockObject from Makefile.PL
[catagits/Catalyst-Runtime.git] / t / aggregate /
2009-06-18 Rafael Kitover slight test fix, but test is still probably wrong
2009-06-17 Tomas Doran Back out 10498 and 10097
2009-06-11 Rafael Kitover fix $c->view() bug hopefully
2009-06-09 Rafael Kitover added test for ->view() with one view not returning...
2009-06-06 Rafael Kitover stackoverflow path bug take two
2009-06-06 Rafael Kitover test for stackoverflow Path bug
2009-05-29 Justin Hunter put Catalyst::Plugin::Test::MangleDollarUnderScore...
2009-05-29 Justin Hunter why have two loops
2009-05-26 Rafael Kitover totally forgot to check if captureargs are decoded...
2009-05-26 Tomas Doran All works fine if you were already decoding manually...
2009-05-26 Rafael Kitover URI-decode chained args
2009-05-26 Rafael Kitover add tests which prove the current behavior of not decod...
2009-05-22 KMX win32 compatibility patch for live_engine_request_env.t
2009-05-22 Tomas Doran Backing out r10230, as that won't work against a remote...
2009-05-21 KMX little fix for test live_engine_request_env.t
2009-05-21 Tomas Doran Tests for %ENV fail in Catalyst::Test
2009-05-21 Tomas Doran Merge the branch which gives ->req->remote_user without...
2009-05-19 Dan Dascalescu Fixed "its" vs "it's"
2009-05-14 Tomas Doran Add tests to show that 5.80 broke ->req->parameters...
2009-05-14 Tomas Doran Add support for applying Moose roles in the plugin...
2009-05-12 Tomas Doran Add a few more tests for this issue in various other...
2009-05-12 Tomas Doran Test demonstrating that / in a CaptureArg doesn't get...
2009-04-28 Tomas Doran Patch for uri_for_action with regex dispatch from RT...
2009-04-28 Tomas Doran Bump MX::MA again, couple of little tidyups
2009-04-27 Peter Karman add test for attribute overrides
2009-04-26 Tomas Doran Somewhat, but not much more sane. There are still bugs...
2009-04-25 Tomas Doran Add another test, and TODO the fail.
2009-04-23 Alexander Hartmaier added test for Moose controller inheritance using metho...
2009-04-14 Tomas Doran Test uri_with clears query params
2009-04-03 Hans Dieter Pearcey remove trailing whitespace
2009-03-28 Hans Dieter Pearcey include test for failure mode
2009-03-28 Hans Dieter Pearcey add uri_for_action and switch tests to use it
2009-03-21 Tomas Doran Unfuck last commit, fix go tests, remove unneeded crud...
2009-03-21 Tomas Doran Much cleaner. The visit class test wasn't actually...
2009-03-21 Tomas Doran Fix the go test
2009-03-21 Tomas Doran Make CaptureArgs get passed, this makes the test less...
2009-03-21 Tomas Doran Merge up ashs r9505 from 5.70
2009-03-04 Tomas Doran FAILCAKE, I only meant to TODO
2009-03-04 Tomas Doran From #catalyst-dev before
2009-03-01 Florian Ragwitz Add failing test for passing arguments to visited chain...
2009-02-19 Florian Ragwitz Create branch register_actions.
2009-02-19 Florian Ragwitz Remove uneccesary code i accidentially copied from...
2009-02-19 Florian Ragwitz Add test for moose controller instances being construct...
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 Yet another 5.80 regression
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-18 Tomas Doran Test for basename fixes
2008-12-18 Tomas Doran Fix lib path
2008-12-06 Andy Grundman Move live_engine_response_print into aggregate
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 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-04 Tomas Doran Fix the SmartURI recursion using a predicate and un...
2008-12-04 Tomas Doran Add skipped test for ininite recursion issue, re-arrang...
2008-12-03 Tomas Doran Add extra HTTP::Body tests I have had hanging around...
2008-12-01 Florian Ragwitz Only TODO the actually failing test.
2008-12-01 Marcus Ramberg Todo failing chained test
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-15 Andy Grundman Merge cookie fix from 5.7
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-04 Florian Ragwitz Move aggregatable tests using TestApp to t/aggregate.