wiki.techinc.nl/includes/changes
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
..
CategoryMembershipChange.php Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
ChangesFeed.php Use WANObjectCache::makeKey() in ChangesFeed 2017-11-27 12:03:47 -08:00
ChangesList.php Fix some broke cache key generations 2017-11-19 21:30:45 -08:00
ChangesListBooleanFilter.php Remove various redundant '@license' tags in file headers 2018-01-12 18:15:11 +00:00
ChangesListBooleanFilterGroup.php Remove @param comments that literally repeat what the code says 2018-01-10 14:14:26 +01:00
ChangesListFilter.php Remove various redundant '@license' tags in file headers 2018-01-12 18:15:11 +00:00
ChangesListFilterGroup.php Remove various redundant '@license' tags in file headers 2018-01-12 18:15:11 +00:00
ChangesListStringOptionsFilter.php
ChangesListStringOptionsFilterGroup.php Remove various redundant '@license' tags in file headers 2018-01-12 18:15:11 +00:00
EnhancedChangesList.php RCFilters: Actually apply proper classes to grouped pages 2017-09-13 10:22:25 -07:00
OldChangesList.php Unwatch link for pages in Special:Watchlist 2017-08-12 19:36:29 -04:00
RCCacheEntry.php
RCCacheEntryFactory.php
RecentChange.php Pass $key into CommentStore methods and use MediawikiServices 2018-02-05 15:34:12 +00:00