catagits/Catalyst-Runtime.git
2010-03-08 Tomas Doran Update TODO
2010-03-08 Tomas Doran Rename test to be more sensible
2010-03-08 Tomas Doran Port tests to plack branch. Sorry, they still fail...
2010-03-06 Tomas Doran Changelog
2010-03-06 Tomas Doran Merge 'trunk' into 'param_filtering'
2010-03-05 Matt S Trout fix Index uri_for_action bug
2010-03-05 Andrew Rodland Tiny doc fix for Engine::FastCGI
2010-03-04 Brian Phillips only log response status, content-type and content...
2010-03-03 Tomas Doran Bump versions, expand somewhat on the changelog 5.80021
2010-03-03 Tomas Doran The no warnings stanza does nothing, so remove it
2010-03-02 Brian Phillips cleaned up tabs vs. spaces
2010-03-02 Brian Phillips remove filtering, get request/response logging from...
2010-03-01 Tomas Doran Merge 'trunk' into 'param_filtering'
2010-02-23 Florian Ragwitz fix doc typo.
2010-02-14 Florian Ragwitz Make the debug log say the cat version with all its...
2010-02-11 Tomas Doran First attempt to make this make more sense.
2010-02-11 Tomas Doran Fix typo
2010-02-09 Rafael Kitover update Changes, put comment back in
2010-02-08 Tomas Doran Unfuck
2010-02-08 Tomas Doran Merge 'trunk' into 'uri_for_utf8'
2010-02-04 Florian Ragwitz Version 5.80020. 5.80020
2010-02-04 Florian Ragwitz Merge branch 'expand_modules'
2010-01-29 Florian Ragwitz Version 5.80019. 5.80019
2010-01-29 Florian Ragwitz Changelog tweaking.
2010-01-28 Tomas Doran Changelog up to date
2010-01-28 Tomas Doran And test the non root app case
2010-01-28 Tomas Doran Fix paths with URI encoding as the first path part
2010-01-27 Tomas Doran Fix / => %2F in uri_for so that it only works for actio...
2010-01-27 Tomas Doran Fix failing test related to missing g in regex
2010-01-27 Tomas Doran Clarrify debug documentation
2010-01-25 Florian Ragwitz Remove apparently useless Component::BUILDARGS conditional.
2010-01-25 Florian Ragwitz Revert "in what case is a numeric comparison called...
2010-01-25 Oliver Charles Improve the documentation about -Home and how Catalyst...
2010-01-24 Oliver Charles Allow models and components to specify the names of...
2010-01-20 Tomas Doran TWMC has been broken by psgi
2010-01-19 Αριστοτέλης... fix $c->error doc in Catalyst.pm POD
2010-01-19 Florian Ragwitz Changelog action_args.
2010-01-19 Florian Ragwitz Merge branch 'action_args'
2010-01-19 Florian Ragwitz And another minor tweak.
2010-01-19 Florian Ragwitz Some more doc tweaking.
2010-01-19 John Napiorkowski tweaked docs based on IRC suggestions
2010-01-19 John Napiorkowski added documentation for the configuration option "actio...
2010-01-18 Florian Ragwitz Depend on a namespace::clean that isn't broken on ...
2010-01-16 Florian Ragwitz We still need to figure out how to not break mod_perl...
2010-01-16 Florian Ragwitz Add some TODOs for psgi.
2010-01-15 Tomas Doran Clarify that it's an app, not a ctx here
2010-01-15 Peter Karman in what case is a numeric comparison called for? I...
2010-01-14 Dan Dascalescu Passing test case for RT #53678 - Catalyst::Test::get...
2010-01-14 Tomas Doran Doc fixes, get a bit nearer to working with mod_perl...
2010-01-14 Dan Dascalescu Cosmetic: wrapped long code line
2010-01-14 Dan Dascalescu Typo fix
2010-01-14 Florian Ragwitz Merge branch 'master' into psgi
2010-01-14 Florian Ragwitz Only set up the leakchecker for the tests that need it.
2010-01-14 Florian Ragwitz Exception stuff is fixed for a while now.
2010-01-14 Florian Ragwitz Fix the fcgi script tests.
2010-01-14 Florian Ragwitz Merge branch 'master' into psgi
2010-01-14 Florian Ragwitz Make build_psgi_app public and add MyApp->psgi_app.
2010-01-14 Florian Ragwitz Depend on n:c 0.12 to work on perl >= 5.11.2.
2010-01-13 Florian Ragwitz Depend on a ReverseProxy middleware that spits out...
2010-01-12 Florian Ragwitz Version 5.80018. 5.80018
2010-01-12 Florian Ragwitz canonical() is a no-op for the base uri.
2010-01-12 Florian Ragwitz Fix a deprecation warning in the tests.
2010-01-12 Tomas Doran Do the right thing with FCGI args, the hostname and...
2010-01-11 Tomas Doran Move everything back out into the scriptrole, allow...
2010-01-11 Tomas Doran Fix URI bug masked by HTTP::Request::AsCGI
2010-01-11 Florian Ragwitz Canonicalize the url becuse we're building it from...
2010-01-11 Florian Ragwitz Well, apparently this *is* necessary, just the extra_en...
2010-01-11 Florian Ragwitz Delete unfixable FAIL.
2010-01-11 Florian Ragwitz Port t/aggregate/live_engine_request_escaped_path.t...
2010-01-11 Tomas Doran Deprecate bare imports of Catalyst::Test - either use...
2010-01-10 Florian Ragwitz Skip Engine::CGI-specific tests until we find a better...
2010-01-10 Florian Ragwitz At least pass the port param to _run_psgi_app to get...
2010-01-10 Florian Ragwitz Stop expecting the Host header for proxy requests to...
2010-01-10 Florian Ragwitz Start supporting running behind reverse proxies again.
2010-01-10 Florian Ragwitz Inline the OverrideEnv middleware into Catalyst::Test.
2010-01-10 Tomas Doran Apply patch to clarify uri_for action from Octavian...
2010-01-10 Florian Ragwitz Improve handling errors during prepare.
2010-01-10 Florian Ragwitz Look up the method just once.
2010-01-10 Florian Ragwitz Properly merge the extra env var into the psgi environment.
2010-01-10 Florian Ragwitz Don't dump psgi.input as it can't be deserialized.
2010-01-10 Florian Ragwitz Adapt to the changed _customize_request calling convention.
2010-01-10 Florian Ragwitz Properly set REMOTE_USER in the request env.
2010-01-10 Florian Ragwitz Add a way to specify additional psgi values in the...
2010-01-10 Florian Ragwitz Version 5.80017. 5.80017
2010-01-10 Tomas Doran Use Plack::Loader and push the running of plack back...
2010-01-10 Tomas Doran Delete code. 64 => 48 subtests failed
2010-01-09 Florian Ragwitz Remove outdated comment and some trailing whitespace.
2010-01-09 Florian Ragwitz Fix typo.
2010-01-09 Tatsuhiko Miyagawa depend on Plack 0.903 for streaming interface support...
2010-01-09 Tomas Doran Require Plack..
2010-01-09 Tomas Doran require autoclean once only
2010-01-09 Tomas Doran Bump version of ::Role::WithOverloading
2010-01-09 Florian Ragwitz Clear up the response callback and the writer object...
2010-01-09 Florian Ragwitz Don't pass $ctx down to read().
2010-01-09 Florian Ragwitz No, don't warn in the log. clients being retarded don...
2010-01-09 Florian Ragwitz Let read_chunk read from psgi.input.
2010-01-09 Florian Ragwitz There's no Content-Length for streaming responses.
2010-01-09 Florian Ragwitz Remove other engines.
2010-01-09 Florian Ragwitz Clear the request env after finishing a request.
2010-01-09 Florian Ragwitz Delay erroring out on wrong usage of Catalyst::Test.
next