update distar url
[catagits/Catalyst-Runtime.git] / t / lib / TestApp.pm
2020-06-19 Graham Knop include our own leak checking code rather than using...
2018-04-13 Graham Knop whitespace cleanup
2018-04-13 Graham Knop drop namespace::autoclean
2018-04-12 Graham Knop remove dep on Class::Data::Inheritable which isn't...
2013-09-08 Karen Etheridge Class::MOP::load_class, is_class_loaded was deprecated...
2013-06-12 John Napiorkowski merged after conflict resolution
2013-06-12 Dimitar Petrov Better configuration key name
2013-06-12 Dimitar Petrov Add option to break a chain if error occurs
2013-05-24 Wallace Reis Unicode plugin - rework encoding default config
2013-05-10 Wallace Reis Unicode plugin: import tests and update current ones
2012-06-30 Tomas Doran Fix ->finalize_headers getting called twice. RT#78090
2012-06-25 Andrew Rodland Fix CPAN RT#76179
2012-05-25 skaufman tests and patch for Controller to accept action_args...
2010-05-20 Tomas Doran Merge 'trunk' into 'more_metaclass_compat'
2010-05-19 Jay Hannah We appear to have a bug where if lazy => 1 isn't set...
2010-05-08 Tomas Doran I hate this name less. Others may feel differently
2010-05-02 Tomas Doran Revert to old behaviour, allow config for new behaviour...
2010-04-19 Tomas Doran Bah, accidentally removed..
2010-04-19 Tomas Doran Document the action config here, as people don't seem...
2010-04-19 Tomas Doran Remove the fugly hack to avoid metaclass compat issues...
2010-01-14 Florian Ragwitz Only set up the leakchecker for the tests that need it.
2009-09-10 Tomas Doran Merge 'deprecate_appclass_actions' into 'trunk'
2009-09-07 Tomas Doran Merge 'trunk' into 'deprecate_appclass_actions'
2009-09-01 Tomas Doran Stop remote tests breaking everything, and force author...
2009-08-06 Yousef H. Alhashemi Moved action methods from t/lib/TestApp.pm to t/lib...
2009-06-26 Florian Ragwitz Add test for ContextClosure.
2009-05-29 Justin Hunter put Catalyst::Plugin::Test::MangleDollarUnderScore...
2009-05-29 Tomas Doran Epic fail plugin breaks everything which loads TestApp
2009-05-14 Tomas Doran Add support for applying Moose roles in the plugin...
2009-04-12 Tomas Doran Remove use of Catalyst::Base from the tests
2009-03-21 Tomas Doran Unfuck last commit, fix go tests, remove unneeded crud...
2009-02-19 Florian Ragwitz Create branch register_actions.
2009-02-19 Florian Ragwitz Don't set up the moose controller unless Moose is avail...
2009-01-12 Marcus Ramberg Backport go/visit from 5.8 (janh), prepare for dev...
2008-12-27 Tomas Doran Fix the way Catalyst::Plugin::Server adds custom dispat...
2008-12-05 Tomas Doran Remove use of NEXT from the test suite, except for...
2008-09-24 Marcus Ramberg latest go/visit changes, pod fixes, all tests ok
2008-09-01 Matt S Trout r12983@zaphod: kd | 2008-04-28 18:10:27 +1000
2008-06-25 Marcus Ramberg remove a confusing and duplicate bit of documentation
2008-06-23 Guillermo Roditi Remove use of overload
2007-08-21 Marcus Ramberg Make test suite load inline plugin
2007-03-27 Andy Grundman When testing and something crashes, don't display the...
2006-03-12 Matt S Trout Looping and recursion tests plus a fix
2006-02-17 Curtis "Ovid" Poe Added plugin introspection.
2005-11-26 Sebastian Riedel Fixed forward to classes
2005-11-19 Sebastian Riedel Switched to Module::Install
2005-10-10 Andy Grundman Merged 5.49_01 (r1339) from refactored branch to trunk
2005-04-16 Christian Hansen Updated and expanded test suit
2005-04-15 Sebastian Riedel Fixed sprintf in TestApp
2005-04-14 Marcus Ramberg updated absolute/relative tests/classes to global/local.
2005-04-14 Marcus Ramberg added tests for forward to global private actions.
2005-04-10 Christian Hansen new test suit