Version 5.90017
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
2012-10-19 Tomas Doran Version 5.90017 5.90017
2012-10-09 Tomas Doran Rename methods to be shorter
2012-10-08 Tomas Doran Enable hooking parameters into req/res construction...
2012-08-16 John Napiorkowski claim a version for release 5.90016
2012-08-14 Matt S Trout Fix model/view/controller methods to handle stringifiab...
2012-08-14 Matt S Trout Fix model/view/controller methods to handle stringifiab...
2012-07-23 Dagfinn Ilmari Man... Add =encoding UTF-8 to POD
2012-07-23 Dagfinn Ilmari Man... Fix syntax error
2012-07-18 Tomas Doran Fix RT#78377 - IIS7 sucks in different ways to IIS6
2012-06-30 Tomas Doran Version 5.90015 5.90015
2012-06-30 Tomas Doran Fix ->finalize_headers getting called twice. RT#78090
2012-06-26 John Napiorkowski version bumping 5.90014
2012-06-25 Andrew Rodland Fix CPAN RT#76179
2012-06-21 John Napiorkowski updated changes and version for new release 5.90013
2012-05-16 Tomas Doran Version 5.90012 5.90012
2012-05-05 Tomas Doran Remove dep on B::H::EOS, for RT#76437
2012-04-16 Tomas Doran We are keeping ->_plugins->{} for a reason.
2012-03-08 John Napiorkowski set change file date and updated versions in preparatio... 5.90011
2012-02-18 Matt S Trout release commit for 5.90010 5.90010
2012-02-16 Tomas Doran Version 5.90009 5.90009
2012-02-12 Peter Rabbitson Catalyst is tested and works just fine with 5.8.3....
2012-02-08 Tomas Doran Fix dead links to cpansearch.perl.org to point to metac...
2012-02-06 Tomas Doran Version 5.90008 - TRIAL 5.90008
2012-01-22 Tomas Doran Merge remote branch 'origin/no_state_in_engine'
2012-01-22 Tomas Doran Fix display of authors
2011-12-29 Kieren Diment doc patch correcting visit() and go() usage from Emanue...
2011-11-22 Tomas Doran Version 5.90007 5.90007
2011-11-21 Tomas Doran Fix stupid bug
2011-11-18 Tomas Doran Merge remote branch 'origin/topic/prepare_action_in_try'
2011-11-17 Tomas Doran Fix removed methods that plugins are likely to be hooking
2011-11-16 Tomas Doran Only apply the lighttpd middleware if needed
2011-10-31 Tomas Doran Stop the request needing the context, just pass in...
2011-10-31 Tomas Doran The response no longer needs the context
2011-10-31 Tomas Doran Move write and finalize_headers into response object
2011-10-31 Tomas Doran Put prepare_connection back as Engine::PSGI uses it
2011-10-28 Tomas Doran Do moar, moving headers and cookies. This breaks engine...
2011-10-28 Tomas Doran Move prepare_connection, and it's lies documentation...
2011-10-28 Tomas Doran Move preparing the body into the request, almost works.
2011-10-28 Tomas Doran Move actual reading into request
2011-10-25 Tomas Doran Explain the logic here, as it's crazy. But I think...
2011-10-25 Tomas Doran Version 5.90006 5.90006
2011-10-25 Tomas Doran Spelling fixes
2011-10-25 Tomas Doran mod_perl using_frontend_proxy fix
2011-10-25 Tomas Doran Clarify psgi proxy behaviour in PROXY SUPPORT
2011-10-25 Tomas Doran Store the script options in the engine.
2011-10-25 Tomas Doran Move prepare_action call into try block
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
next