Handle $c->error called as a class method.
[catagits/Catalyst-Runtime.git] / t /
2006-04-13 Andy Grundman Failing test for /foo vs /foo/
2006-04-01 Matt S Trout Added models/views/controllers methods
2006-03-26 Andy Grundman Test fixes for remote servers
2006-03-20 Matt S Trout Squelched warnings in live recursion tests
2006-03-12 Matt S Trout Looping and recursion tests plus a fix
2006-03-10 Marcus Ramberg prepared for release.
2006-03-02 Marcus Ramberg one more test.
2006-03-02 Marcus Ramberg also, tests.
2006-02-27 Curtis "Ovid" Poe Fixed a bug I introduced whereby registered_plugins...
2006-02-26 Matt S Trout Fixes to model/view/controller methods from Brandon...
2006-02-26 Matt S Trout Test
2006-02-23 Matt S Trout Initial support for :Args attribute
2006-02-21 Marcus Ramberg prepared for release of 5.65
2006-02-20 Curtis "Ovid" Poe Oh, the humiliation of forgetting to add a test plugin :(
2006-02-17 Curtis "Ovid" Poe Added plugin introspection.
2006-02-15 Marcus Ramberg support hashref for params in uri_for
2006-01-29 Matt S Trout - Fixed http://dev.catalyst.perl.org/ticket/62
2006-01-28 Matt S Trout - Missing svk add, as usual
2006-01-28 Matt S Trout - Updated POST upload handling patch from miyagawa
2006-01-13 Curtis "Ovid" Poe Modified Catalyst::Log to make it a bit easier to contr...
2005-12-10 Matt S Trout - Tweaked the error tests to handle more verbose error...
2005-12-10 Matt S Trout - Fixed typo in names
2005-12-10 Sebastian Riedel Added class and method for catched exceptions messages
2005-12-08 Andy Grundman Oops, put back correct fastcgi tests
2005-12-08 Andy Grundman Fixed warning in Engine::CGI when PATH_INFO is undef
2005-12-08 Sebastian Riedel Fixed tests
2005-12-05 Andy Grundman Re-added REDIRECT_URL support with tests
2005-11-26 Sebastian Riedel Fixed forward to classes
2005-11-23 Andy Grundman Fixed memleak test
2005-11-19 Sebastian Riedel Added test
2005-11-19 Sebastian Riedel Updated uri_for to accept undef actions
2005-11-19 Sebastian Riedel Updated tests
2005-11-19 Sebastian Riedel Renamed tests
2005-11-19 Sebastian Riedel Renamed tests
2005-11-19 Sebastian Riedel Switched to Module::Install
2005-11-15 Sebastian Riedel Fixed multiple header bug
2005-11-15 Marcus Ramberg more tests for $c->model and friends.
2005-11-15 David Kamholz - reverted previous change
2005-11-15 Yuval Kogman Make headers and cookies non-writable after finalize...
2005-11-14 Yuval Kogman Revert readonly headers
2005-11-14 Yuval Kogman Make headers and cookies non-writable after finalize...
2005-11-14 Sebastian Riedel Changed uri_for behavior, updated for 5.51
2005-11-10 Sebastian Riedel Added Relative.pm
2005-11-10 Sebastian Riedel Fixed the forwarding fix :)
2005-11-10 Andy Grundman Made threads test optional
2005-11-10 Matt S Trout - Extra Path tests (thanks LTJake)
2005-11-09 Sebastian Riedel Fixed some bugs and improved logs
2005-11-07 Sebastian Riedel Fixed error reporting for acl exceptions
2005-11-06 Matt S Trout - Further tweaks and added tests
2005-11-06 Sebastian Riedel Added $c->controller, $c->model and $c->view shortcuts
2005-11-05 Matt S Trout - Restored Regex behaviour and added LocalRegex
2005-11-03 Sebastian Riedel Fixed dravens test
2005-11-03 Marcus Ramberg test inheritance of builtin actions in mainapp.
2005-11-02 Matt S Trout - Made forward use $c->component($command) instead...
2005-11-01 Matt S Trout - Made relative regexps work
2005-11-01 Matt S Trout - sub foo :Path { ... } now works!
2005-11-01 Matt S Trout - Added new _DISPATCH private action for dispatching
2005-10-28 Andy Grundman Require HTTP::Body >= 0.03 for the memleak test
2005-10-27 Andy Grundman Updated CGI and FastCGI tests to not delete the tmp...
2005-10-27 Andy Grundman Killed the last memory leak
2005-10-26 Andy Grundman Allow user-specified uri to test for leaks
2005-10-26 Andy Grundman Combined memleak test with stress test to test all...
2005-10-26 Andy Grundman Added nicer size strings to memleak test
2005-10-26 Andy Grundman Fixed use GTop
2005-10-26 Andy Grundman Added a memory leak test
2005-10-25 Matt S Trout - path_to.t fixed on Windows, thanks to LTjake
2005-10-25 Sebastian Riedel Added path_to method
2005-10-25 Sebastian Riedel Added $c->error(0) support
2005-10-24 Andy Grundman Fixed path in stress test data
2005-10-24 Andy Grundman Added a simple stress test that hits every URI in the...
2005-10-24 Matt S Trout - And the one that sliiped through
2005-10-24 Matt S Trout - Fixed CAT_BENCH_ITERS :)
2005-10-24 Matt S Trout - Updates action tests to use CAT_BENCH_ITERS or 2...
2005-10-22 Andy Grundman Added a failing test for args passed to default
2005-10-22 Andy Grundman Fixed index test to work around HTTP::Response bug
2005-10-22 Andy Grundman Added expected actions tests to index test
2005-10-22 Andy Grundman Moved first-level index to a new controller so inherite...
2005-10-22 Andy Grundman Added a first-level controller index test, that passes
2005-10-22 Andy Grundman Added index tests, 2 are failing
2005-10-22 Sebastian Riedel Added on demand DispatchType loading
2005-10-22 Andy Grundman Added a benchmark to the auto test, CAT_BENCHMARK=1
2005-10-22 Andy Grundman Fixed extra.conf to use correct tmp dir
2005-10-21 Andy Grundman Added 10x loop around auto tests
2005-10-21 Andy Grundman Added some tests for auto
2005-10-21 Sebastian Riedel Added some stress testing
2005-10-21 Andy Grundman Made restart tests a bit more descriptive
2005-10-20 Andy Grundman Changed http tests to use t/tmp instead of t/var
2005-10-20 Andy Grundman Skip filehandle tests on remote servers
2005-10-20 Andy Grundman Added tests for passing filehandle to res->body
2005-10-20 Andy Grundman Removed some debug code
2005-10-20 Andy Grundman Fixed http server test scripts to run catalyst.pl witho...
2005-10-19 Andy Grundman Fixed http tests to use local libs and run better on...
2005-10-18 Andy Grundman Fixed header test for proxied requests so it works...
2005-10-18 Andy Grundman Fixed Apache tests so they don't prompt for config...
2005-10-18 Andy Grundman Added automated tests for CGI and FastCGI using Apache...
2005-10-18 Andy Grundman Fixed http-server tests so it reads test results
2005-10-18 Andy Grundman Added a test for auto-restart feature
2005-10-18 Andy Grundman Removed 01 from the filename
2005-10-18 Andy Grundman Added random port number and better detection of runnin...
2005-10-17 Andy Grundman Don't tell people to install a module unless they want...
next