let each test component do one thing. leave depends_on(DefaultSetup) for a while
[catagits/Catalyst-Runtime.git] / t / lib /
2011-08-19 André Walker let each test component do one thing. leave depends_on...
2011-08-19 André Walker fixme and warning
2011-08-19 André Walker more cleanup, fixes
2011-08-19 André Walker lets simplify stuff
2011-08-17 André Walker some playing
2011-08-15 André Walker fixing possible problem when ACCEPT_CONTEXT is already...
2011-08-15 André Walker Baz -> RequestLifeCycle
2011-08-15 André Walker model Baz
2011-08-15 André Walker FailIfACCEPT_CONTEXTCalled role
2011-08-12 André Walker I'm really sorry
2011-08-11 André Walker sane names for models
2011-08-11 André Walker small adjustments
2011-08-10 Tomas Doran Almost working sugar
2011-08-10 Tomas Doran Get sugar working
2011-08-10 Tomas Doran Happier with that
2011-08-10 Tomas Doran I like this more than the constructorinjection getting...
2011-08-10 Tomas Doran Lets stop shitting everywhere
2011-08-10 Tomas Doran Fix the logic somewhat
2011-08-10 Tomas Doran Fix component debug display
2011-08-10 André Walker made tests pass, spreading FIXME's all over the place
2011-08-10 André Walker ditching the COMPONENT constructor
2011-08-08 André Walker test model Foo + small fixes
2011-08-08 André Walker more improving test - Bar
2011-08-08 André Walker added fixme's
2011-08-08 André Walker improved test for custom container - testing baz
2011-08-08 André Walker model requests
2011-08-06 André Walker Extending TestAppCustomContainer (without sugar)
2011-08-06 André Walker Removed WithCOMPONENT, renamed My::External::Class
2011-08-05 André Walker removed solved fixme's
2011-08-04 Tomas Doran Comments
2011-08-04 Tomas Doran Add class for custom container
2011-08-03 André Walker completed NoSugarContainer to match SugarContainer
2011-08-03 André Walker rewrite SugarContainer to be actually sugar
2011-08-03 André Walker enabling new lifecycle in test + FIXME
2011-08-03 André Walker explaining the existance of a class, for mentors to...
2011-08-03 André Walker small sketch for custom container tests
2011-08-03 André Walker adapt TestAppCustomContainer, not to break everything...
2011-08-02 André Walker we can reuse the same test app for container with and...
2011-08-02 André Walker Merge branch 'suppress_data_dumper_warnings' into gsoc_...
2011-08-02 André Walker fixing to work with perl 5.8
2011-08-02 André Walker fixed __lookup_mvc
2011-08-02 André Walker created application to test extending the container
2011-08-01 André Walker Merge branch 'suppress_data_dumper_warnings' into gsoc_...
2011-08-01 André Walker Suppressing Data::Dumper warnings in test t/aggregate...
2011-07-30 André Walker updated test to look for exception, not warning
2011-07-30 André Walker test was trying to dispatch through TestApp, instead...
2011-07-30 André Walker updated test. ConstructorInjection tries to load files...
2011-07-28 André Walker updating TestAppContainer to use Moose and extend Catalyst
2011-07-28 André Walker trailing whitespace
2011-07-28 André Walker TestApp extending Catalyst
2011-07-25 André Walker Merge branch 'master' into gsoc_breadboard
2011-07-23 André Walker Fixed test
2011-07-21 André Walker fixing plugin test app to use base 'Catalyst'
2011-07-21 André Walker live_view_warnings.t -> live_mvc_warnings.t
2011-07-15 Brian Phillips skip setting cookies that can't be created successfully
2011-07-11 André Walker tests for calling controller() with no args
2011-06-24 André Walker mockapp moved to a sensible place
2011-06-08 André Walker no need for requests in unit_core_container_live_auto.t
2011-06-08 André Walker Copied and adapted tests from Catalyst::Plugin::ConfigL...
2011-05-16 Dagfinn Ilmari Man... Append $\ in Catalyst::Response->print
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-04-14 Florian Ragwitz Add a test view for dumping actions
2011-02-15 Tomas Doran Fix 5.80 bug which causes slurp to fail if called multi...
2011-02-14 Tomas Doran Fix body predicate bug/back compat issue
2011-01-28 Alexander Hartmaier added test for chained dispatcher fail on multiple...
2010-12-17 Tomas Doran Fix the case for body '0'
2010-12-10 Ferruccio Zamuner Found a another fault in chained action dispatcher.
2010-12-05 Ferruccio Zamuner Improved test about chained actions and add note in...
2010-11-19 Stefan Seifert Fix passing file GLOBs to $c->res->body
2010-09-29 Tomas Doran Patch from the mailing list to clarify view warning
2010-09-29 Tomas Doran Need to use _add_meta_method from new Moose onwards...
2010-09-01 Tomas Doran Fix bug in the tests
2010-08-26 Tomas Doran Merge 'trunk' into 'Catalyst-Test-base-href'
2010-08-25 Tomas Doran Fix RT#59738, show_internal_actions produces warnings...
2010-08-25 Andrew Rodland Add the app for ChainedActionsApp test. It's still...
2010-08-22 Ferruccio Zamuner Checks for any action now.
2010-08-22 Ferruccio Zamuner Discovered some inconsistency in precedence behavior...
2010-08-04 Robert Buels don't load Catalyst::Exception in Utils.pm BEGIN, becau...
2010-08-03 Ronald J Kimball Make Catalyst::Test::local_request() set response base...
2010-06-15 Tomas Doran Commit standalone test, test which makes the TestApp...
2010-05-20 Tomas Doran Merge 'trunk' into 'more_metaclass_compat'
2010-05-19 Jay Hannah We appear to have a bug where if lazy => 1 isn't set...
2010-05-08 Tomas Doran I hate this name less. Others may feel differently
2010-05-02 Tomas Doran Merge 'trunk' into 'fix_request_uri'
2010-05-02 Florian Ragwitz Unbreak tests by actually adding the module they're...
2010-05-02 Tomas Doran Merge 'trunk' into 'fix_request_uri'
2010-05-02 Florian Ragwitz Allow parameterized roles to be applied as plugins.
2010-05-02 Tomas Doran Revert to old behaviour, allow config for new behaviour...
2010-04-21 Alex J. G. Burzyński Fix not stripping backslashes in DispatchType::Regex...
2010-04-19 Tomas Doran Bah, accidentally removed..
2010-04-19 Tomas Doran Document the action config here, as people don't seem...
2010-04-19 Tomas Doran Remove the fugly hack to avoid metaclass compat issues...
2010-01-24 Oliver Charles Allow models and components to specify the names of...
2010-01-19 Florian Ragwitz Merge branch 'action_args'
2010-01-14 Dan Dascalescu Passing test case for RT #53678 - Catalyst::Test::get...
2010-01-14 Dan Dascalescu Cosmetic: wrapped long code line
2010-01-14 Florian Ragwitz Only set up the leakchecker for the tests that need it.
2009-12-06 Tomas Doran Win32 fix, kmx++
next