wiki.techinc.nl/includes/diff
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 Remove hooks that use Revision objects 2021-04-30 17:28:20 +00:00
ArrayDiffFormatter.php
ComplexityException.php
Diff.php Fix doc type of Diff::reverse 2020-11-13 23:01:30 +01:00
DiffEngine.php Improve and add documentation to diff related classes 2020-11-22 19:09:02 +00:00
DifferenceEngine.php Remove remaining non-test uses of Revision objects 2021-05-04 13:10:22 -07:00
DifferenceEngineSlotDiffRenderer.php Improve and add documentation to diff related classes 2020-11-22 19:09:02 +00:00
DiffFormatter.php
DiffOp.php Improve and add documentation to diff related classes 2020-11-22 19:09:02 +00:00
DiffOpAdd.php Improve and add documentation to diff related classes 2020-11-22 19:09:02 +00:00
DiffOpChange.php Improve and add documentation to diff related classes 2020-11-22 19:09:02 +00:00
DiffOpCopy.php Improve and add documentation to diff related classes 2020-11-22 19:09:02 +00:00
DiffOpDelete.php Improve and add documentation to diff related classes 2020-11-22 19:09:02 +00:00
RangeDifference.php Improve and add documentation to diff related classes 2020-11-22 19:09:02 +00:00
SlotDiffRenderer.php Improve and add documentation to diff related classes 2020-11-22 19:09:02 +00:00
TableDiffFormatter.php Create diff markers with CSS 2020-12-30 12:52:08 +00:00
TextSlotDiffRenderer.php Merge "Fix error handling in TextSlotDiffRenderer::getTextDiffInternal()" 2021-03-04 10:24:03 +00:00
UnifiedDiffFormatter.php
UnsupportedSlotDiffRenderer.php
WordAccumulator.php Improve and add documentation to diff related classes 2020-11-22 19:09:02 +00:00
WordLevelDiff.php