cookbook cleanup, small fix in MANIFEST.SKIP
[catagits/Catalyst-Runtime.git] / t /
2006-07-07 Marcus Ramberg Fix test skipping of http tests
2006-07-07 Marcus Ramberg fix threads test.
2006-07-06 Marcus Ramberg Rename doublebug test
2006-07-06 Marcus Ramberg Add root controller to make optional tests fail
2006-07-06 Marcus Ramberg make most http_server tests run
2006-07-06 Matt S Trout GODDAMN WARNINGS
2006-07-06 Matt S Trout fixes to uri_for_action on Chained
2006-06-22 Matt S Trout Moved Chained intro to dispatch type and made recursion...
2006-06-22 Matt S Trout Chained: test and err handling for absolute path parts...
2006-06-22 Matt S Trout New test for no Args() order mismatch
2006-06-22 Matt S Trout Captures -> CapureArgs
2006-06-22 Matt S Trout auto/forward/detach tests for Chained
2006-06-22 Matt S Trout added :Chained('.'), changed :Chained to /
2006-06-22 Matt S Trout Corrected forgotten relabeling
2006-06-22 Matt S Trout :Chained and :Chained('.') tests
2006-06-22 Matt S Trout and the test script
2006-06-22 Matt S Trout rah. rename everything.
2006-06-22 Matt S Trout optional PathPart and PathPart+Args tests for ChildOf
2006-06-22 Matt S Trout no :PathPart -> :PathPart('subname')
2006-06-22 Matt S Trout Captures required, Args not
2006-06-22 Matt S Trout Added test for optional :Args when using :ChildOf
2006-06-22 Matt S Trout Added ChildOf tests for args passed to actions
2006-06-22 Matt S Trout More tests for ChildOf
2006-06-22 Matt S Trout ChildOf Tests: chaining and dispatching on arg count
2006-06-22 Matt S Trout nuked tabs
2006-06-22 Matt S Trout implemented list and uri_for_action for ChildOf
2006-06-22 Matt S Trout first cut at :ChildOf
2006-06-11 Matt S Trout tidy up the test
2006-06-11 Matt S Trout added the ability to specify extra options for componen...
2006-06-11 Matt S Trout actually added c3 mro test :/
2006-06-07 Yuval Kogman Catalyst::Utils::ensure_class_loaded
2006-06-04 Matt S Trout I need a 'you forgot to svk add, fule' commit hook
2006-06-03 Matt S Trout added Catalyst::Component->action_for
2006-06-03 Matt S Trout multimethod dispatch
2006-06-03 Matt S Trout improved docs for action_namespace and path_prefix...
2006-06-03 Matt S Trout added test for namespace config option
2006-06-02 Matt S Trout added actions-paths-from-config
2006-05-31 Brian Cassidy added test
2006-05-28 Yuval Kogman More comprehensive cookie tests + the ability to specif...
2006-05-26 Matt S Trout Swapped out CGI::Cookie for CGI::Simple::Cookie, dumped...
2006-05-25 Matt S Trout nuked Test::NoWarnings
2006-05-23 Matt S Trout Moose use no longer loose aboot this hoose
2006-05-22 Matt S Trout Additional dispatcher tests from phaylon
2006-05-19 Matt S Trout added ActionClass attribute
2006-05-18 Matt S Trout clean up logging and debug output, minor doc fixes
2006-05-07 Matt S Trout Fixed config and subclassing in Catalyst::Component
2006-05-03 Marcus Ramberg prepared for 5.6900
2006-05-02 Yuval Kogman Fix Bill Moseley's double-auto bug, and add tests
2006-05-02 Yuval Kogman add no failing test for the double auto bug - must...
2006-04-21 Brian Cassidy make uri_for unicode safe
2006-04-19 Brian Cassidy added $c->req->uri_with helper + tests
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
next