Merge branch 'master' into gsoc_breadboard
[catagits/Catalyst-Runtime.git] / lib / Catalyst /
2011-08-15 Tomas Doran Catalyst::Delta hasn't been touched, needs fixing.
2011-08-15 Tomas Doran Do not inadvertently add a digit to the version no
2011-08-15 Tomas Doran Some small accuracy fixes
2011-08-15 Tomas Doran That was fixed in the code, kill it from the docs.
2011-08-14 Jesse Sheidlower Merge branch 'master' of ssh://git.shadowcat.co.uk...
2011-08-14 Jesse Sheidlower Doc changes to Upgrading and PSGI.
2011-08-14 Tomas Doran Clarify mod_perl1 vs mod_perl2 vs mod_perl 1.99
2011-08-12 André Walker I'm really sorry
2011-08-12 André Walker madness.
2011-08-12 André Walker fix side effects of messing with catalyst_component_name
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 more comments
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 Get the 'real' components, not the compat ones for...
2011-08-10 André Walker rewrote _get_component_type_name
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 For some reason, ->param doesn't work in the lifecycle...
2011-08-10 André Walker removed FIXME, added confess()
2011-08-08 Tomas Doran Bump version numbers to final 5.90000
2011-08-08 Tomas Doran (t0m) Sort out what we're doing to ::PreFork users
2011-08-07 Tomas Doran Back compat fix for CX::CRUD and others
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 Removed WithCOMPONENT, renamed My::External::Class
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-05 Tomas Doran Fix display on search.cpan
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 added the ctx parameter
2011-08-04 Tomas Doran Mass block comment on why I think we should pass the...
2011-08-04 Tomas Doran Not a Moose class, no ->new method
2011-08-03 André Walker Added Catalyst::IOC::LifeCycle::Request
2011-08-03 André Walker Added Catalyst::IOC
2011-08-02 Tomas Doran remove make_single_default
2011-08-02 Tomas Doran Actually, lets just use get_all_components
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 André Walker commenting, and allowing subclasses to override services
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 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 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 Make this required, and no default
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-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 Alexander Hartmaier fixed the remaining spelling errors + improved some...
2011-07-29 Alexander Hartmaier more spelling fixes
2011-07-29 Alexander Hartmaier fixed spelling errors
2011-07-29 Tomas Doran Normalize doc version numbers for 5.9 being next major...
2011-07-29 Alexander Hartmaier fixed Catalyst::Upgrading spelling and phrasing
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-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 Tomas Doran Version 5.89003 5.89003
2011-07-28 André Walker setup_components back to method
2011-07-28 André Walker setup_components became a service
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 Tomas Doran Make that not a FIXME in the middle of the docs
2011-07-28 André Walker locate_components as a service
2011-07-28 André Walker name -> application_name in POD
next