aboutsummaryrefslogtreecommitdiffstats
path: root/includes/diff/RangeDifference.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove RangeDifferenceTim Starling2023-06-201-67/+0
| | | | | | | | | | | | | | RangeDifference was introduced in 89f8141a7 (2008) by Guy Van den Broeck as part of his experimental "wikidiff3" engine. Wikidiff3 was mostly removed in dcac5f19 (2009), although the Wikidiff3 class itself remained until 20f066e97 (2016) when it was merged into DiffEngine. The merge left diff_range() as an unused method with no visibility modifier being the only caller of RangeDifference. "private" was eventually added, and then finally the unused private method was deleted, leaving no callers in core or extensions. Change-Id: I11fd03b9b36449620518b94e2c4be02da32d1271
* Improve and add documentation to diff related classesUmherirrender2020-11-221-0/+6
| | | | Change-Id: Ic10c700e970018fa0b9a219d96d56908b0298d71
* Set method visibility for various constructorsUmherirrender2019-12-031-1/+1
| | | | Change-Id: Id3c88257e866923b06e878ccdeddded7f08f2c98
* Move class RangeDifference to own fileUmherirrender2019-03-081-0/+61
Change-Id: I5262c7484017a0d920cc24297515d5946f614ee6