stop using Moo as a test package
[catagits/Catalyst-Runtime.git] / t / lib / TestApp / Controller / Action /
2014-01-27 Mark Ellis Added an extra test that dies in the middle of a chain
2013-06-12 Dimitar Petrov Add option to break a chain if error occurs
2013-03-29 Mark Grimes Remove Regex/LocalRegex code and tests from core
2013-03-27 Mark Grimes Remove Regex/LocalRegex code and tests from core
2013-02-11 John Napiorkowski new match and match captutres for http methods, plus...
2012-05-25 skaufman tests and patch for Controller to accept action_args...
2011-11-22 Matthias Dietrich Changed ActionRole to ActionClass
2011-11-22 Matthias Dietrich Implemented match_captures
2011-10-05 Tomas Doran Kill irritating warning
2011-10-05 Tomas Doran Fix issue with array refs and actions from config....
2011-05-15 Florian Ragwitz Merge branch 'master' into psgi
2011-05-05 Ton Voon Fixed situation where a detach($action) from a forward...
2011-05-03 Dave Rolsky Add a test to make sure that a die in a Controller...
2011-04-14 Florian Ragwitz Add a test for configuring attributes for all actions
2011-03-02 Florian Ragwitz Remove testsuite's assumptions about where it's mounted...
2011-01-28 Alexander Hartmaier added test for chained dispatcher fail on multiple...
2010-12-03 Florian Ragwitz Merge branch 'master' into psgi
2010-11-19 Stefan Seifert Fix passing file GLOBs to $c->res->body
2010-04-21 Alex J. G. Burzyński Fix not stripping backslashes in DispatchType::Regex...
2010-01-19 Florian Ragwitz Merge branch 'action_args'
2009-12-02 Gerda Shank add another failing test for Chained CaptureArgs preference
2009-11-27 Gerda Shank testcase for Chained bug - dispatches to wrong action
2009-11-13 Florian Ragwitz Add tests for passing extra arguments to action constru...
2009-11-12 Tomas Doran Merge 'trunk' into 'uri_encode_captures_andor_args_take2'
2009-11-12 Tomas Doran Tests, fix args as well as captureargs and be less...
2009-10-19 Tomas Doran Remove warnings from duplicate action declerations
2009-08-21 Florian Ragwitz Add test for sending the body from a filehandle with...
2009-06-30 Eden Cardim added test case + patch for inherited action configuration
2009-06-07 Moritz Onken Added support for ~ prefix to plugins and action classes
2009-06-07 Moritz Onken controller actions without attributes which are defined...
2009-05-26 Rafael Kitover totally forgot to check if captureargs are decoded...
2009-05-26 Tomas Doran All works fine if you were already decoding manually...
2009-05-26 Rafael Kitover add tests which prove the current behavior of not decod...
2009-04-28 Tomas Doran Patch for uri_for_action with regex dispatch from RT...
2009-03-28 Hans Dieter Pearcey add uri_for_action and switch tests to use it
2009-03-21 Tomas Doran Unfuck last commit, fix go tests, remove unneeded crud...
2009-03-21 Tomas Doran Much cleaner. The visit class test wasn't actually...
2009-03-21 Tomas Doran Fix the go test
2009-03-21 Tomas Doran Make CaptureArgs get passed, this makes the test less...
2009-03-04 Tomas Doran Backport failing test into 5.70 trunk
2009-03-04 Tomas Doran FAILCAKE, I only meant to TODO
2009-03-04 Tomas Doran From #catalyst-dev before
2009-03-01 Florian Ragwitz Add failing test for passing arguments to visited chain...
2009-02-19 Florian Ragwitz Create branch register_actions.
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...
2008-12-27 Tomas Doran Change what we stream to make test sync for engines...
2008-12-27 Tomas Doran Change what we stream to make test sync for engines...
2008-11-11 Andreas Marienborg Added a test for a chained bug
2008-10-17 Florian Ragwitz Fix forwarding to Catalyst::Action objects.
2008-09-24 Marcus Ramberg latest go/visit changes, pod fixes, all tests ok
2008-09-04 Florian Ragwitz Move aggregatable tests using TestApp to t/aggregate.
2008-09-01 Matt S Trout r12983@zaphod: kd | 2008-04-28 18:10:27 +1000
2008-08-25 Florian Ragwitz Add a test controller for :Chained('../../action').
2008-08-24 Florian Ragwitz Fix tests for ../action chaining.
2008-08-18 Matt S Trout merge rafl's test
2008-08-01 Ash Berlin TODO tests added for :ChainedParent and :Chained('...
2008-07-25 Marcus Ramberg Add chained go tests
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-05-27 Brian Cassidy fix up test to match release.
2008-05-23 Brian Cassidy missing file
2008-05-23 Brian Cassidy Fix regression for relative uri_for arguments after...
2007-09-25 Gareth Kirwan Chained Actions:
2007-09-02 Gareth Kirwan Fix Chained dispatch for several first-come first-serve...
2007-08-02 Brian Cassidy remove warning for undef captures
2007-07-19 Brian Cassidy convert tabs to spaces and set unix line endings in t/*
2007-03-30 Brian Cassidy revert PathPrefix from trunk
2007-03-29 Brian Cassidy added PathPrefix from branch
2007-02-21 Ash Berlin MyAction attribute - thanks aherzog
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-06 Matt S Trout fixes to uri_for_action on Chained
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 :Chained and :Chained('.') tests
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 first cut at :ChildOf
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-19 Matt S Trout added ActionClass attribute
2006-05-02 Yuval Kogman Fix Bill Moseley's double-auto bug, and add tests
2006-02-23 Matt S Trout Initial support for :Args attribute
2005-11-26 Sebastian Riedel Fixed forward to classes
2005-11-19 Sebastian Riedel Renamed tests
2005-11-19 Sebastian Riedel Switched to Module::Install
2005-10-10 Andy Grundman Merged 5.49_01 (r1339) from refactored branch to trunk
2005-08-10 Marcus Ramberg fix objects that evaulate to false. rafl
2005-06-24 Marcus Ramberg Allow forward with arguments.
next