catagits/Catalyst-Runtime.git
2011-07-25 Tomas Doran Some initial todo notes
2011-07-23 André Walker Description & Synopsis sketch
2011-07-23 André Walker ditto
2011-07-23 André Walker POD and FIXME's
2011-07-23 André Walker Fixed test
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 fixing plugin test app to use base 'Catalyst'
2011-07-21 André Walker _get_component_type is dead
2011-07-21 André Walker live_view_warnings.t -> live_mvc_warnings.t
2011-07-21 André Walker FIXME, and POD
2011-07-21 André Walker deprecate search_extra
2011-07-21 André Walker getting structure from Container
2011-07-21 André Walker Fixing test
2011-07-21 André Walker FIXME
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 default_(view|model) can come from config files
2011-07-16 André Walker fix comment
2011-07-14 André Walker fixing aggregated tests
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 FIXME in the broken test
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 created default_component writer
2011-07-11 André Walker make_single_default sub
2011-07-11 André Walker fixing pod
2011-07-11 André Walker default_view / default_model
2011-07-11 André Walker forgot name in the default_model service
2011-07-11 André Walker forgot to load default_view and default_model services
2011-07-11 André Walker simplified Catalyst.pm
2011-07-11 André Walker ->controller changes
2011-07-11 André Walker tests for calling controller() with no args
2011-07-08 André Walker created get_component_from_sub_container
2011-07-08 André Walker removed regexp 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 make git ignore cover_db/ (for Devel::Cover)
2011-07-07 André Walker attributes can all be readonly
2011-07-07 André Walker moving classes/roles to Catalyst::IOC::* namespace
2011-07-07 André Walker POD and sensible name for ACCEPT_CONTEXT args
2011-07-07 André Walker POD to the bottom
2011-07-07 Tomas Doran Trivial cleanup using delegate method
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 returne instead of add_service/add_sub_container
2011-07-06 André Walker removed build_root_container()
2011-07-06 André Walker same as before
2011-07-06 André Walker simplified a bit
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 Tomas Doran eval not needed round can, it just returns false
2011-07-06 Tomas Doran BEGIN { extends only needed in controllers
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 test was expecting wrong results
2011-07-05 André Walker now using BlockInjection, replacing all calls to _filte...
2011-07-05 André Walker subclassing Bread::Board::Service to replace _filter_co...
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-27 André Walker created attribute for the container class that will...
2011-06-24 André Walker split Container's BUILD, moved BB logic from Catalyst...
2011-06-24 André Walker Testing if MyApp::Container is used when it exists...
2011-06-24 André Walker the plan is to use done_testing()
2011-06-24 André Walker ->setup_config should not work
2011-06-24 André Walker mockapp moved to a sensible place
2011-06-14 André Walker switched MyApp for the actual app name in setup_config
2011-06-14 André Walker defined a plan, removed useless bless and Data::Dumper
2011-06-14 André Walker tests for setup_component
2011-06-14 André Walker when COMPONENT dies, one error thrown is enough
2011-06-14 André Walker renamed to create setup_component' tests
2011-06-14 André Walker test cleaned up using Moose::Meta::Class
2011-06-10 André Walker removed useless variable
2011-06-09 André Walker renamed MockApp so that it doesn't fail when run aggreg...
2011-06-09 André Walker More tests for setup_components, some for locate_components
2011-06-09 André Walker Added setup_components tests
2011-06-09 Caleb Cushing give an example for $c->request->path
2011-06-09 Justin Hunter fix typo
2011-06-08 André Walker no need for requests in unit_core_container_live_auto.t
next