merge master
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
2011-08-19 André Walker merge master
2011-08-15 Tomas Doran Version 5.90001. Correct no of digits in VERSION - DOH 5.90001
2011-08-15 André Walker overridden locate_components
2011-08-15 Tomas Doran Do not inadvertently add a digit to the version no
2011-08-12 André Walker fix container loading logic (Class::MOP::load_class...
2011-08-11 André Walker get_all_components is getting until we know what to do
2011-08-11 André Walker don't fail silently when container_class doesn't exist
2011-08-10 Tomas Doran Fix component debug display
2011-08-10 André Walker remainings of flush_request_services()
2011-08-08 Tomas Doran Bump version numbers to final 5.90000
2011-08-08 Tomas Doran (t0m) The nginx bullshit can just die
2011-08-06 Tomas Doran Pull back use_request_uri_for_path docs from deleted...
2011-08-06 Tomas Doran Fix custom engine compat
2011-08-06 André Walker one line is better
2011-08-03 André Walker Added Catalyst::IOC::LifeCycle::Request
2011-08-03 André Walker typo when removing get_components_types_names
2011-08-02 Tomas Doran Actually, lets just use get_all_components
2011-08-02 André Walker fixed __lookup_mvc
2011-08-02 André Walker forgot quotes
2011-08-02 André Walker separate repeated code, and move it to _lookup_mvc
2011-07-30 André Walker %args passed to Container->new again
2011-07-29 André Walker class level config merged with container's config
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 Tomas Doran This is broken, but used to work. See C::P::Auth
2011-07-28 André Walker attempt at locate_components backcompat
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 renamed 'name' container attribute to 'application_name'
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-26 André Walker moved expand_component_module
2011-07-25 André Walker Merge branch 'master' into gsoc_breadboard
2011-07-25 André Walker broke expand_modules, setup_component became a method
2011-07-24 Tomas Doran Deal correctly with app classes which are immutable...
2011-07-24 Tomas Doran Docs
2011-07-24 Tomas Doran Version 5.80033 5.80033
2011-07-23 André Walker moved setup_component practically unchanged to the...
2011-07-23 André Walker a little more cleanup
2011-07-23 André Walker moved temporarily _get_component_type_name to Container
2011-07-23 André Walker moving block from ->component to container
2011-07-23 André Walker moved code block from ->components to the container
2011-07-21 André Walker _get_component_type is dead
2011-07-21 Andrew Rodland Replace the setup_engine workaround with a better one
2011-07-21 André Walker deprecate search_extra
2011-07-21 John Napiorkowski now better support for legacy psgi (Catalyst::Engine...
2011-07-21 André Walker getting structure from Container
2011-07-21 André Walker making $c->comp(qr/::M::/) work
2011-07-21 André Walker fixing components to work the way it did
2011-07-21 André Walker Deprecating $c->comp("MyApp")
2011-07-21 André Walker killing components as class data
2011-07-21 André Walker myapp as controller -> myapp as component
2011-07-21 André Walker sub class2classshortsuffix for the controller
2011-07-21 André Walker moving _find_component to the container as find_component
2011-07-21 André Walker sub component_list
2011-07-20 André Walker warn also when calling component with no args
2011-07-20 André Walker fix deprecation warning
2011-07-18 Tomas Doran Some notes about next steps / removals
2011-07-16 André Walker fix comment
2011-07-14 André Walker fixing search_extra functionality
2011-07-13 André Walker removed a little bit of repetition, and commented
2011-07-13 André Walker a little refactoring for sub component
2011-07-12 André Walker making unit_core_component.t work
2011-07-12 André Walker small adjustments in ->component()
2011-07-11 André Walker make_single_default sub
2011-07-11 Tomas Doran Revert "removed component resolution regex fallback"
2011-07-11 André Walker simplified Catalyst.pm
2011-07-11 André Walker ->controller changes
2011-07-08 André Walker created get_component_from_sub_container
2011-07-08 André Walker removed regexp fallback
2011-07-07 André Walker removed component resolution regex fallback
2011-07-07 André Walker changing get_component and get_component_args
2011-07-07 André Walker created disable_regex_fallback attr
2011-07-07 André Walker moving classes/roles to Catalyst::IOC::* namespace
2011-07-07 Tomas Doran Fix AUTHORS etc to match all other files
2011-07-06 André Walker Merging of gsoc_breadboard
2011-07-06 André Walker A little POD
2011-07-06 André Walker same as before
2011-07-06 André Walker merging gsoc_breadboard changes
2011-07-06 André Walker style and coherence
2011-07-06 André Walker moving stuff
2011-07-06 André Walker subcontainer class for shortened syntax
2011-07-06 André Walker isolating repeated code
2011-07-06 André Walker some minor corrections
2011-07-06 André Walker more sense out of regex fallback
2011-07-06 André Walker removed useless code, restored regexp fallback
2011-07-06 André Walker finished rewrite of ->component, removed old subs
2011-07-06 Florian Ragwitz Merge branch 'master' into psgi
2011-07-05 André Walker rewriting ->component and friends to use BB. Completely...
2011-07-05 André Walker now using BlockInjection, replacing all calls to _filte...
2011-07-05 André Walker adapting unit_core_mvc.t to work (still broken)
2011-07-05 André Walker Merge branch 'master' into gsoc_breadboard
2011-07-01 Tomas Doran More disable_component_resolution_regex_fallback
2011-06-24 André Walker split Container's BUILD, moved BB logic from Catalyst...
2011-06-24 André Walker ->setup_config should not work
2011-06-14 André Walker switched MyApp for the actual app name in setup_config
next