Not a Moose class, ergo we don't have a preinitialized metaclass instance, ergo Moose...
[catagits/Catalyst-Runtime.git] / t / lib /
2009-05-11 Tomas Doran Not a Moose class, ergo we don't have a preinitialized...
2009-05-11 Tomas Doran Add test controller with its own meta method, still...
2009-04-28 Tomas Doran Patch for uri_for_action with regex dispatch from RT...
2009-04-28 Tomas Doran Bump MX::MA again, couple of little tidyups
2009-04-27 Peter Karman add test for attribute overrides
2009-04-26 Tomas Doran Somewhat, but not much more sane. There are still bugs...
2009-04-23 Alexander Hartmaier added test for Moose controller inheritance using metho...
2009-04-20 Tomas Doran Nuke unused chunk of the TestApp. Also add test case...
2009-04-14 Tomas Doran Test uri_with clears query params
2009-04-12 Tomas Doran Make the test not use FormBuilder. Test in register_act...
2009-04-12 Tomas Doran Remove use of Catalyst::Base from the tests
2009-04-12 Florian Ragwitz Merge branch 'register_actions'
2009-03-28 Hans Dieter Pearcey add uri_for_action and switch tests to use it
2009-03-22 Tomas Doran Metaclass compatibility fail. This needs to be reduced...
2009-03-22 Tomas Doran Merge 'add_captures_to_visit' into 'trunk'
2009-03-22 Tomas Doran Make chaining to yourself explode at app load time...
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-21 Tomas Doran Merge up ashs r9505 from 5.70
2009-03-16 Ash Berlin Add test for looping DispatchType::Chained->list
2009-03-04 Tomas Doran Backport failing test into 5.70 trunk
2009-03-04 Tomas Doran Make Moose components collaberate with non-Moose Catalyst
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-20 Tomas Doran Fix my retardedness with ::MVC:: warning having no...
2009-02-19 Florian Ragwitz Create branch register_actions.
2009-02-19 Florian Ragwitz Don't set up the moose controller unless Moose is avail...
2009-02-19 Florian Ragwitz backport test for moose controller instances being...
2009-02-19 Florian Ragwitz Add test for moose controller instances being construct...
2009-02-15 Tomas Doran Don't barf by trying to make roles mutable.
2009-02-15 Tomas Doran Make restarters immutable handling less naive + tests
2009-02-15 Tomas Doran Should commit the new controller also
2009-02-10 Tomas Doran This did never work, has never worked, etc. Writing...
2009-02-10 Tomas Doran By the point that you get here, $reference is already...
2009-02-04 Florian Ragwitz Use MRO::Compat instead of Class::C3 as we already...
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-03 Tomas Doran Fix, I suck today
2009-01-03 Tomas Doran More CDI related fail
2009-01-02 Tomas Doran plugin new method test as-per various other plugins...
2008-12-28 Tomas Doran Move all the public attributes in Catalyst::Dispatcher...
2008-12-27 Tomas Doran Fix the return value of Catalyst::Request's body method...
2008-12-27 Tomas Doran Yet another 5.80 regression
2008-12-27 Tomas Doran Go away, otherwise running the tests against 5.70 doesn...
2008-12-27 Tomas Doran Fix the way Catalyst::Plugin::Server adds custom dispat...
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-12-24 Florian Ragwitz Make the test suites YAML dependency optional.
2008-12-21 Tomas Doran Actually add the plugin, and remove the TODO item
2008-12-21 Tomas Doran Fix the CDI issue, Plugin::Auth's tests now blow up...
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-10-15 Andy Grundman 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-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-28 Tomas Doran Commit a failing test for components getting config...
2008-07-25 Marcus Ramberg Add chained go tests
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-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...
2008-06-23 Brian Cassidy Fix for LocalRegex when used in the Root controller
2008-05-29 Brian Cassidy Added the ability to remove parameters in req->uri_with...
2008-05-27 Brian Cassidy fix up test to match release.
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-07 Brian Cassidy Fix for Path('0') handling (RT #29334)
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...
next