Doc, add new upgrading caveat, and start what works on Moose docs for lack of a bette...
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Test.pm
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.
2005-03-26 Christian Hansen minor bugfixes
2005-03-25 Christian Hansen move C::E::LWP to C::E::Test and make C::E::H::D a...
2005-03-25 Christian Hansen - removed C::E::Server
2005-03-25 Sebastian Riedel fixed forwarding to class method pairs and did some...
2005-03-25 Christian Hansen - added Catalyst::Engine::HTTP
2005-03-23 Christian Hansen remove $class->import from C::Test as it will break...
2005-03-23 Andrew Ford call to $class->import in Catalyst::Test
2005-03-23 Christian Hansen cleaning C::Test
2005-03-23 Christian Hansen updated C::Test and documented changes
2005-03-23 Christian Hansen updated test to use C::E::Test
2005-03-23 Christian Hansen added C::E::CGI::NPH
2005-03-23 Christian Hansen added t/16uri.t
2005-03-22 Sebastian Riedel fixed small bug
2005-03-22 Christian Hansen reworked base and path handling
2005-03-21 Sebastian Riedel updated server.pl and cgi-server.pl
2005-03-20 Sebastian Riedel fixed CGI::Simple warning
2005-03-20 Sebastian Riedel typo again :/
2005-03-20 Sebastian Riedel improved Catalyst::Test::request
2005-03-19 Sebastian Riedel added script/cgi-server.pl
2005-03-08 Sebastian Riedel now ok draven?
2005-03-08 Sebastian Riedel for draven
2005-03-02 Sebastian Riedel Many bugfixes,better docs
2005-02-28 Marcus Ramberg initial import of catalyst.