Enable hooking parameters into req/res construction. Useful if you are dynamically...
[catagits/Catalyst-Runtime.git] / lib / Catalyst /
2012-09-24 Tomas Doran Make this a warning so it's a little more obvious
2012-08-28 Gareth Kirwan Change Catalsyt _parse_attrs so that when sub attr...
2012-08-17 Dagfinn Ilmari Man... In Catalyst::Test, don't mangle headers of non-HTML...
2012-08-16 John Napiorkowski claim a version for release 5.90016
2012-08-16 John Napiorkowski patch to make prepare_parameters not be both a builder...
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-06-08 Florian Ragwitz Stop using deprecated CMOP APIs
2012-06-08 Florian Ragwitz Move Controller::ActionRole's functionality into the...
2012-06-07 Florian Ragwitz use style;
2012-05-26 Tomas Doran Fix warning in some chained dispatch cases
2012-05-25 skaufman tests and patch for Controller to accept action_args...
2012-05-24 Gerda Shank fix body_parameters is undef when no params
2012-05-16 Tomas Doran Version 5.90012 5.90012
2012-05-15 Alexander Hartmaier Work around Moose bug RT#7536 which breaks Catalyst...
2012-05-05 Tomas Doran Fix documentation for the 'secure' method in Catalyst...
2012-05-05 Tomas Doran Fix vague 'checkout' wording in Catalyst::Utils. RT...
2012-03-20 Tomas Doran Default to zero everywhere, to stop the warnings in...
2012-03-20 Tomas Doran Fix possible warning
2012-03-13 Brian Phillips fix spelling error
2012-03-13 Brian Phillips prevent body_params from being reset on each access
2012-03-09 Tomas Doran Doc fixes / additions in Catalyst::Component
2012-03-08 John Napiorkowski set change file date and updated versions in preparatio... 5.90011
2012-03-06 Tomas Doran Unpossible, but people keep seeing it
2012-03-04 Jesse Sheidlower Fixed typo in Engine::HTTP warning message
2012-03-02 Nigel Metheringham Fixed up uses of catdir being used to return a file...
2012-03-02 Tomas Doran Fix for closing fds with --background
2012-03-01 Tomas Doran Simplify loading madness back to what I was originally...
2012-02-29 Tomas Doran Fix for tests
2012-02-28 Tomas Doran And bug fix
2012-02-28 Tomas Doran Fix all the tests to get it right, use Cwd rather than...
2012-02-21 Tomas Doran Additional fixes for path stuff
2012-02-18 Andrew Rodland Spell out "current directory"
2012-02-18 Andrew Rodland Fix spelling
2012-02-18 Matt S Trout release commit for 5.90010 5.90010
2012-02-16 Tomas Doran Doc new function
2012-02-16 Tomas Doran Tests and fixes for conditional inclusion
2012-02-16 Tomas Doran Split out into new function
2012-02-16 Tomas Doran Some sane testing for home utility.
2012-02-16 Tomas Doran Version 5.90009 5.90009
2012-02-14 Tomas Doran Fix the debug page, how did that slip through?
2012-02-14 Eden Cardim documenting back-compat issue with environment variables
2012-02-12 Peter Rabbitson Catalyst is tested and works just fine with 5.8.3....
2012-02-06 Tomas Doran Only include the lib directory when we detect a Makefil...
2012-02-06 Tomas Doran Version 5.90008 - TRIAL 5.90008
2012-01-25 Tomas Doran Clarify what this shit is here for
2012-01-25 Tomas Doran Deprecate unused private method
2012-01-22 Tomas Doran Revert "And another trivial doc fix"
2012-01-22 Tomas Doran Revert "The latter part of that doc doesn't apply in...
2012-01-22 Tomas Doran Merge remote branch 'origin/no_state_in_engine'
2011-12-11 Tomas Doran The latter part of that doc doesn't apply in master...
2011-12-11 Tomas Doran And another trivial doc fix
2011-12-11 Tomas Doran Trivial doc fix
2011-12-01 Brian Cassidy silence warning from Engine::HTTP when $ENV{HARNESS_ACT...
2011-11-22 Tomas Doran Version 5.90007 5.90007
2011-11-22 Tomas Doran Document this
2011-11-22 Matthias Dietrich Implemented match_captures
2011-11-17 Tomas Doran Pod spelling
2011-11-03 Tomas Doran Fix docs in Response, fix Pod tests
2011-11-03 Tomas Doran Sort out the Request docs
2011-11-01 Tomas Doran Start re-arranging and fixing docs. remove docs for...
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 prepare_parametrs to be the builder.
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-27 Tomas Doran Move read_chunk to the request
2011-10-27 Tomas Doran Similarly, we don't need finalize_read
2011-10-27 Tomas Doran We have always prepared the write, this can just go...
2011-10-25 Tomas Doran Move all request state out of the engine into Request...
2011-10-25 Tomas Doran Version 5.90006 5.90006
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-24 Tomas Doran Bug fix for require dieing as make_immutable doesn...
2011-10-22 Tomas Doran Version 5.90005 5.90005
2011-10-22 Tomas Doran Do not fail pod coverage
2011-10-22 Tomas Doran Speling fix
2011-10-21 Tomas Doran Make method call be italic in docs
2011-10-21 Tomas Doran More spelling stopwords and small fixes till we pass
2011-10-21 Alexander Hartmaier fixed the remaining spelling errors + improved some...
2011-10-21 Alexander Hartmaier more spelling fixes
2011-10-21 Alexander Hartmaier fixed spelling errors
2011-10-21 Lian Wan Situ allow uri_for_action to be called with captures and...
2011-10-21 Tomas Doran Docs
2011-10-21 Tomas Doran Get Class::Load to do this for us
2011-10-21 Florian Ragwitz Implement automatic role loading for script classes.
2011-10-21 Tomas Doran Make method call be italic in docs
2011-10-21 Tomas Doran Merge branch captures_and_args_combined
2011-10-21 Tomas Doran More spelling stopwords and small fixes till we pass
2011-10-21 Tomas Doran Merge spelling test
2011-10-12 Oskari Okko Ojala Documentation to ->hostname on how to get the hostname...
2011-10-11 Florian Ragwitz Version 5.90004 5.90004
2011-10-05 Tomas Doran Version 5.90003 5.90003
next