catagits/Catalyst-Runtime.git
2011-08-04 André Walker update TODO, next planned steps
2011-08-04 Tomas Doran Not a Moose class, no ->new method
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 Added Catalyst::IOC::LifeCycle::Request
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-03 André Walker Added Catalyst::IOC
2011-08-03 André Walker typo when removing get_components_types_names
2011-08-02 André Walker we can reuse the same test app for container with and...
2011-08-02 Tomas Doran More TODO notes
2011-08-02 André Walker putting back accidentally removed lines
2011-08-02 André Walker already done - fixed pod about containers, 'next planne...
2011-08-02 Tomas Doran A few notes on tests using outside Cat
2011-08-02 Tomas Doran This was fixed
2011-08-02 Tomas Doran remove make_single_default
2011-08-02 Tomas Doran Actually, lets just use get_all_components
2011-08-02 Tomas Doran Think more about this
2011-08-02 Tomas Doran Note I may be wrong here, leave this for now
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 fixing docs for build_controller_subcontainer
2011-08-02 Tomas Doran Update my part of the TODO
2011-08-02 Tomas Doran Add additional TODO notes from a quick read
2011-08-02 André Walker fixed __lookup_mvc
2011-08-02 André Walker forgot quotes
2011-08-02 André Walker commenting, and allowing subclasses to override services
2011-08-02 André Walker created application to test extending the container
2011-08-02 André Walker separate repeated code, and move it to _lookup_mvc
2011-08-02 André Walker pod for build_component_subcontainer
2011-08-02 André Walker ACCEPT_CONTEXT wasnt getting the args
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-08-01 André Walker ConstructorInjection doesn't have accept_context_args...
2011-08-01 André Walker overridden WithParameters defaults
2011-08-01 André Walker suffix becomes config_key
2011-08-01 Tomas Doran Smash TODO more
2011-08-01 André Walker get_all_components gets services from component container
2011-08-01 André Walker Created component sub-container, brought BlockInjection...
2011-08-01 Tomas Doran Smash the TODO
2011-08-01 Tomas Doran Make this required, and no default
2011-08-01 André Walker turns out the test is useful
2011-07-30 André Walker Merge branch 'master' into gsoc_breadboard
2011-07-30 André Walker service is in subcontainer, not root container. put...
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 %args passed to Container->new again
2011-07-30 André Walker test was failing because of the order of components...
2011-07-30 André Walker skipped tests for expand_modules and search_extra,...
2011-07-30 André Walker skip tests from setup_component till we decide what...
2011-07-30 André Walker updated test. ConstructorInjection tries to load files...
2011-07-29 André Walker no redefine warnings for test
2011-07-29 André Walker updating test to work with Container changes
2011-07-29 André Walker added pod for class_config service
2011-07-29 André Walker class level config merged with container's config
2011-07-29 André Walker same for SubContainer.pm
2011-07-29 André Walker shorter lines in pod
2011-07-29 André Walker renaming method get_components_names_types
2011-07-29 André Walker add_component only needs one arg now
2011-07-29 André Walker documenting Container. removed pod for private methods
2011-07-29 André Walker small fixes in POD
2011-07-29 André Walker undef for accept_context_args is better than []
2011-07-29 André Walker Removed references to BlockInjection, and created valid...
2011-07-29 André Walker removed code from WithCOMPONENT
2011-07-29 André Walker Fixed WithAcceptContext to use params correctly
2011-07-29 André Walker created ::Service::WithCOMPONENT, wih code from Constru...
2011-07-29 André Walker no need for BlockInjection (now components are Construc...
2011-07-29 André Walker removed completed items from TODO
2011-07-28 André Walker added test for broken applevel config functionality
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-28 André Walker fixed test
2011-07-28 André Walker attempt at locate_components backcompat
2011-07-28 André Walker fixing pod again
2011-07-28 André Walker fixing pod
2011-07-28 André Walker fixed ConstructorInjection
2011-07-28 André Walker created ConstructorInjection (NOT working)
2011-07-28 André Walker setup_components back to method
2011-07-28 André Walker setup_components became a service
2011-07-28 Tomas Doran Update MANIFEST.SKIP to ignore t/tmp horrible regex...
2011-07-28 André Walker required container name, small other fixes
2011-07-28 André Walker renaming build_name_service to build_application_name_s...
2011-07-28 André Walker locate_components as a service
2011-07-28 André Walker name -> application_name in POD
2011-07-28 André Walker renamed 'name' container attribute to 'application_name'
2011-07-28 André Walker warn only once
2011-07-28 André Walker Singleton lifecycles
2011-07-28 André Walker fixed current_instance
2011-07-28 André Walker small cleanup
2011-07-27 André Walker moved setup_components to Container
2011-07-27 André Walker moved locate_components
2011-07-27 John Napiorkowski Lion is like Snow Leopard when it comes to tar issues
2011-07-26 Tomas Doran try to make a summary of some sort
2011-07-26 Tomas Doran Warning fix
2011-07-26 André Walker moved expand_component_module
2011-07-25 André Walker Merge branch 'master' into gsoc_breadboard
next