reverted r7440 since what Daisuke meant to test was utf-8 bytes, not
[catagits/Catalyst-Runtime.git] / t /
2008-02-17 Tatsuhiko Miyagawa reverted r7440 since what Daisuke meant to test was...
2008-02-12 Jonathan Rockway fix up the unit_core_uri_for_multibytechar test; "use...
2008-02-02 Jess Robinson Steal class loading code from Class::MOP, which isnt...
2008-01-17 Brian Cassidy apply uri_with() patch from Daisuke Murase
2008-01-16 Brian Cassidy fix uri_for()'s handling of multibyte chars (Daisuke...
2007-11-26 Matt S Trout fix __PACKAGE__->config->{foo} = 'bar' for subclassing
2007-11-09 Tatsuhiko Miyagawa fixed a bug in ?q=bar=baz query parameter
2007-11-05 Andy Grundman Fix lighttpd tests to use correct lib directory
2007-10-31 Andy Grundman Skip the live_stats test on remote servers
2007-10-23 Matt S Trout force pod coverage testing for authors
2007-10-19 Jonathan Rockway merge the stats patch against .10 into trunk
2007-10-18 Ash Berlin Back out tests since miyagawa already added them else...
2007-10-18 Ash Berlin Test to ensure that %2B is escaped to a '+' in the...
2007-10-14 Jess Robinson Add tests to not load files that are not valid/sane...
2007-09-25 Gareth Kirwan Chained Actions:
2007-09-14 Andy Grundman Fixed bug where req->base and req->uri would include...
2007-09-14 Brian Cassidy restarting engine fixes from willert
2007-09-13 Tatsuhiko Miyagawa fix the bug Catalyst::Engine double decodes %2b back...
2007-09-02 Gareth Kirwan Fix Chained dispatch for several first-come first-serve...
2007-08-21 Marcus Ramberg adjust plugin tests for extra inline plugin
2007-08-21 Marcus Ramberg Make test suite load inline plugin
2007-08-13 Andy Grundman Rename the Apache FastCGI non-root test so it's not...
2007-08-13 Andy Grundman Add globbing to Apache CGI tests
2007-08-13 Andy Grundman Don't include tests on sample command line, the test...
2007-08-13 Andy Grundman Update Apache FastCGI tests to test at the root locatio...
2007-08-11 Andy Grundman New test to prohibit leading tabs
2007-08-03 Andy Grundman Use mod_rewrite to fix trailing slash issue with CGI...
2007-08-03 Andy Grundman Skip doublebug test on remote servers
2007-08-03 Andy Grundman Fixed a bug where c->read didn't work properly, and...
2007-08-03 Andy Grundman Fix a few tests to work properly on remote servers
2007-08-03 Andy Grundman Added req->query_keywords method
2007-08-02 Brian Cassidy remove warning for undef captures
2007-07-21 Jonathan Rockway add env_value patch from (Adam Herzog)++
2007-07-19 Brian Cassidy convert tabs to spaces and set unix line endings in t/*
2007-05-21 Ash Berlin Fix bug where a nested component would be setup twice
2007-05-06 Andy Grundman Don't set a content-length from a filehandle object...
2007-04-27 Andy Grundman Switch memleak test to use Proc::ProcessTable instead...
2007-04-02 Andy Grundman Revert the c->req->keywords change, this is a feature...
2007-03-30 Brian Cassidy revert PathPrefix from trunk
2007-03-29 Brian Cassidy added PathPrefix from branch
2007-03-29 Andy Grundman Refactored prepare_path and prepare_query_parameters...
2007-03-29 Andy Grundman Use mod_rewrite in the non-root lighttpd test to workar...
2007-03-28 Andy Grundman Skip [, (, and ) args tests on remote servers. These...
2007-03-27 Andy Grundman Skip fork tests on remote servers
2007-03-27 Andy Grundman Run tests only once, running tests more than once just...
2007-03-27 Andy Grundman When testing and something crashes, don't display the...
2007-03-27 Andy Grundman Skip %2F and period tests on remote servers
2007-03-27 Andy Grundman lighttpd: Allow running of a single test
2007-03-27 Andy Grundman Check for the FCGI module before running lighttpd tests
2007-03-27 Andy Grundman Require HTTP::Body 0.9, added a few tests to check...
2007-03-21 Brian Cassidy Handle "0" as a path
2007-02-26 Andy Grundman Patch from zamolxes: MyApp->model/view now looks at...
2007-02-24 Andy Grundman Add tests for body on redirects
2007-02-21 Ash Berlin Add lets add the new file shall we
2007-02-21 Ash Berlin MyAction attribute - thanks aherzog
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...
next