catagits/Catalyst-Runtime.git
2011-05-03 John Napiorkowski first attempt at a patch to enable compatibility with...
2011-05-03 Dave Rolsky Add a test to make sure that a die in a Controller...
2011-04-14 Florian Ragwitz Unbreak the pod-coverage tests
2011-04-14 Florian Ragwitz Yes, it is
2011-04-14 Florian Ragwitz Remove special-casing of '*' for get_action_methods
2011-04-14 Florian Ragwitz Pull a bunch of gross hacks to get actions => { '*...
2011-04-14 Florian Ragwitz Add a test for configuring attributes for all actions
2011-04-14 Florian Ragwitz Add a test view for dumping actions
2011-04-14 Florian Ragwitz Make this error message more readable
2011-04-14 Florian Ragwitz Make this error message more readable
2011-04-14 Florian Ragwitz Agreed
2011-04-12 Florian Ragwitz Merge branch 'master' into psgi
2011-04-12 Florian Ragwitz A failing reverse lookup doesn't imply it's a local...
2011-03-31 Florian Ragwitz Fix a syntax error introduced in d367082
2011-03-29 Tomas Doran Use the Plack LighttpdScriptNameFix middleware.
2011-03-29 Tomas Doran Update TODO
2011-03-29 Tomas Doran Clean up FIXMEs
2011-03-27 Florian Ragwitz Fix a warning under aggregation
2011-03-27 Tomas Doran... Pass script options into auto loader
2011-03-27 Tomas Doran Retrieve args for old scripts so FCGI --listen works
2011-03-27 Tomas Doran Force FCGI detection for FastCGI scripts.
2011-03-27 Tomas Doran Do not commit conflicts, idiot
2011-03-27 Tomas Doran Fix bug stopping fastcgi script working
2011-03-27 Tomas Doran Update todo
2011-03-27 Tomas Doran Update todo
2011-03-27 Florian Ragwitz Fix the breakage the last commit introduced
2011-03-27 Florian Ragwitz make ->setup_engine($engine) supported API again
2011-03-27 Florian Ragwitz No, we don't want this
2011-03-27 Tomas Doran Document middlewares applied automatically
2011-03-27 Tomas Doran Explicitly document the wrong Engine::PSGI thing.
2011-03-27 Florian Ragwitz Update TODO
2011-03-27 Florian Ragwitz Partially unify local and remote request codepaths
2011-03-27 Florian Ragwitz Use Plack::Test::ExternalServer in Catalyst::Test remot...
2011-03-27 Florian Ragwitz We already have a warning for this
2011-03-27 Florian Ragwitz Fix the test psgi file
2011-03-27 Florian Ragwitz psgi_app is just a getter
2011-03-27 Florian Ragwitz Don't assume the app gets loaded before the first request
2011-03-27 Tomas Doran First stab documenting writing a .psgi file
2011-03-27 Florian Ragwitz Legacy .psgi files are never loaded
2011-03-27 Florian Ragwitz Ignore old-style .psgi files
2011-03-27 Florian Ragwitz De-uglify a comment
2011-03-27 Tomas Doran Document status of the misc engines.
2011-03-27 Tomas Doran Add a test showing how having an Engine::PSGI .psgi...
2011-03-27 Tomas Doran Test showing how having a .psgi file will ruin your day
2011-03-27 Florian Ragwitz local_request is now tested
2011-03-27 Florian Ragwitz Add tests for the deprecated local_request
2011-03-27 Florian Ragwitz strictures and warnings for live_catalyst_test.t
2011-03-27 Tomas Doran This was fixed already
2011-03-27 Tomas Doran Fix the conditional here.
2011-03-27 Tomas Doran Trim hatespace
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-26 Florian Ragwitz Merge branch 'master' into psgi
2011-03-21 Dimitar Petrov Fix Path actions debug screen to display number of...
2011-03-18 Florian Ragwitz Merge branch 'master' into psgi
2011-03-12 Jonathan "Duke... Make default test names reflect reality more and fix...
2011-03-12 Jonathan "Duke... Give action_ok, action_redirect and action_notfound...
2011-03-09 Florian Ragwitz Merge branch 'master' into psgi
2011-03-08 Florian Ragwitz Avoid super long command lines when not aggregating
2011-03-07 Jonathan "Duke... Improve the documentation for various functions in...
2011-03-03 Florian Ragwitz Deprecate local_request and remote_request
2011-03-03 Florian Ragwitz Move out building of the horrible ctx_request closure
2011-03-03 Florian Ragwitz Remove some kane-isms that hurt my eyes
2011-03-02 Florian Ragwitz Run http-server.t tests on something other than the...
2011-03-02 Florian Ragwitz Remove testsuite's assumptions about where it's mounted...
2011-03-02 Florian Ragwitz Make http-server.t use Test::TCP
2011-03-02 Florian Ragwitz Don't use the server.pl script in the live tests
2011-03-02 Florian Ragwitz .psgi stuff is now sorted out
2011-03-02 Florian Ragwitz ::Wx is declared dead
2011-03-02 Florian Ragwitz lighttpd and iis6 now work
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-02 Florian Ragwitz The HTTP engine is no more, and was also never required...
2011-03-02 Florian Ragwitz Avoid loading actual engines in script tests
2011-03-01 Florian Ragwitz PSGI, not Plack
2011-03-01 Florian Ragwitz Update Upgrading docs
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 Stop psgi_file.t from recursing
2011-03-01 Florian Ragwitz Rename Engine::Loader to EngineLoader
2011-03-01 Florian Ragwitz Changelog updates
2011-03-01 Florian Ragwitz Merge branch 'master' into psgi
2011-03-01 Florian Ragwitz Properly skip known broken tests
2011-02-28 Tomas Doran Change repos metadata to git
2011-02-23 Tomas Doran Version 5.80032 5.80032
2011-02-23 Tomas Doran Pass the extra restart options
2011-02-23 Tomas Doran Fix test
2011-02-22 Tomas Doran Changelog
2011-02-22 Tomas Doran Merge branch 'restarter_changeclass' into 5.80032_dev
2011-02-22 Dhaval Dhanani added myself (dd070) in contributors list
2011-02-22 Dhaval Dhanani removed duplicate parameters in return value of _restar...
2011-02-22 Dhaval Dhanani added more parameters in return value of _restarter_args
2011-02-22 Tomas Doran Add a few tests
2011-02-22 Tomas Doran Patch to make restarter class configurable / settable...
2011-02-22 Tomas Doran Merge branch 'chained_fix' into 5.80032_dev
next