wiki.techinc.nl/includes/revisiondelete
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
..
RevDelArchivedFileItem.php Always put type information before variable name for @var tags 2017-09-04 11:06:51 -07:00
RevDelArchivedFileList.php Replace selectFields() methods with getQueryInfo() 2017-10-30 22:57:33 +00:00
RevDelArchivedRevisionItem.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
RevDelArchiveItem.php Replace Linker::link() with LinkRenderer in all revisiondelete pages 2016-12-06 19:25:14 +00:00
RevDelArchiveList.php Replace selectFields() methods with getQueryInfo() 2017-10-30 22:57:33 +00:00
RevDelFileItem.php Remove unused and unnecessary imports 2017-06-12 15:50:43 +00:00
RevDelFileList.php Replace selectFields() methods with getQueryInfo() 2017-10-30 22:57:33 +00:00
RevDelItem.php Use short type bool/int in param documentation 2017-08-20 13:20:59 +02:00
RevDelList.php Always put type information before variable name for @var tags 2017-09-04 11:06:51 -07:00
RevDelLogItem.php Add comment table and code to start using it 2017-08-30 15:05:00 +10:00
RevDelLogList.php Fix typo 2017-09-08 10:25:02 -04:00
RevDelRevisionItem.php Fix RevDel API output for formatversion=2 2016-12-19 11:48:49 -05:00
RevDelRevisionList.php Replace selectFields() methods with getQueryInfo() 2017-10-30 22:57:33 +00:00
RevisionDeleter.php Use short type bool/int in param documentation 2017-08-20 13:20:59 +02:00
RevisionDeleteUser.php Move IDatabase/IMaintainableDatabase to Rdbms namespace 2017-03-28 15:32:38 -07:00