Include only the things we actually want in the dist.
[catagits/Catalyst-Runtime.git] / lib /
2009-03-29 Florian Ragwitz Adopt Catalyst::ClassData to latest Class::MOP::Class...
2009-03-27 Florian Ragwitz Make mk_classdata fail if the class' metaclass is not...
2009-03-27 Florian Ragwitz Pod formatting fix.
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-24 Tomas Doran Change plugin warning cut-off release, expand on config...
2009-03-23 Tim Bunce Add debug log in uri_for when uri_for_action returns...
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 Doc changes for passing CaptureArgs
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 Make the list actually come out as a list when you...
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-10 Jay Hannah debug() POD rewrite
2009-03-04 Tomas Doran Make Moose components collaberate with non-Moose Catalyst
2009-02-25 Kennedy Clark Apply doc patch from Genius_Spot
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 Florian Ragwitz Unbreak disabling of NEXT warnings on non-dev releases.
2009-02-20 Tomas Doran Upgrade that debug statement to a warning + test we...
2009-02-20 Tomas Doran Lame hack to make the warnings about component resoluti...
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 Dan Dascalescu Fixed link to Catalyst plugins on the autogenerated...
2009-02-20 Dan Dascalescu Fixed link to Catalyst plugins on the autogenerated...
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-20 Tomas Doran Fix my retardedness with ::MVC:: warning having no...
2009-02-18 Tomas Doran Exclude CatalystX
2009-02-18 Tomas Doran First crack at deprecating ::[MVC]:: style names. No...
2009-02-18 Tomas Doran Not warning for ^Catalyst in release versions done
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 Don't use Time::HiRes in Catalyst.pm. It's only used...
2009-02-08 Florian Ragwitz Don't import weaken from Scalar::Util. It's not being...
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-02-02 Florian Ragwitz Engine and Dispatcher objects don't overload stringific...
2009-01-31 Florian Ragwitz Disallow calling setup more than once.
2009-01-30 Florian Ragwitz Disallow writing to config after setup.
2009-01-29 Tomas Doran Back out 9138:9137 in favour of a more generic implemen...
2009-01-29 Tomas Doran Apply patch for redacting parameters in the log.
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-19 Marcus Ramberg Apply doc patch from dhoss
2009-01-18 Marcus Ramberg Prepare for 5.71000 release
2009-01-18 Marcus Ramberg Backport go doc bit
2009-01-17 Florian Ragwitz Doc improvement for ->visit. mateu++
2009-01-17 Florian Ragwitz Add setup_finalize as an easy way to hook at the end...
2009-01-17 Florian Ragwitz Stop aggregated tests from failing by using the latest...
next