wiki.techinc.nl/includes/diff
Tobias Gritschacher 286245181d Check for Wikidiff2 version 0.3 NOT for 0.3.0
version_compare( '0.3', '0.3.0', '>=' ) gives false, so we need to check
for 0.3 since the Wikidiff2 version is defined as 0.3 in
https://gerrit.wikimedia.org/r/#/c/319866/60/Wikidiff2.h

Bug: T166571
Change-Id: Id6e9f402af2fab784a3db2444f201022e2d0de3e
2017-09-04 13:58:49 +02:00
..
ArrayDiffFormatter.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ComplexityException.php Rethink diff limits 2016-06-01 16:30:58 -07:00
DairikiDiff.php Remove auto-generated "Constructor" documentation on constructors 2017-07-21 12:19:30 +02:00
DiffEngine.php Remove empty lines at begin of function, if, foreach, switch 2017-07-01 11:34:16 +00:00
DifferenceEngine.php Check for Wikidiff2 version 0.3 NOT for 0.3.0 2017-09-04 13:58:49 +02:00
DiffFormatter.php Add missing & to @param documentation to match functon call 2017-08-11 18:47:46 +02:00
TableDiffFormatter.php Remove empty lines at begin of function, if, foreach, switch 2017-07-01 11:34:16 +00:00
UnifiedDiffFormatter.php DiffFormatter: Don't mess with PHP output buffering 2016-01-27 19:31:17 -05:00
WordAccumulator.php Miscellaneous indentation tweaks 2017-02-27 19:23:54 +01:00
WordLevelDiff.php Change @inheritdoc to @inheritDoc 2017-08-11 16:49:52 +02:00