wiki.techinc.nl/includes/content
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 phpcs: remove some unneeded suppressions 2021-02-17 16:16:24 +00:00
AbstractContent.php Replace deprecated WikiPage::factory in AbstractContent 2020-11-11 22:21:59 +01:00
CodeContentHandler.php
Content.php
ContentHandler.php Remove remaining non-test uses of Revision objects 2021-05-04 13:10:22 -07:00
ContentHandlerFactory.php ContentHandlerFactory: fix confusing typo 2021-03-14 21:21:26 +00:00
ContentModelChange.php SECURITY: ContentModelChange: Check that user can create pages 2021-04-08 20:55:51 +01:00
CssContent.php Avoid using User::getBoolOption() 2021-03-27 22:51:03 +01:00
CssContentHandler.php resourceloader: Add wikimedia/minify package and remove local copies 2021-02-24 21:03:02 +00:00
FallbackContent.php
FallbackContentHandler.php
FileContentHandler.php
IContentHandlerFactory.php
JavaScriptContent.php Avoid using User::getBoolOption() 2021-03-27 22:51:03 +01:00
JavaScriptContentHandler.php
JsonContent.php
JsonContentHandler.php
MessageContent.php Remove documentation that literally repeats the code 2020-10-27 19:20:26 +00:00
TextContent.php
TextContentHandler.php
WikitextContent.php Make WikitextContentTest set the context title to avoid failures 2020-10-20 16:13:42 -07:00
WikitextContentHandler.php Remove documentation that literally repeats the code 2020-10-27 19:20:26 +00:00
WikiTextStructure.php Remove documentation that literally repeats the code 2020-10-27 19:20:26 +00:00