Authentication back compat fail due to ::ClassData not behaving like C::D::I, not...
[catagits/Catalyst-Runtime.git] / t / lib /
2008-12-21 Tomas Doran Authentication back compat fail due to ::ClassData...
2008-12-14 Tomas Doran Fix a 5.70/5.80 behavior change in Catalyst::Utils...
2008-12-07 Tomas Doran Add test case for the thing which breaks C::P::Authenti...
2008-12-05 Florian Ragwitz s/parent/base/;
2008-12-05 Tomas Doran Changelog up to date, make comment re NEXT in the tests...
2008-12-05 Florian Ragwitz Silence C3::Adopt::NEXT warnings in the test suite.
2008-12-05 Tomas Doran Remove use of NEXT from the test suite, except for...
2008-12-04 Tomas Doran Add skipped test for ininite recursion issue, re-arrang...
2008-12-03 Tomas Doran Add extra HTTP::Body tests I have had hanging around...
2008-11-11 Andreas Marienborg Added a test for a chained bug
2008-10-17 Florian Ragwitz Fix forwarding to Catalyst::Action objects.
2008-10-15 Matt S Trout Workaround change in LWP that broke a cookie test ...
2008-09-24 Marcus Ramberg latest go/visit changes, pod fixes, all tests ok
2008-09-09 Florian Ragwitz Merge branch 'test_aggregate'
2008-09-08 Marcus Ramberg Support print for Catalyst::Request
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-07-28 Tomas Doran Commit a failing test for components getting config...
2008-06-23 Guillermo Roditi Remove use of overload
2008-06-23 Guillermo Roditi reverting (most of) the whitespace changes
2008-06-23 Guillermo Roditi converting the engines. i had to add use NEXT to some...
2007-10-19 Jonathan Rockway merge the stats patch against .10 into trunk
2007-09-25 Gareth Kirwan Chained Actions:
2007-09-02 Gareth Kirwan Fix Chained dispatch for several first-come first-serve...
2007-08-21 Marcus Ramberg Make test suite load inline plugin
2007-08-03 Andy Grundman Fixed a bug where c->read didn't work properly, and...
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-03-27 Andy Grundman When testing and something crashes, don't display the...
2007-02-21 Ash Berlin Add lets add the new file shall we
2007-02-21 Ash Berlin MyAction attribute - thanks aherzog
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-08 Brian Cassidy fix undef values in params sent to uri_with() and uri_for()
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-06 Marcus Ramberg Add root controller to make optional tests fail
2006-07-06 Matt S Trout fixes to uri_for_action on Chained
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 :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-04 Matt S Trout I need a 'you forgot to svk add, fule' commit hook
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-28 Yuval Kogman More comprehensive cookie tests + the ability to specif...
2006-05-22 Matt S Trout Additional dispatcher tests from phaylon
2006-05-19 Matt S Trout added ActionClass attribute
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-04-21 Brian Cassidy make uri_for unicode safe
2006-04-19 Brian Cassidy added $c->req->uri_with helper + tests
2006-03-12 Matt S Trout Looping and recursion tests plus a fix
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.
2005-12-10 Matt S Trout - Tweaked the error tests to handle more verbose error...
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 added missing test class.
2005-08-10 Marcus Ramberg fix objects that evaulate to false. rafl
2005-06-24 Marcus Ramberg Allow forward with arguments.
2005-05-20 Christian Hansen Removed warning from param handling. Fixed less verbose...
2005-05-16 Christian Hansen Fixed MP2, removed dependency of libapreq in MP engines...
2005-04-24 Christian Hansen Added $upload->slurp and tests
2005-04-17 Christian Hansen Renamed to to be consistent
2005-04-16 Christian Hansen Updated and expanded test suit
2005-04-15 Christian Hansen fix parameters
2005-04-15 Sebastian Riedel Fixed sprintf in TestApp
2005-04-14 Marcus Ramberg updated absolute/relative tests/classes to global/local.
2005-04-14 Marcus Ramberg added tests for forward to global private actions.
2005-04-14 Marcus Ramberg added a forward with paths.
2005-04-13 Christian Hansen fixed warnings in tests
2005-04-10 Christian Hansen All tests successful :)
2005-04-10 Christian Hansen added auto to inheritance.t
2005-04-10 Christian Hansen begin in Action.pm must return true
2005-04-10 Christian Hansen new test suit