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 Improve docs about @param/@return object[] $row to stdClass[] 2020-11-13 23:38:06 +01:00
AtomFeed.php Merge "Explicit return in ChannelFeed::formatTime() implementations" 2020-05-08 22:00:41 +00:00
CategoryMembershipChange.php Remove remaining non-test uses of Revision objects 2021-05-04 13:10:22 -07:00
ChangesFeed.php Improve docs about @param/@return object[] $row to stdClass[] 2020-11-13 23:38:06 +01:00
ChangesList.php Add classes to when a linked change is suppressed 2021-04-29 15:28:06 +00:00
ChangesListBooleanFilter.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
ChangesListBooleanFilterGroup.php Fix more PSR12.Properties.ConstantVisibility.NotFound 2020-05-15 00:33:32 +01:00
ChangesListFilter.php build: Swap deprecated @codingStandardsIgnore to phpcs:ignore 2021-04-04 21:18:22 +02:00
ChangesListFilterGroup.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
ChangesListStringOptionsFilter.php
ChangesListStringOptionsFilterGroup.php Fix more PSR12.Properties.ConstantVisibility.NotFound 2020-05-15 00:33:32 +01:00
ChannelFeed.php Update stability annotations to follow new stable interface policy 2020-07-13 09:40:54 +00:00
EnhancedChangesList.php Replace some usages of User with Authority/UserIdentity 2021-03-04 17:20:40 -07:00
FeedItem.php build: Bump mediawiki-codesniffer to 31.0.0 2020-05-30 14:56:28 +00:00
OldChangesList.php Annotate OldChangesList::recentChangesLine as returning a safe value 2020-11-07 15:37:32 +01:00
RCCacheEntry.php Add clock icon to expiring items in Special:Watchlist 2020-06-19 05:48:21 +08:00
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 Replace use of old $wgVersion constant with MW_VERSION 2020-05-13 15:01:19 -07:00