TODO item done, whitespace fix
[catagits/Catalyst-Runtime.git] / lib /
2011-07-11 André Walker default_view / default_model
2011-07-11 Tomas Doran Revert "removed component resolution regex fallback"
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-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 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 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 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 ->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 Caleb Cushing give an example for $c->request->path
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-08 André Walker extra whitespace at end of line
2011-06-01 Florian Ragwitz Merge branch 'master' into psgi
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-06-01 Justin Hunter Bread::Board::Container
2011-05-16 Dagfinn Ilmari Man... Append $\ in Catalyst::Response->print
2011-05-15 Florian Ragwitz Merge branch 'master' into psgi
2011-05-12 Justin Hunter fix some typos
2011-05-09 John Napiorkowski removed backcompat code for old PSGI Engine since this...
2011-05-07 John Napiorkowski got all the tests running again
2011-05-07 John Napiorkowski Merge branch 'psgi' into origin/psgi
2011-05-05 Ton Voon Fixed situation where a detach($action) from a forward...
2011-05-03 Tomas Doran Document differences in Catalyst::Test as found by...
2011-05-03 Tomas Doran Pass extra args from ScriptRunner->run to ->new_with_op...
2011-05-03 Tomas Doran Make HTTP force standalone
2011-05-03 Tomas Doran public apply_default_middlewares method
2011-05-03 John Napiorkowski first attempt at a patch to enable compatibility with...
2011-04-14 Florian Ragwitz Unbreak the pod-coverage tests
2011-04-14 Florian Ragwitz Yes, it is
2011-04-14 Florian Ragwitz Remove special-casing of '*' for get_action_methods
2011-04-14 Florian Ragwitz Pull a bunch of gross hacks to get actions => { '*...
2011-04-14 Florian Ragwitz Make this error message more readable
2011-04-14 Florian Ragwitz Make this error message more readable
2011-04-14 Florian Ragwitz Agreed
2011-04-12 Florian Ragwitz Merge branch 'master' into psgi
2011-04-12 Florian Ragwitz A failing reverse lookup doesn't imply it's a local...
2011-03-29 Tomas Doran Use the Plack LighttpdScriptNameFix middleware.
2011-03-29 Tomas Doran Clean up FIXMEs
2011-03-27 Tomas Doran (t0m) Pass script options into auto loader
2011-03-27 Tomas Doran Retrieve args for old scripts so FCGI --listen works
2011-03-27 Tomas Doran Force FCGI detection for FastCGI scripts.
2011-03-27 Tomas Doran Do not commit conflicts, idiot
2011-03-27 Tomas Doran Fix bug stopping fastcgi script working
2011-03-27 Florian Ragwitz Fix the breakage the last commit introduced
2011-03-27 Florian Ragwitz make ->setup_engine($engine) supported API again
2011-03-27 Tomas Doran Document middlewares applied automatically
2011-03-27 Tomas Doran Explicitly document the wrong Engine::PSGI thing.
2011-03-27 Florian Ragwitz Partially unify local and remote request codepaths
2011-03-27 Florian Ragwitz Use Plack::Test::ExternalServer in Catalyst::Test remot...
2011-03-27 Tomas Doran First stab documenting writing a .psgi file
2011-03-27 Florian Ragwitz Ignore old-style .psgi files
2011-03-27 Florian Ragwitz De-uglify a comment
2011-03-27 Tomas Doran Document status of the misc engines.
next