wiki.techinc.nl/includes/changes
DannyS712 f60ea069ba Remove remaining non-test uses of Revision objects
The following methods no longer support Revision parameters:
- CategoryMembershipChange::__construct
- ContentHandler::getUndoContent
- DerivedPageDataUpdater::prepareUpdate
- DifferenceEngine::getRevisionHeader

The following methods were removed entirely:
- Title::countAuthorsBetween

The following methods return arrays that formerly include
a 'revision' key that would emit deprecation warnings when
accessed and return a Revision object. The Revision object
has been removed from the arrays, and the 'revision-record'
key should be used to get the relevant RevisionRecord instead:
- PageUpdater::doModify
- PageUpdater::doCreate
- Parser::statelessFetchTemplate

The ParserOptions `templateCallback` option is a callback
that is called in Parser::fetchTemplateAndTitle() and should
return an array - the 'revision' key to that array used to
be a Revision object and was used if no 'revision-record'
was returned - it is now ignored.

Bug: T247143
Change-Id: I163ada88d649c75697aff4fa31a3a3c0bdef78b7
2021-05-04 13:10:22 -07:00
..
Hook
AtomFeed.php
CategoryMembershipChange.php Remove remaining non-test uses of Revision objects 2021-05-04 13:10:22 -07:00
ChangesFeed.php
ChangesList.php Add classes to when a linked change is suppressed 2021-04-29 15:28:06 +00:00
ChangesListBooleanFilter.php
ChangesListBooleanFilterGroup.php
ChangesListFilter.php build: Swap deprecated @codingStandardsIgnore to phpcs:ignore 2021-04-04 21:18:22 +02:00
ChangesListFilterGroup.php
ChangesListStringOptionsFilter.php
ChangesListStringOptionsFilterGroup.php
ChannelFeed.php
EnhancedChangesList.php Replace some usages of User with Authority/UserIdentity 2021-03-04 17:20:40 -07:00
FeedItem.php
OldChangesList.php
RCCacheEntry.php
RCCacheEntryFactory.php Replace some usages of User with Authority/UserIdentity 2021-03-04 17:20:40 -07:00
RecentChange.php Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
RSSFeed.php