include test for failure mode
[catagits/Catalyst-Runtime.git] / lib / Catalyst /
2009-03-27 Florian Ragwitz Make mk_classdata fail if the class' metaclass is not...
2009-03-25 Tomas Doran Merge up r9572 and r9577 from 5.70
2009-03-25 Hans Dieter Pearcey add Catalyst::Response->code
2009-03-22 Tomas Doran Clarify fastcgi engine docs
2009-03-22 Tomas Doran Merge 'add_captures_to_visit' into 'trunk'
2009-03-22 Tomas Doran Make chaining to yourself explode at app load time...
2009-03-21 Tomas Doran Cleanup, changelog
2009-03-21 Tomas Doran Unfuck last commit, fix go tests, remove unneeded crud...
2009-03-21 Tomas Doran Much cleaner. The visit class test wasn't actually...
2009-03-21 Tomas Doran Hack _invoke_as_component in a horrible way, so that...
2009-03-21 Tomas Doran Make CaptureArgs get passed, this makes the test less...
2009-03-21 Tomas Doran Merge r9534 renaming kanes crequest to ctx_request...
2009-03-21 Tomas Doran Add the test from r9505, move the new method out of...
2009-03-21 Tomas Doran Merge up ashs r9505 from 5.70
2009-03-20 Jos Boumans rename crequest to ctx_request on request of #cat-dev
2009-03-20 Tomas Doran Port kanes r9520 up to 5.80 trunk
2009-03-18 Jos Boumans Add Catalyst::Test::crequest to return both HTTP::Respo...
2009-03-16 Ash Berlin Add test for looping DispatchType::Chained->list
2009-03-04 Tomas Doran Make Moose components collaberate with non-Moose Catalyst
2009-02-21 Tomas Doran EWRONGBRANCH Back out -r9378:9377.
2009-02-21 Tomas Doran Add patch from dwc to warn about c->req->user deprecation
2009-02-20 Tomas Doran I always got full marks on spelling tests when I was...
2009-02-20 Tomas Doran And cover the rest of Upgrading.pod
2009-02-20 Florian Ragwitz eval $VERSION to avoid non-numeric warnings.
2009-02-20 Tomas Doran Get half way through the Upgrading brush up
2009-02-18 Tomas Doran Add comment to clarify, update TODO
2009-02-17 Tomas Doran More accurate
2009-02-17 Tomas Doran Add POD for setup_actions method in dispatcher, slight...
2009-02-15 Tomas Doran Don't barf by trying to make roles mutable.
2009-02-15 Tomas Doran I don't get why the test app doesn't trigger this but...
2009-02-15 Tomas Doran Add docs, and don't bother to make components mutable...
2009-02-15 Tomas Doran Make restarters immutable handling less naive + tests
2009-02-15 Tomas Doran typo
2009-02-15 Tomas Doran Immutable components no longer break the restarter...
2009-02-14 Florian Ragwitz Make ActionContainer use BUILDARGS instead of wrapping...
2009-02-12 Florian Ragwitz Stop confusing future readers by removing code that...
2009-02-12 Florian Ragwitz Use Moose::Util::find_meta instead of ->Class::MOP...
2009-02-12 Florian Ragwitz namespace::clean Catalyst::Controller.
2009-02-08 Florian Ragwitz Clean imports from Catalyst::Utils.
2009-02-08 Florian Ragwitz Clean Time::HiRes imports from Catalyst::Stats.
2009-02-08 Florian Ragwitz Don't load Scalar::Util. It isn't used directly.
2009-02-08 Florian Ragwitz Clean IO::Socket imports from Catalyst::Request.
2009-02-08 Florian Ragwitz Only use the imported version of Scalar::Util::blessed...
2009-02-08 Florian Ragwitz Don't import blessed from Scalar::Util. Moose/Moose...
2009-02-08 Florian Ragwitz Workaround for unknown namespace::clean + Sub::Exporter...
2009-02-08 Florian Ragwitz Don't import the Test::More exports into Catalyst:...
2009-02-08 Florian Ragwitz Don't remove moose keywords explicitly. namespace:...
2009-02-08 Florian Ragwitz Move use namespace::clean to a more sensible place.
2009-02-08 Florian Ragwitz Remove imported symbols after compile time in Catalyst...
2009-02-08 Florian Ragwitz Don't unimport moose keywords in the middle of a modifier.
2009-02-08 Tomas Doran Adjust line lengths
2009-02-08 Tomas Doran Re-phrase parts of the text, respace it all, remove...
2009-02-06 Florian Ragwitz Remove useless column in chained action debug table.
2009-02-05 Florian Ragwitz Clarify that request arguments aren't unescaped automat...
2009-02-04 Marcus Ramberg Prepare for development release of runtime 5.8000_06
2009-02-04 Florian Ragwitz Don't ignore SIGCHLD while handling requests with the...
2009-02-04 Florian Ragwitz Use the way documented by IO::Socket::INET to get the...
2009-02-04 Florian Ragwitz Another Upgrading.pod fix.
2009-02-04 Florian Ragwitz Properly report dynamic bind port for the development...
2009-02-04 Florian Ragwitz Some Upgrading.pod improvements.
2009-02-04 Florian Ragwitz List assignment to MX::Emulate::CAF accessors now works.
2009-02-03 Florian Ragwitz Seed the RNG in each FastCGI child process.
2009-02-03 Florian Ragwitz Document the issues with overriding setup in Upgrading...
2009-02-02 Tomas Doran Re-write the Moose::Object / C3 linearisation docs...
2009-02-02 Tomas Doran Add note about another syntax used screw your self...
2009-02-02 Florian Ragwitz Fix various doc typoes.
2009-02-02 Florian Ragwitz Fix pod typo.
2009-01-24 Kieren Diment documentation improvement
2009-01-22 Jay Hannah Text::SimpleTable's now go as wide as $ENV{COLUMNS...
2009-01-22 Jay Hannah Text::SimpleTable's now go as wide as $ENV{COLUMNS}
2009-01-18 Marcus Ramberg Prepare for 5.71000 release
2009-01-13 Tomas Doran Merge up from 5.70 trunk:
2009-01-13 Tomas Doran Merge up from 5.70 trunk:
2009-01-13 Marcus Ramberg Add ru/ua translations
2009-01-12 Tomas Doran IIS 6.0 FastCGI env patch from janus
2009-01-12 Marcus Ramberg Backport go/visit from 5.8 (janh), prepare for dev...
2009-01-12 Tomas Doran Doc for MX::E::CAF list assign bug, TODO updates incl...
2009-01-12 Tomas Doran Sort out CatalystX::CRUD issues
2009-01-12 Tomas Doran Note CAF difference here
2009-01-12 Tomas Doran Finish a first pass of all the text in Catalyst/Upgradi...
2009-01-12 Tomas Doran Bump version number in prep for a new dev release
2009-01-12 Tomas Doran Fix Plugin::Authorization::ACL + tests for the weird...
2009-01-12 Tomas Doran RenderView and DebugCookie done. Tidy up test in C...
2009-01-12 Tomas Doran Re-write Roadmap to not be lies, change warns on compon...
2009-01-08 Florian Ragwitz Improve instructions on how to upgrade moose components...
2009-01-07 Tomas Doran CX::Imports, TODO updates, note mst rant, add some...
2009-01-07 Tomas Doran Use the appropriate MOP function to be a bit neater...
2009-01-07 Guillermo Roditi added doc bit about anon subrefs in the symbol table
2009-01-07 Tomas Doran Fix IIS FastCGI support as-per we do with lighty +...
2009-01-07 Tomas Doran Memory leaks have gone, oh happy days are here again..
2009-01-07 Tomas Doran Sod back-compat on the insane cases, start the upgradin...
2009-01-06 Andy Grundman Handle leading CRLF in HTTP requests sometimes sent...
2009-01-04 Tomas Doran Chop that chunk of sh*t out again, as we're going to...
2009-01-03 Tomas Doran And fixes for the CDI issue, this is getting really...
2009-01-03 Tomas Doran More CDI related fail
2009-01-02 Tomas Doran Catalyst::View::Mason fixed
2008-12-30 Tomas Doran Basic POD for ::ApplicationAttribute, remove the empty...
2008-12-29 Tomas Doran Make Catalyst::Engine::Apaches tests pass.
2008-12-29 Tomas Doran Bump MX::E::CAF dep, update TODO, chop out of date...
2008-12-29 Tomas Doran Stop using Adopt::CAF by default
next