wiki.techinc.nl/includes/diff
Brad Jorsch a8cbf85d1d DifferenceEngine: Don't try counting revs between deleted revs with different page IDs
Recent changes have caused the method for counting the number of
revisions in between the two sides of a diff to throw an error when the
revisions have different page IDs.

This blows up some cases of trying to get a difference between deleted
revisions, as the page IDs on the deleted revisions might not match
and/or might not match the current ID returned by the Title object.

Bug: T237709
Change-Id: I415f7ebb57fa4e879396b0db0e3a79edc2880be5
2019-11-20 13:21:46 -05:00
..
ArrayDiffFormatter.php Unsuppress more phan issues (part 3) 2019-08-31 16:38:55 +00:00
ComplexityException.php
Diff.php Split DairikiDiff to class per file 2019-04-14 23:37:52 +01:00
DiffEngine.php Upgrade phan config to 0.7.1 2019-09-04 08:20:53 +00:00
DifferenceEngine.php DifferenceEngine: Don't try counting revs between deleted revs with different page IDs 2019-11-20 13:21:46 -05:00
DifferenceEngineSlotDiffRenderer.php
DiffFormatter.php
DiffOp.php Unsuppress other phan issues (part 4) 2019-08-31 17:13:39 +00:00
DiffOpAdd.php Split DairikiDiff to class per file 2019-04-14 23:37:52 +01:00
DiffOpChange.php Split DairikiDiff to class per file 2019-04-14 23:37:52 +01:00
DiffOpCopy.php Split DairikiDiff to class per file 2019-04-14 23:37:52 +01:00
DiffOpDelete.php Split DairikiDiff to class per file 2019-04-14 23:37:52 +01:00
RangeDifference.php Move class RangeDifference to own file 2019-03-08 23:29:14 +01:00
SlotDiffRenderer.php Add UnknownContentHandler. 2019-08-29 10:43:11 +00:00
TableDiffFormatter.php
TextSlotDiffRenderer.php Unsuppress another phan issue (part 7) 2019-09-03 17:19:21 +00:00
UnifiedDiffFormatter.php
UnsupportedSlotDiffRenderer.php Add UnknownContentHandler. 2019-08-29 10:43:11 +00:00
WordAccumulator.php
WordLevelDiff.php