De-uglify a comment
[catagits/Catalyst-Runtime.git] / lib /
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 Fix the conditional here.
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-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 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-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 Rename Engine::Loader to EngineLoader
2011-03-01 Florian Ragwitz Merge branch 'master' into psgi
2011-02-23 Tomas Doran Version 5.80032 5.80032
2011-02-23 Tomas Doran Pass the extra restart options
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 Patch to make restarter class configurable / settable...
2011-02-22 Tomas Doran Apply more correct fix than 8df53b (I hope)
2011-02-22 Tomas Doran Merge revert 8df53bed
2011-02-22 Tomas Doran This scares me, but it fixes stuf work work
2011-02-15 Tomas Doran Fix 5.80 bug which causes slurp to fail if called multi...
2011-02-14 Tomas Doran Fix body predicate bug/back compat issue
2011-02-04 Tomas Doran Dink docs to be more clear on psgi files / converting
2011-02-04 Tomas Doran Recommending infinite loops in the docs is bad
2011-02-01 Tomas Doran Update changelog and upgrading
2011-02-01 Tomas Doran Delete obslolete crap from ROADMAP, update version...
2011-01-31 Tomas Doran Tweaks
2011-01-31 Tomas Doran Fix Engine::Stomp with psgi
2011-01-31 Tomas Doran Version 5.80031 5.80031
2011-01-27 Tomas Doran Fix undef warning in Engine::FastCGI
2011-01-25 John Napiorkowski added Engine::PSGI instructions
2011-01-25 Darren Duncan fix =head levels for 'Upgrading to Catalyst 5.90'
2011-01-24 Tomas Doran Small docs and fixes
2011-01-24 Andrew Rodland Beat the args handling in Script::FastCGI into working...
2011-01-24 Florian Ragwitz Version 5.89000 5.89000
2011-01-23 Florian Ragwitz Merge branch 'master' into psgi
2011-01-20 Tomas Doran Hit the docs some
2011-01-19 Tomas Doran Additional notes and cleanup
2011-01-04 Florian Ragwitz Version 5.80030 5.80030
2011-01-04 Florian Ragwitz Fix a warning with undef bodies
2011-01-04 John Napiorkowski first go at upgrading docs
2011-01-03 Florian Ragwitz Work with PP Package::Stash again now the incorrect...
2011-01-03 Florian Ragwitz Stop relying on Package::Stash PP bugs
2010-12-17 Tomas Doran Bad test failed to show bug.
2010-12-17 Tomas Doran Fix the case for body '0'
2010-12-16 Tomas Doran Make response body able to be undef to allow RenderView...
2010-12-16 Tomas Doran Extra links in docs
2010-12-06 Florian Ragwitz Don't build the full PSGI app more than once
2010-12-05 Tomas Doran Fix local_request. TODO - tests for local_request,...
2010-12-05 Florian Ragwitz After startup, tell where the server is listening
2010-12-05 Florian Ragwitz Set up MyApp->psgi_app lazily
2010-12-05 Florian Ragwitz Separate raw psgi app and wrapped psgi app
2010-12-05 Florian Ragwitz Fix merging mistake made in r13761
2010-12-05 Florian Ragwitz Merge remote branch 'svn/trunk' into psgi
2010-12-05 Tomas Doran Rename --title to --proc_title as that makes more sense...
2010-12-03 Florian Ragwitz Don't build the psgi app twice
2010-12-03 Florian Ragwitz Make the no-tabs test happy again
2010-12-03 Florian Ragwitz Merge branch 'master' into psgi
2010-11-27 Ferruccio Zamuner Fixed chained action order resolution to pass t/aggrega...
2010-11-23 Tomas Doran Clarify end action after forward / detach
2010-11-19 Stefan Seifert Fix passing file GLOBs to $c->res->body
2010-11-15 Tomas Doran Clarify docs
2010-11-03 Eskild Hustvedt Added a --title parameter to fastcgi script, sets proce...
2010-10-12 David Schmidt typo in docs fixed
2010-10-03 Tomas Doran Version 5.80029 5.80029
2010-09-29 Tomas Doran Patch from the mailing list to clarify view warning
2010-09-29 Tomas Doran Need to use _add_meta_method from new Moose onwards...
2010-09-28 Tomas Doran Actually bump versions, ACTUAL 5.80028, sorry 5.80028
2010-09-23 Tomas Doran Bug fix for ctx_request, via matso++
2010-09-09 Tomas Doran We use Class::MOP in Catalyst::Utils, so load it
2010-09-01 Tomas Doran Version 5.80027 5.80027
2010-09-01 Tomas Doran Version 5.80026 5.80026
2010-08-29 Amiri Barksdale Add doc patch for go and captures.
2010-08-26 Tomas Doran Merge 'trunk' into 'Catalyst-Test-base-href'
2010-08-26 Tomas Doran Unify options, get rid of -h which only worked on the...
2010-08-25 Tomas Doran Fix RT#59738, show_internal_actions produces warnings...
2010-08-25 Tomas Doran Fix bug with parse_on_demand (take 2)
2010-08-25 Tomas Doran Back out 13528, cocked that up.
2010-08-25 Tomas Doran Fix bug with parse_on_demand
2010-08-23 Brian Cassidy Fix two warnings:
2010-08-16 Tomas Doran Merge 'trunk' into 'psgi'
2010-08-04 Robert Buels don't load Catalyst::Exception in Utils.pm BEGIN, becau...
2010-08-04 Luke Saunders moved component name sort that happens in setup_compone...
2010-08-03 Ronald J Kimball Make Catalyst::Test::local_request() set response base...
next