Fix ->finalize_headers getting called twice. RT#78090
[catagits/Catalyst-Runtime.git] / t / lib / TestApp /
2012-06-08 Florian Ragwitz Move Controller::ActionRole's functionality into the...
2012-05-25 skaufman tests and patch for Controller to accept action_args...
2012-05-24 Gerda Shank fix body_parameters is undef when no params
2012-03-13 Brian Phillips prevent body_params from being reset on each access
2012-01-22 Tomas Doran Another recusion warning
2012-01-22 Tomas Doran Merge remote branch 'origin/no_state_in_engine'
2011-12-01 Brian Cassidy silent warnings from Data::Dumper about dummy CODE...
2011-11-22 Matthias Dietrich Changed ActionRole to ActionClass
2011-11-22 Matthias Dietrich Implemented match_captures
2011-10-25 Tomas Doran Move all request state out of the engine into Request...
2011-10-21 André Walker fixing to work with perl 5.8
2011-10-21 André Walker Suppressing Data::Dumper warnings in test t/aggregate...
2011-10-21 Tomas Doran Merge remote branch 'origin/suppress_data_dumper_warnings'
2011-10-05 Tomas Doran Kill irritating warning
2011-10-05 Tomas Doran Fix issue with array refs and actions from config....
2011-09-02 Oskari Okko Ojala Tests for redirects
2011-08-02 André Walker fixing to work with perl 5.8
2011-08-01 André Walker Suppressing Data::Dumper warnings in test t/aggregate...
2011-07-24 Tomas Doran Merge master into psgi branch
2011-07-15 Brian Phillips skip setting cookies that can't be created successfully
2011-06-01 Florian Ragwitz Merge branch 'master' into psgi
2011-05-16 Dagfinn Ilmari Man... Append $\ in Catalyst::Response->print
2011-05-15 Florian Ragwitz Merge branch 'master' into psgi
2011-05-05 Ton Voon Fixed situation where a detach($action) from a forward...
2011-05-03 Dave Rolsky Add a test to make sure that a die in a Controller...
2011-04-14 Florian Ragwitz Add a test for configuring attributes for all actions
2011-04-14 Florian Ragwitz Add a test view for dumping actions
2011-03-02 Florian Ragwitz Remove testsuite's assumptions about where it's mounted...
2011-03-01 Florian Ragwitz Merge branch 'master' into psgi
2011-02-15 Tomas Doran Fix 5.80 bug which causes slurp to fail if called multi...
2011-02-14 Tomas Doran Fix body predicate bug/back compat issue
2011-01-28 Alexander Hartmaier added test for chained dispatcher fail on multiple...
2011-01-23 Florian Ragwitz Merge branch 'master' into psgi
2010-12-17 Tomas Doran Fix the case for body '0'
2010-12-03 Florian Ragwitz Merge branch 'master' into psgi
2010-11-19 Stefan Seifert Fix passing file GLOBs to $c->res->body
2010-09-29 Tomas Doran Need to use _add_meta_method from new Moose onwards...
2010-08-16 Tomas Doran Merge 'trunk' into 'psgi'
2010-08-03 Ronald J Kimball Make Catalyst::Test::local_request() set response base...
2010-07-08 John Napiorkowski fixed running unnder http server test failure and added...
2010-06-15 Tomas Doran Commit standalone test, test which makes the TestApp...
2010-05-24 Tomas Doran Merge trunk into here, fix tests to pass again with...
2010-05-02 Florian Ragwitz Unbreak tests by actually adding the module they're...
2010-04-21 Alex J. G. Burzyński Fix not stripping backslashes in DispatchType::Regex...
2010-01-24 Oliver Charles Allow models and components to specify the names of...
2010-01-19 Florian Ragwitz Merge branch 'action_args'
2010-01-10 Florian Ragwitz Don't dump psgi.input as it can't be deserialized.
2009-12-02 Gerda Shank add another failing test for Chained CaptureArgs preference
2009-11-27 Gerda Shank testcase for Chained bug - dispatches to wrong action
2009-11-23 Tomas Doran Don't do bytes::length, just use length, tests to demon...
2009-11-13 Florian Ragwitz Add tests for passing extra arguments to action constru...
2009-11-12 Tomas Doran Merge 'trunk' into 'uri_encode_captures_andor_args_take2'
2009-11-12 Tomas Doran Tests, fix args as well as captureargs and be less...
2009-10-19 Tomas Doran Remove warnings from duplicate action declerations
2009-09-10 Tomas Doran Merge 'deprecate_appclass_actions' into 'trunk'
2009-09-07 Tomas Doran Merge 'trunk' into 'deprecate_appclass_actions'
2009-08-21 Florian Ragwitz Add test for sending the body from a filehandle with...
2009-08-17 Tomas Doran Switch to catalyst_component_name
2009-08-11 Yousef H. Alhashemi Moved end() from Catalyst::Plugin::Test::Plugin to...
2009-08-06 Yousef H. Alhashemi Moved action methods from t/lib/TestApp.pm to t/lib...
2009-07-18 Tomas Doran Add tests that _component_name works as expected, and...
2009-06-30 Eden Cardim added test case + patch for inherited action configuration
2009-06-29 Florian Ragwitz Actually use make_context_closure correctly in the...
2009-06-26 Florian Ragwitz Add test for ContextClosure.
2009-06-25 Rafael Kitover Merge 'trunk' into 'namespace_handling_refactor'
2009-06-22 Tomas Doran Test closures in config in the testapp. Makes everythin...
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-01 Marcus Ramberg Add default to confirm order bug
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 add tests which prove the current behavior of not decod...
2009-05-21 Tomas Doran Tests for %ENV fail in Catalyst::Test
2009-05-14 Tomas Doran Add support for applying Moose roles in the plugin...
2009-05-13 Roland Lammel Rename the actions attribute in Catalyt::Controller...
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-23 Alexander Hartmaier added test for Moose controller inheritance using metho...
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
2009-04-12 Tomas Doran Remove use of Catalyst::Base from the tests
2009-03-28 Hans Dieter Pearcey add uri_for_action and switch tests to use it
2009-03-22 Tomas Doran Merge 'add_captures_to_visit' into 'trunk'
2009-03-22 Tomas Doran Make chaining to yourself explode at app load time...
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-16 Ash Berlin Add test for looping DispatchType::Chained->list
2009-03-04 Tomas Doran Backport failing test into 5.70 trunk
2009-03-04 Tomas Doran Make Moose components collaberate with non-Moose Catalyst
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 backport test for moose controller instances being...
next