catagits/Catalyst-Runtime.git
2011-08-12 André Walker next steps - planned
2011-08-12 André Walker removing fixed stuff from TODO
2011-08-11 André Walker get_all_components is getting until we know what to do
2011-08-11 André Walker intuiting catalyst_component_name
2011-08-11 André Walker getting correct name for the component
2011-08-11 André Walker fixing add_component to better overriding
2011-08-11 André Walker sane names for models
2011-08-11 André Walker more comments
2011-08-11 André Walker don't fail silently when container_class doesn't exist
2011-08-11 André Walker small adjustments
2011-08-11 André Walker updating comment
2011-08-11 André Walker FIXME's and comments
2011-08-11 André Walker catalyst_component_name doesn't have to be a class...
2011-08-11 André Walker no dispatching through MyApp anymore
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 Get the 'real' components, not the compat ones for...
2011-08-10 Tomas Doran Fix component debug display
2011-08-10 André Walker rewrote _get_component_type_name
2011-08-10 André Walker remainings of flush_request_services()
2011-08-10 André Walker if its only used internally, it should be private
2011-08-10 André Walker get_components_types_names() too
2011-08-10 André Walker flush_request_services() is a bad idea
2011-08-10 André Walker synopsis for Catalyst::IOC
2011-08-10 André Walker not inheriting from Bread::Board anymore (though it...
2011-08-10 André Walker switched eval with Try::Tiny
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-10 André Walker For some reason, ->param doesn't work in the lifecycle...
2011-08-10 André Walker removed FIXME, added confess()
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-07 André Walker fix TODO
2011-08-06 André Walker Request - it's definitely not a Singleton, and it needs...
2011-08-06 André Walker WithParameters FIXME
2011-08-06 André Walker one line is better
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-05 André Walker rewrote Request lifecycle
2011-08-05 André Walker pod sketch for Request lifecycle
2011-08-05 André Walker Basing Catalyst::IOC on Bread::Board (don't know if...
2011-08-05 André Walker fix default_component behavior
2011-08-04 André Walker Merge branch 'gsoc_breadboard' of git.shadowcat.co...
2011-08-04 André Walker reordering stuff fixes accept_context_args
2011-08-04 André Walker fixing _get_component_type_name
2011-08-04 André Walker make sure it is a regexp
2011-08-04 André Walker added the ctx parameter
2011-08-04 Tomas Doran Comments
2011-08-04 Tomas Doran Mass block comment on why I think we should pass the...
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
next