wiki.techinc.nl/includes/diff
Brad Jorsch 3488f49532 Replace selectFields() methods with getQueryInfo()
Several classes have a "selectFields()" static method to tell callers
which fields to select from the database. With the recent comment table
change and the upcoming actor table change, this pattern has become too
simplistic as a SELECT will need to join several tables to be able to
retrieve all the needed fields.

Thus, we deprecate the selectFields() methods in favor of getQueryInfo()
methods that return tables and join conditions in addition to the
fields.

Change-Id: Idcfd15568489d9f03a7ba4460e96610d33bc4089
2017-10-30 22:57:33 +00: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 Replace selectFields() methods with getQueryInfo() 2017-10-30 22:57:33 +00: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