Make Moose components collaberate with non-Moose Catalyst
[catagits/Catalyst-Runtime.git] / t /
2009-03-04 Tomas Doran Make Moose components collaberate with non-Moose Catalyst
2009-02-19 Florian Ragwitz Don't run the moose controller test if Moose isn't...
2009-02-19 Florian Ragwitz Don't set up the moose controller unless Moose is avail...
2009-02-19 Florian Ragwitz Remove uneccesary code i accidentially copied from...
2009-02-19 Florian Ragwitz backport test for moose controller instances being...
2009-01-12 Marcus Ramberg Fix locating t/lib 5.7099_04
2009-01-12 Marcus Ramberg Add tests for forwarding to action object
2009-01-12 Marcus Ramberg Backport go/visit from 5.8 (janh), prepare for dev...
2009-01-07 Tomas Doran Fix IIS FastCGI support as-per we do with lighty +...
2009-01-07 Andy Grundman Make it more obvious what's being reported in the leak...
2009-01-07 Andy Grundman Memleak test needs to use resident size
2008-12-27 Tomas Doran Change what we stream to make test sync for engines...
2008-12-08 Andy Grundman Backport several fixes from 5.8 needed to get remote...
2008-10-15 Andy Grundman Workaround change in LWP that broke a cookie test ...
2008-10-15 Matt S Trout back out go() so we can ship a 5.7100 with other featur...
2008-08-25 Florian Ragwitz Add a test controller for :Chained('../../action').
2008-08-24 Florian Ragwitz UnTODO tests for relative chaining over multiple levels.
2008-08-24 Florian Ragwitz Test :Chained('../../action').
2008-08-24 Florian Ragwitz UnTODO :Chained('../action') tests.
2008-08-24 Florian Ragwitz Fix tests for ../action chaining.
2008-08-18 Matt S Trout merge rafl's test
2008-08-08 Brian Cassidy go() cannot dispatch to anon. actions, fix code and...
2008-08-07 Brian Cassidy Fix some Win32 test failures
2008-08-01 Ash Berlin TODO tests added for :ChainedParent and :Chained('...
2008-07-25 Marcus Ramberg Add chained go tests
2008-07-18 Brian Cassidy add a test for ACCEPT_CONTEXT from regex fallback in...
2008-07-18 Brian Cassidy Ensure ACCEPT_CONTEXT is called for results from compon...
2008-07-18 Brian Cassidy more fixes to regexp fallback, ugh.
2008-07-18 Brian Cassidy Fix regression for regexp fallback in model(), view...
2008-07-16 Brian Cassidy removing some Dumpers
2008-06-27 Brian Cassidy rescue :PathPrefix from an old branch
2008-06-25 Marcus Ramberg remove a confusing and duplicate bit of documentation
2008-06-25 Marcus Ramberg Merge 'trunk' into 'compres'
2008-06-24 Brian Cassidy remove 0-length query string components so warnings...
2008-06-23 Brian Cassidy Update HTTP::Body dep so that the uploadtmp config...
2008-06-23 Brian Cassidy Fix for LocalRegex when used in the Root controller
2008-05-30 Brian Cassidy add a test for warnings from comp()
2008-05-30 Brian Cassidy rework component resolution methods (i.e. model(),...
2008-05-29 Brian Cassidy Added the ability to remove parameters in req->uri_with...
2008-05-27 Brian Cassidy Fix Catalyst::Utils::home() when application .pm is...
2008-05-27 Brian Cassidy fix up test to match release.
2008-05-27 Brian Cassidy Get some of the optional_* tests working from dirs...
2008-05-23 Brian Cassidy Fix regression for "sub foo : Path {}" in the root...
2008-05-23 Brian Cassidy missing file
2008-05-23 Brian Cassidy Fix regression for relative uri_for arguments after...
2008-05-16 Marcus Ramberg Prepare for release
2008-05-14 Brian Cassidy Provide backwards compatability methods in Catalyst...
2008-05-11 Marcus Ramberg test for multiple chained attrs
2008-05-09 Marcus Ramberg query param encoding patch
2008-05-07 Brian Cassidy Workaround for Win32 and c3_mro.t (RT #26452, tested...
2008-05-07 Brian Cassidy fix path tests for win32 compat
2008-05-07 Brian Cassidy Fix for Path('0') handling (RT #29334)
2008-04-06 Marcus Ramberg Patch to fix homefinding for scripts in deep subdirs
2008-03-12 Andy Grundman Add a test and update docs on how to pass-through the...
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...
next