Store the script options in the engine.
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
2011-10-25 Tomas Doran Store the script options in the engine.
2011-10-24 Tomas Doran Clarify wording
2011-10-22 Tomas Doran Version 5.90005 5.90005
2011-10-21 Tomas Doran And fix up the documentation some
2011-10-21 Tomas Doran Note that wrapping the setup method will cause you...
2011-10-21 Tomas Doran More spelling stopwords and small fixes till we pass
2011-10-21 Tomas Doran Remove another ref to MyApp->plugin
2011-10-21 Tomas Doran Un-document MyApp->plugin method
2011-10-21 Tomas Doran Remove references to the -Engine flag from docs
2011-10-21 Tomas Doran Remove documentation showing Global / Regex / Private...
2011-10-21 Alexander Hartmaier fixed the remaining spelling errors + improved some...
2011-10-21 Lian Wan Situ allow uri_for_action to be called with captures and...
2011-10-21 Tomas Doran And fix up the documentation some
2011-10-21 Tomas Doran Merge branch captures_and_args_combined
2011-10-21 Tomas Doran Note that wrapping the setup method will cause you...
2011-10-21 Tomas Doran More spelling stopwords and small fixes till we pass
2011-10-21 Tomas Doran Merge spelling test
2011-10-21 Tomas Doran Remove another ref to MyApp->plugin
2011-10-21 Tomas Doran Un-document MyApp->plugin method
2011-10-21 Tomas Doran Remove references to the -Engine flag from docs
2011-10-21 Tomas Doran Remove documentation showing Global / Regex / Private...
2011-10-11 Florian Ragwitz Version 5.90004 5.90004
2011-10-11 Florian Ragwitz Don't guess when setting an engine through ->engine_class
2011-10-05 Tomas Doran Version 5.90003 5.90003
2011-10-05 Tomas Doran Revert "Version 5.90003"
2011-10-05 Tomas Doran Version 5.90003
2011-10-04 Tomas Doran Make default body reponses for 302s W3C compliant....
2011-10-03 Alexander Hartmaier Clarify that prepare is called as a class method
2011-09-12 Dave Rolsky Remove a block of unused code
2011-09-02 Tomas Doran And fix
2011-08-22 Tomas Doran Version 5.90002 5.90002
2011-08-15 Tomas Doran Version 5.90001. Correct no of digits in VERSION - DOH 5.90001
2011-08-15 Tomas Doran Do not inadvertently add a digit to the version no
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-07-29 Alexander Hartmaier fixed the remaining spelling errors + improved some...
2011-07-29 Tomas Doran This is broken, but used to work. See C::P::Auth
2011-07-28 Tomas Doran Version 5.89003 5.89003
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-21 Andrew Rodland Replace the setup_engine workaround with a better one
2011-07-21 John Napiorkowski now better support for legacy psgi (Catalyst::Engine...
2011-07-11 Tomas Doran Revert "removed component resolution regex fallback"
2011-07-07 André Walker removed component resolution regex fallback
2011-07-06 Florian Ragwitz Merge branch 'master' into psgi
2011-07-01 Tomas Doran More disable_component_resolution_regex_fallback
2011-06-09 Justin Hunter fix typo
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 public apply_default_middlewares method
2011-05-03 John Napiorkowski first attempt at a patch to enable compatibility with...
2011-04-12 Florian Ragwitz Merge branch 'master' into psgi
2011-03-29 Tomas Doran Use the Plack LighttpdScriptNameFix middleware.
2011-03-27 Florian Ragwitz make ->setup_engine($engine) supported API again
2011-03-27 Tomas Doran Explicitly document the wrong Engine::PSGI thing.
2011-03-27 Florian Ragwitz Ignore old-style .psgi files
2011-03-27 Tomas Doran Tiny tidyups to copyright and license
2011-03-26 Florian Ragwitz The IIS 6 script name fix is now part of Plack
2011-03-02 Florian Ragwitz Reduce code repetition
2011-03-02 Florian Ragwitz Add legacy workaround for nginx PATH_INFO
2011-03-02 Florian Ragwitz Make legacy IIS env fixing work again
2011-03-02 Florian Ragwitz Make legacy lighttpd env fixing work again
2011-03-02 Florian Ragwitz Load middlewares where they're actually used
2011-03-02 Florian Ragwitz Make _wrapped_legacy_psgi_app do wrapping only
2011-03-02 Florian Ragwitz Version 5.89002 5.89002
2011-03-01 Florian Ragwitz Make getting to a PSGI app saner
2011-03-01 Florian Ragwitz Version 5.89001 5.89001
2011-03-01 Florian Ragwitz Rename Engine::Loader to EngineLoader
2011-03-01 Florian Ragwitz Merge branch 'master' into psgi
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 Fix Engine::Stomp with psgi
2011-01-31 Tomas Doran Version 5.80031 5.80031
2011-01-24 Tomas Doran Small docs and fixes
2011-01-24 Florian Ragwitz Version 5.89000 5.89000
2011-01-23 Florian Ragwitz Merge branch 'master' into psgi
2011-01-19 Tomas Doran Additional notes and cleanup
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'
2010-12-16 Tomas Doran Extra links in docs
2010-12-06 Florian Ragwitz Don't build the full PSGI app more than once
2010-12-05 Florian Ragwitz Set up MyApp->psgi_app lazily
2010-12-05 Florian Ragwitz Separate raw psgi app and wrapped psgi app
2010-12-03 Florian Ragwitz Don't build the psgi app twice
2010-12-03 Florian Ragwitz Merge branch 'master' into psgi
2010-11-23 Tomas Doran Clarify end action after forward / detach
2010-11-19 Stefan Seifert Fix passing file GLOBs to $c->res->body
2010-11-15 Tomas Doran Clarify docs
2010-10-03 Tomas Doran Version 5.80029 5.80029
2010-09-29 Tomas Doran Patch from the mailing list to clarify view warning
2010-09-29 Tomas Doran Need to use _add_meta_method from new Moose onwards...
next