catagits/Catalyst-Runtime.git
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 Florian Ragwitz Changelog the Package::Stash bugfix
2011-01-04 Florian Ragwitz Changelog the resp->body improvements
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-25 Tomas Doran Add conflict
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-15 Ronald J Kimball Add test case for uri_for() with #fragment and query...
2010-12-10 Ferruccio Zamuner Found a another fault in chained action dispatcher.
2010-12-06 Florian Ragwitz Merge branch 'master' into psgi
2010-12-06 Florian Ragwitz Don't build the full PSGI app more than once
2010-12-05 Ferruccio Zamuner Improved test about chained actions and add note in...
2010-12-05 Tomas Doran TWMC issues were fixed, we need some more tests however
2010-12-05 Tomas Doran Fix local_request. TODO - tests for local_request,...
2010-12-05 Florian Ragwitz Update TODO
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-05 Tomas Doran Update changelog
2010-12-04 Florian Ragwitz Merge branch 'master' into psgi
2010-12-04 Florian Ragwitz Stop passing along @INC
2010-12-04 Florian Ragwitz Use the proper way of setting @INC for tests
2010-12-04 Florian Ragwitz Aggregate http-server.t tests
2010-12-03 Florian Ragwitz Allow aggregating specific tests only
2010-12-03 Florian Ragwitz Use the harness instead of all of prove
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 Clarify what we really must do in order to merge
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-22 Naveen Manivannan update MooseX module version due to deprecated warning
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 Avoid issues when just using CMOP::Class
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-28 Tomas Doran Version 5.80028
2010-09-23 Tomas Doran Bug fix for ctx_request, via matso++
2010-09-19 Florian Ragwitz Don't rely on qw() providing PAREN tokens
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 Fix bug in the tests
2010-09-01 Tomas Doran Version 5.80026 5.80026
2010-08-29 Amiri Barksdale Add doc patch for go and captures.
2010-08-27 Andrew Rodland Don't fail chained tests under t/author/http-test.t
2010-08-27 Ferruccio Zamuner Moved failed test to TODO section
2010-08-26 Tomas Doran Make this test actually work
2010-08-26 Tomas Doran Fix optional test for code move
2010-08-26 Tomas Doran Changelog
2010-08-26 Tomas Doran Merge 'trunk' into 'Catalyst-Test-base-href'
2010-08-26 Tomas Doran Rename test, to merge
2010-08-26 Tomas Doran Unify options, get rid of -h which only worked on the...
2010-08-25 Tomas Doran No idea why but lack of this causes a void context...
2010-08-25 Tomas Doran Omit the run method for scripts which new Pod::Coverage...
2010-08-25 Tomas Doran No passing TODOs
2010-08-25 Tomas Doran Test::Aggregate does not like __END__
2010-08-25 Tomas Doran Update changelog
2010-08-25 Tomas Doran Fix test output, as per RT#56590
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-25 Andrew Rodland Add the app for ChainedActionsApp test. It's still...
2010-08-23 Brian Cassidy Fix two warnings:
2010-08-22 Ferruccio Zamuner Checks for any action now.
2010-08-22 Ferruccio Zamuner Discovered some inconsistency in precedence behavior...
2010-08-22 Darren Duncan C-R-5-8 : Makefile.PL : remove bogus comment
2010-08-16 Tomas Doran Remove that idiocy
2010-08-16 Tomas Doran Fix test when live
2010-08-16 Tomas Doran Update TODO
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...
2010-07-29 Kieren Diment stupid typo
2010-07-29 Kieren Diment advertise Catalyst::Plugin::SmartURI
2010-07-29 Tomas Doran Version 5.80025 5.80025
2010-07-28 Tomas Doran Changelog
2010-07-28 Tomas Doran Merge 'trunk' into 'fix_iis_cgi'
2010-07-28 Tomas Doran Whitespace
2010-07-28 Tomas Doran Fix TODO tests.
2010-07-28 Tomas Doran Document the horrible, changelog. I'm going to merge...
2010-07-28 Tomas Doran Entirely the wrong branch, idiot. Remove r13417
next