- remove borked tag again
[catagits/Catalyst-Runtime.git] / t / live /
2005-11-10 Sebastian Riedel Added Relative.pm
2005-11-10 Sebastian Riedel Fixed the forwarding fix :)
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-05 Matt S Trout - Restored Regex behaviour and added LocalRegex
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-27 Andy Grundman Killed the last memory leak
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-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-20 Andy Grundman Skip filehandle tests on remote servers
2005-10-20 Andy Grundman Added tests for passing filehandle to res->body
2005-10-18 Andy Grundman Fixed header test for proxied requests so it works...
2005-10-12 Sebastian Riedel Fixed test
2005-10-12 Andy Grundman Added failing tests for embedded forward
2005-10-12 Andy Grundman Dropped URI::Query, put back old query code, moved...
2005-10-11 Andy Grundman Added upload parameters back into req->params
2005-10-11 Sebastian Riedel Added multiple paths support
2005-10-11 Andy Grundman Fixed path, can now be changed properly, also updated...
2005-10-10 Andy Grundman Merged 5.49_01 (r1339) from refactored branch to trunk