adapted the test
[catagits/Catalyst-Runtime.git] / lib /
2012-05-02 André Walker no need for throwing exception
2012-05-02 André Walker added the app to the container when the app is built
2012-05-02 André Walker ConstructorInjection now depends on the application...
2012-04-24 André Walker made class meta immutable
2012-04-02 André Walker Merge branch 'master' into gsoc_breadboard
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-10 André Walker Merge branch 'master' into gsoc_breadboard
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-22 André Walker Merge branch 'master' into gsoc_breadboard
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-08 Tomas Doran Fix dead links to cpansearch.perl.org to point to metac...
2012-02-06 Tomas Doran Remove FIXME, why did I think this didn't work?
2012-02-06 Tomas Doran I don't think pushing to config is actually needed
2012-02-06 Tomas Doran Only include the lib directory when we detect a Makefil...
2012-02-06 Tomas Doran Hacky fix for path_to
2012-02-06 Tomas Doran Version 5.90008 - TRIAL 5.90008
2012-02-03 André Walker Merge branch 'master' into gsoc_breadboard
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'
2012-01-22 Tomas Doran Fix display of authors
2011-12-29 Kieren Diment doc patch correcting visit() and go() usage from Emanue...
2011-12-14 André Walker it should at least compile
2011-12-14 André Walker created two methods for building new services: home...
2011-12-13 André Walker Merge branch 'master' into gsoc_breadboard
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-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 Pod spelling
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-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 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-24 Tomas Doran Bug fix for require dieing as make_immutable doesn...
2011-10-24 Tomas Doran Make making inner packages in COMPONENT method work...
2011-10-24 Tomas Doran Fix spelling test fails
2011-10-24 Tomas Doran Merge master into gsoc_breadboard
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 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
next