wiki.techinc.nl/includes/rcfeed
addshore e5879da149 Pass $key into CommentStore methods and use MediawikiServices
This allows CommentStore to be added to MediaWikiServices
without the need of an aditional Factory.

This change includes a compatability layer to allow the behaviour
from 1.30 to continue to be used while deprecated.

CommentStore::newKey has been deprecated.
Keys are now passed into the public methods of CommentStore
where needed.
The following CommentStore methods have had their signatures changed
to introduced a $key parameter, but when used in conjunction with
CommentStore::newKey behaviour will remain unchanged:
  * CommentStore::getFields
  * CommentStore::getJoin
  * CommentStore::getComment
  * CommentStore::getCommentLegacy
  * CommentStore::insert
  * CommentStore::insertWithTemplate

Change-Id: I3abb62a5cfb0dcd456da9f4eb35583476ae41cfb
2018-02-05 15:34:12 +00:00
..
FormattedRCFeed.php Always put type information before variable name for @var tags 2017-09-04 11:06:51 -07:00
IRCColourfulRCFeedFormatter.php Pass $key into CommentStore methods and use MediawikiServices 2018-02-05 15:34:12 +00:00
JSONRCFeedFormatter.php
MachineReadableRCFeedFormatter.php Improve some parameter docs 2017-09-10 20:32:31 +02:00
RCFeed.php rcfeed: Ensure formatter (and other params) is passed to RCFeedEngine 2017-02-04 03:31:44 +00:00
RCFeedEngine.php Refactor RCFeed configuration (backwards compatible) 2017-02-01 04:23:38 +00:00
RCFeedFormatter.php
RedisPubSubFeedEngine.php Merge "Fix a few minor mistakes in PHPDoc tags" 2017-09-15 19:18:17 +00:00
UDPRCFeedEngine.php Improve some parameter docs 2017-09-10 20:32:31 +02:00
XMLRCFeedFormatter.php