fixed __lookup_mvc
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
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-28 André Walker attempt at locate_components backcompat
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 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 André Walker deprecate search_extra
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-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
2011-06-14 André Walker when COMPONENT dies, one error thrown is enough
2011-06-09 Justin Hunter fix typo
2011-06-08 André Walker fixed _get_component_type's regexp's
2011-06-08 André Walker Fixed _config_substitutions to make tests work again
2011-06-08 André Walker Copied and adapted tests from Catalyst::Plugin::ConfigL...
2011-06-01 Tomas Doran Fix part I mangled whilst rebasing onto master
2011-06-01 André Walker Trailling whitespace, FIXME comments.
2011-06-01 André Walker compatibility for the 'components' accessor, made contr...
2011-06-01 Justin Hunter remove more $c->components in favor of Bread::Board
2011-06-01 Justin Hunter get the components from their services in the sub-conta...
2011-06-01 Justin Hunter check if @expanded_components has any deprecated names
2011-06-01 Justin Hunter expand M/V/C to Model/View/Controller for sub-container...
2011-06-01 Justin Hunter create sub-containers for m/v/c
2011-06-01 Justin Hunter add setup_config method to instantiate the B::B contain...
2011-05-12 Justin Hunter fix some typos
2011-05-05 Ton Voon Fixed situation where a detach($action) from a forward...
2011-03-27 Tomas Doran Tiny tidyups to copyright and license
2011-02-23 Tomas Doran Version 5.80032 5.80032
2011-02-22 Dhaval Dhanani added myself (dd070) in contributors list
2011-02-22 Tomas Doran This scares me, but it fixes stuf work work
2011-01-31 Tomas Doran Version 5.80031 5.80031
2011-01-04 Florian Ragwitz Version 5.80030 5.80030
2010-12-17 Tomas Doran Bad test failed to show bug.
2010-12-17 Tomas Doran Fix the case for body '0'
next