The warning about a class having mutable ancestors has been removed (and was never...
[catagits/Catalyst-Runtime.git] / t /
2009-09-10 Tomas Doran Merge 'deprecate_appclass_actions' into 'trunk'
2009-09-10 Tomas Doran Merge 'trunk' into 'deprecate_appclass_actions'
2009-09-09 Marcus Ramberg un-TODO passing TODO tests
2009-09-07 Tomas Doran Merge 'trunk' into 'deprecate_appclass_actions'
2009-09-07 Tomas Doran AGH. Too tired to be doing this, fucked it up again
2009-09-07 Tomas Doran Test for r11331 + fix to only report each action name...
2009-09-03 Yousef H. Alhashemi Made $warnings a global variable for the appclass actio...
2009-09-03 Yousef H. Alhashemi Test that warnings are generated if appclass actions...
2009-09-01 Yousef H. Alhashemi Added a test that warnings do get thrown if appclass...
2009-09-01 Tomas Doran Stop remote tests breaking everything, and force author...
2009-09-01 Tomas Doran Nuke skipped test which will never pass
2009-08-26 Yousef H. Alhashemi Added 'use Test::More;'. Duh.
2009-08-26 Yousef H. Alhashemi Moved ACLTestApp from the test file to an app class...
2009-08-26 Yousef H. Alhashemi More actions moved to root controllers.
2009-08-25 Tomas Doran 0003-Remove-diag-message.patch (marcus)
2009-08-24 Tomas Doran Test fixes for if CATALYST_DEBUG is set to 1.
2009-08-23 Florian Ragwitz Failing test for component loading
2009-08-22 Florian Ragwitz Remove leftovers of the restarter engine.
2009-08-21 Florian Ragwitz Add test for sending the body from a filehandle with...
2009-08-21 Tomas Doran Fix and tests for big issue in 5.80008
2009-08-19 Tomas Doran Clean up test app for the exception test, as we don...
2009-08-19 Tomas Doran Back out r11057 which breaks one of the chained tests...
2009-08-19 Tomas Doran Fail commit was fail. Back out the part I didn't want
2009-08-19 Tomas Doran Move test to make more sense in my idea of the naming...
2009-08-18 Ferruccio Zamuner drop POD comments.
2009-08-18 Ferruccio Zamuner Test case using Exception::Class
2009-08-18 Tomas Doran Something like this
2009-08-17 Tomas Doran Switch to catalyst_component_name
2009-08-17 J. Shirley Adding and documented X-Forwarded-Port
2009-08-16 Yousef H. Alhashemi Returned the foo() action to TestAppPathBug.pm so it...
2009-08-16 Yousef H. Alhashemi Moved foo() from the app class to a root controller
2009-08-12 Tomas Doran Split test out into a more proper app, so that the...
2009-08-12 Yousef H. Alhashemi Moved action methods from TestAppDoubleAutoBug.pm to...
2009-08-11 Yousef H. Alhashemi Moved end() from Catalyst::Plugin::Test::Plugin to...
2009-08-10 Yousef H. Alhashemi prepare_action() fix by t0m (removed closure)
2009-08-09 Tomas Doran Rewrite fixes for RT#48555
2009-08-09 Tomas Doran Fix RT#48555
2009-08-06 Yousef H. Alhashemi Moved action methods from t/lib/TestApp.pm to t/lib...
2009-08-06 Andrew Rodland Add a method to the stats object to get the request...
2009-08-01 Rafael Kitover allow uri_for($controller_instance)
2009-08-01 Tomas Doran Merge branch pass_component_names:
2009-07-26 Dave Rolsky fix spelling of attributes in the test name
2009-07-23 Andrew Rodland Test and Changelog entry for r10961.
2009-07-18 Tomas Doran Add tests that _component_name works as expected, and...
2009-07-12 Tomas Doran Fix test
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
next