private_path method for actions that returns a string suitable for use in forward...
[catagits/Catalyst-Runtime.git] / t /
2009-07-11 Guillermo Roditi private_path method for actions that returns a string...
2009-06-30 Tomas Doran Test case for a way to make C3 crap itself by partially...
2009-06-30 Tomas Doran Core fix for warnings due to undef body as per fix...
2009-06-30 Cory G Watson Add new uri_with mode for appending.
2009-06-30 Eden Cardim added test case + patch for inherited action configuration
2009-06-29 Tomas Doran Don't mangle query parameters passed to uri_for, the...
2009-06-29 Florian Ragwitz Disable ContextClosure tests with LeakCheckers that...
2009-06-29 Florian Ragwitz Actually use make_context_closure correctly in the...
2009-06-28 Tomas Doran And unfuck test by calling ->handle_request correctly...
2009-06-28 Tomas Doran Make Test::Aggregate not puke due to weird character...
2009-06-28 Tomas Doran Add a TODO test for matching url encoded paths from...
2009-06-27 Florian Ragwitz Don't screw the prove -l user too hard.
2009-06-27 Florian Ragwitz Apply method modifier to capture $ctx for ctx_request...
2009-06-26 Florian Ragwitz Fix annoying warnings in Utils::resolve_namespace.
2009-06-26 Florian Ragwitz Add test for ContextClosure.
2009-06-25 Rafael Kitover Merge 'namespace_handling_refactor' into 'trunk'
2009-06-25 Rafael Kitover Merge 'trunk' into 'index_default_fuckage'
2009-06-25 Rafael Kitover Merge 'trunk' into 'namespace_handling_refactor'
2009-06-22 Tomas Doran Fix uri_for_action test by just reverting to as it...
2009-06-22 Tomas Doran Test closures in config in the testapp. Makes everythin...
2009-06-22 Rafael Kitover missing / in test file
2009-06-21 Rafael Kitover forgot to add a file
2009-06-21 Kieren Diment this test is not for the regression which you seek
2009-06-21 Rafael Kitover fix root default thingie jayk gave me, sanitize Paths...
2009-06-21 Rafael Kitover Merge 'trunk' into 'index_default_fuckage'
2009-06-20 Tomas Doran Update test to be TODO, and note this case used to...
2009-06-20 Tomas Doran Re-add lukes specific regression test from r10498
2009-06-20 Rafael Kitover minor changes
2009-06-20 Rafael Kitover nicer action sorting for Path
2009-06-19 Rafael Kitover prevent actions named index from registering as an...
2009-06-19 Tomas Doran 1 more MockObject removal
2009-06-19 Tomas Doran Remove MockObject
2009-06-19 Tomas Doran Remove Test::MockObject
2009-06-19 Tomas Doran Remove Test::MockObject
2009-06-19 Tomas Doran Just initialize a logger which only logs fatal errors...
2009-06-18 Rafael Kitover made a failing test
2009-06-18 Kieren Diment attempt to test for the infamous repeating path-uri...
2009-06-18 Rafael Kitover slight test fix, but test is still probably wrong
2009-06-18 Tomas Doran Test dinks
2009-06-17 J. Shirley Fixing test count
2009-06-17 J. Shirley Adding failing test for uri_for behaviors
2009-06-17 Tomas Doran Back out 10498 and 10097
2009-06-11 Rafael Kitover fix $c->view() bug hopefully
2009-06-10 Luke Saunders prevent encoding plus signs in uri_for args
2009-06-09 Rafael Kitover added test for ->view() with one view not returning...
2009-06-07 Moritz Onken Added support for ~ prefix to plugins and action classes
2009-06-07 Moritz Onken controller actions without attributes which are defined...
2009-06-06 Tomas Doran Fix warnings, we may not always be dumping a object
2009-06-06 Rafael Kitover stackoverflow path bug take two
2009-06-06 Rafael Kitover test for stackoverflow Path bug
2009-06-04 Hans Dieter Pearcey Test validity of Args attribute for Chained actions
2009-06-01 Marcus Ramberg Add default to confirm order bug
2009-05-29 Justin Hunter put Catalyst::Plugin::Test::MangleDollarUnderScore...
2009-05-29 Justin Hunter why have two loops
2009-05-29 Tomas Doran Epic fail plugin breaks everything which loads TestApp
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-15 Tomas Doran Woo, Emmanuel Quevillon's mailing list mail gave me...
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-13 Tomas Doran Fix the meta method test
2009-05-13 Tomas Doran B::Hooks::EndOfScope eats exceptions inside the on_scop...
2009-05-13 Tomas Doran Tests showing we are not immutable at the end of the...
2009-05-13 Roland Lammel Rename the actions attribute in Catalyt::Controller...
2009-05-13 Tomas Doran Move the inline packages out into their own files so...
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-05-11 Tomas Doran Not a Moose class, ergo we don't have a preinitialized...
2009-05-11 Tomas Doran Add test controller with its own meta method, still...
2009-05-07 Jos Boumans perl5.8.8 + cat 5.80's Cat::Test->ctx_request didn...
2009-05-07 Tomas Doran Test in Catalyst for 349cda in Moose
2009-04-29 Florian Ragwitz Changelogging.
2009-04-28 Dave Rolsky If a class makes itself immutable and turns off constru...
2009-04-28 Tomas Doran Patch for uri_for_action with regex dispatch from RT...
2009-04-28 Tomas Doran Fix RT#43375
2009-04-28 Tomas Doran Make logging additive properly. No longer WTF.
2009-04-28 Tomas Doran Tests for setup_stats, its all good..
2009-04-28 Tomas Doran Fix false fail, caused by r9907 tidyup to not bother...
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 Tomas Doran Should fix $ENV issues
2009-04-23 Alexander Hartmaier added test for Moose controller inheritance using metho...
2009-04-23 Rafael Kitover runtime: fix logging with -Debug
2009-04-21 Tomas Doran Changelog, use stdout in tests to be less noisy
2009-04-21 Tomas Doran That can't work as you get circular deps..
2009-04-21 Tomas Doran Fix kds bug, find another bug causing all log levels...
2009-04-21 Tomas Doran Tests for kds fail. Comments indicate other fail?
2009-04-21 Tomas Doran Fixed non-moose classes initialization order issues...
2009-04-20 Tomas Doran Nuke unused chunk of the TestApp. Also add test case...
2009-04-14 Tomas Doran Test uri_with clears query params
next