adding _HOME docs and some other minor stuff..
[catagits/Catalyst-Runtime.git] / t /
2006-12-18 Andy Grundman Run just one test by passing it as the first arg
2006-12-16 Matt S Trout r8342@foo: jon | 2006-12-16 02:49:32 -0600
2006-11-20 Jonathan Rockway test for fork also
2006-11-20 Jonathan Rockway adding a backticks test in addition to system()
2006-11-20 Jonathan Rockway adding a failing test -- under dev server, fork() doesn...
2006-11-17 Jonathan Rockway applying upload fix patch from Carl Franks (see message...
2006-11-15 Ash Berlin Make sure '?' are encoded in path parts for uri_for
2006-11-14 Ash Berlin warning: do not mix Ash + svk (reverted previous commit...
2006-11-14 Ash Berlin Actualy fixed this test now
2006-11-14 Christian Hansen force scalar context on header test.
2006-11-12 Christian Hansen Fixed a CGI header bug
2006-11-10 Jonathan Rockway make lighttpd tests try to guess lighttpd location
2006-11-09 Andy Grundman Require TEST_LIGHTTPD var to run the lighttpd tests
2006-11-09 Jonathan Rockway fixed lighttpd tests
2006-11-09 Jonathan Rockway eliminate file::slurp dependency
2006-11-08 Brian Cassidy fix undef values in params sent to uri_with() and uri_for()
2006-11-07 Andy Grundman Fixed lighttpd tests to not load File::Slurp until...
2006-11-03 Matt S Trout fix broken test
2006-10-27 Jonathan Rockway (no commit message)
2006-10-27 Jonathan Rockway make pod tests always run for devs.
2006-10-21 Andy Grundman Fix for non-root lighttpd
2006-10-21 Andy Grundman Revert accidental change
2006-10-21 Andy Grundman Skip local %2F tests on remote servers
2006-10-21 Andy Grundman Run testsuite against lighttpd+fastcgi. To run: LIGHTT...
2006-10-19 David Kamholz doh
2006-10-19 David Kamholz clean up Catalyst::Utils and fix a couple bugs in it...
2006-10-18 Andy Grundman Fix a few tests for apache-cgi, still not passing all...
2006-10-18 Andy Grundman Merge uri test fix from Apache engine, to support port...
2006-10-18 Andy Grundman Merge action_chained fixes from Apache engine
2006-10-17 Kieren Diment fixed typos in instructional comments at beginning
2006-10-11 Marcus Ramberg current_view patch.
2006-09-28 Jess Robinson Applied patch from Ton Voon, using Catalyst::Test witho...
2006-09-14 Matt S Trout fixup for Chained and CaptureArgs
2006-08-27 Matt S Trout test for capture fix, missing svk add
2006-08-15 Matt S Trout uri_for fixup (with thanks to phaylon)
2006-07-15 Brian Cassidy Fix to allow uri_for and uri_with to stringify non...
2006-07-15 Brian Cassidy Fix component_setup + tests
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
next