Merge branch 'pr/135' into release-candidates/rc-5.90116
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Test.pm
2018-01-05 Jay Hannah Catalyst::Test request() docs patch
2013-09-13 Karen Etheridge get metaclass using preferred mechanism, via Moose
2013-09-08 Karen Etheridge Class::MOP::load_class, is_class_loaded was deprecated...
2012-08-17 Dagfinn Ilmari Man... In Catalyst::Test, don't mangle headers of non-HTML...
2012-01-25 Tomas Doran Clarify what this shit is here for
2011-10-21 Alexander Hartmaier more spelling fixes
2011-10-21 Tomas Doran Merge spelling test
2011-08-07 Tomas Doran Back compat fix for CX::CRUD and others
2011-07-29 Alexander Hartmaier more spelling fixes
2011-03-27 Florian Ragwitz Partially unify local and remote request codepaths
2011-03-27 Florian Ragwitz Use Plack::Test::ExternalServer in Catalyst::Test remot...
2011-03-27 Tomas Doran Fix the conditional here.
2011-03-18 Florian Ragwitz Merge branch 'master' into psgi
2011-03-12 Jonathan "Duke"... Make default test names reflect reality more and fix...
2011-03-12 Jonathan "Duke"... Give action_ok, action_redirect and action_notfound...
2011-03-09 Florian Ragwitz Merge branch 'master' into psgi
2011-03-07 Jonathan "Duke"... Improve the documentation for various functions in...
2011-03-03 Florian Ragwitz Deprecate local_request and remote_request
2011-03-03 Florian Ragwitz Move out building of the horrible ctx_request closure
2011-03-03 Florian Ragwitz Remove some kane-isms that hurt my eyes
2011-03-01 Florian Ragwitz Make getting to a PSGI app saner
2010-12-05 Tomas Doran Fix local_request. TODO - tests for local_request,...
2010-12-03 Florian Ragwitz Merge branch 'master' into psgi
2010-09-23 Tomas Doran Bug fix for ctx_request, via matso++
2010-08-03 Ronald J Kimball Make Catalyst::Test::local_request() set response base...
2010-05-24 Tomas Doran Merge trunk into here, fix tests to pass again with...
2010-04-13 Tomas Doran Document return of C::T::get is bytes not characters...
2010-01-14 Florian Ragwitz Merge branch 'master' into psgi
2010-01-14 Florian Ragwitz Make build_psgi_app public and add MyApp->psgi_app.
2010-01-11 Tomas Doran Deprecate bare imports of Catalyst::Test - either use...
2010-01-10 Florian Ragwitz Inline the OverrideEnv middleware into Catalyst::Test.
2010-01-10 Florian Ragwitz Add a way to specify additional psgi values in the...
2010-01-10 Tomas Doran Use Plack::Loader and push the running of plack back...
2010-01-09 Florian Ragwitz Delay erroring out on wrong usage of Catalyst::Test.
2010-01-09 Florian Ragwitz Tell the writer object when we're done.
2010-01-09 Florian Ragwitz Start porting Catalyst::Test to Plack::Test.
2009-10-06 Dagfinn Ilmari Man... Set ->request on the response object i Catalyst::Test...
2009-07-16 Dan Dascalescu Fixed POD links to get and request
2009-06-29 Tomas Doran Comment the magic so that someone doesn't just remove...
2009-06-28 Tomas Doran Fix bug from RT#46459, misc cleanups in Catalyst::Test
2009-06-27 Florian Ragwitz Apply method modifier to capture $ctx for ctx_request...
2009-06-11 Dan Dascalescu Fixed run-on sentence in COPYRIGHT and s/program/library/
2009-06-11 Dan Dascalescu Fixed typos, added parameters for content_like
2009-05-21 Tomas Doran Fixed ->engine->env in Catalyst::Test, kmx++
2009-05-13 Rafael Kitover Catalyst::Test - add notice about inline tests no longe...
2009-05-07 Jos Boumans perl5.8.8 + cat 5.80's Cat::Test->ctx_request didn...
2009-04-22 Dan Dascalescu POD update: METHODS is =head1 (not =head2)
2009-04-22 Dan Dascalescu Fixed the POD to hyperlink to methods. No code changes.
2009-03-21 Tomas Doran Merge r9534 renaming kanes crequest to ctx_request...
2009-03-20 Jos Boumans rename crequest to ctx_request on request of #cat-dev
2009-03-20 Tomas Doran Port kanes r9520 up to 5.80 trunk
2009-03-18 Jos Boumans Add Catalyst::Test::crequest to return both HTTP::Respo...
2009-02-19 Florian Ragwitz Create branch register_actions.
2009-02-08 Florian Ragwitz Workaround for unknown namespace::clean + Sub::Exporter...
2009-02-08 Florian Ragwitz Don't import the Test::More exports into Catalyst:...
2009-01-12 Tomas Doran Sort out CatalystX::CRUD issues
2009-01-02 Tomas Doran Catalyst::View::Mason fixed
2008-12-08 Andy Grundman Backport several fixes from 5.8 needed to get remote...
2008-12-05 Andy Grundman Workaround max_redirect 0 bug
2008-11-17 Marcus Ramberg Support virtualhosts in tests
2008-10-17 Florian Ragwitz Remove the exports builder from the Catalyst::Test...
2008-10-17 Florian Ragwitz Use Class::MOP instead of Class::Inspector in Catalyst...
2008-10-17 Florian Ragwitz Port Catalyst::Test to Sub::Exporter.
2008-10-14 Marcus Ramberg Change Catalyst::Test to use Moose
2008-09-08 Marcus Ramberg Fixed tests for new test methods
2008-09-03 Marcus Ramberg Add new test features
2008-09-01 Matt S Trout r12983@zaphod: kd | 2008-04-28 18:10:27 +1000
2008-07-14 Brian Cassidy Updated Catalyst::Test docs to mention the use of HTTP...
2008-06-30 Brian Cassidy authors cleanup
2007-10-29 Andy Grundman Allow for CATALYST_SERVER settings with a trailing...
2007-08-03 Andy Grundman Remove a big chunk of duplicate code from C::Test
2007-04-04 Kieren Diment fixed bodged svk push
2007-04-04 Kieren Diment minor change to C::Test for style
2007-04-04 Kieren Diment fixed problem with overlapping server path and request...
2007-03-28 Andy Grundman Fix to C::Test to allow proper testing of remote URLs...
2007-03-12 Kieren Diment minor change to C::Test for style
2007-03-12 Kieren Diment fixed problem with overlapping server path and request...
2007-03-12 Kieren Diment improved docs showing how to handle redirects
2006-09-28 Jess Robinson Applied patch from Ton Voon, using Catalyst::Test witho...
2006-05-25 Matt S Trout removed UNIVERSAL::require from core
2006-05-19 Matt S Trout Use Class::Inspector->loaded() instead of ->can('can')
2006-04-30 Yuval Kogman make Catalyst::Test not try to require if $class->can...
2006-04-24 Marcus Ramberg lala
2005-11-19 Sebastian Riedel Fixed env
2005-11-19 Sebastian Riedel Reformatted documentation
2005-11-18 Sebastian Riedel Updated pod
2005-11-17 Sebastian Riedel Fixed typo
2005-11-15 Sebastian Riedel Updated Catalyst::Test to use HTTP::Request::AsCGI
2005-11-15 Sebastian Riedel Fixed multiple header bug
2005-11-06 Sebastian Riedel Added DBIx::Class::WebForm
2005-10-31 Yuval Kogman Releng, test fixes, bug fixes for Session plugins
2005-10-23 Sebastian Riedel Fixed Catalyst::Test to not throw a exception when...
2005-09-27 Andy Grundman Added recursive -r flag to prove example
2005-07-01 Christian Hansen Fixed $c->request->cookie, and improved detection of...
2005-06-14 Christian Hansen Added Catalyst::Exception
2005-05-05 Christian Hansen Minor engine cleanup
2005-04-18 Marcus Ramberg updated syntax for 5.0
2005-04-14 Sebastian Riedel typo
2005-04-14 Sebastian Riedel now really die
2005-03-30 Marcus Ramberg make pod tests pass, if rclamp applies my patch.
next