wiki.techinc.nl/includes/actions
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
..
Action.php build: Update mediawiki/mediawiki-codesniffer to 0.10.1 2017-07-22 18:24:09 -07:00
CachedAction.php
CreditsAction.php Fix CreditsAction when user has no real name set but real names enabled 2017-09-28 02:36:31 +00:00
DeleteAction.php DeleteAction: Remove now-unnecessary RL modules 2017-07-12 20:46:15 +02:00
EditAction.php EditPage: Try to avoid using $wgTitle 2017-09-19 21:30:21 -07:00
FormAction.php
FormlessAction.php
HistoryAction.php Replace selectFields() methods with getQueryInfo() 2017-10-30 22:57:33 +00:00
InfoAction.php Avoid double escaping headers in InfoAction 2017-09-29 21:10:37 +02:00
MarkpatrolledAction.php Improve some parameter docs 2017-09-10 20:32:31 +02:00
ProtectAction.php
PurgeAction.php
RawAction.php RawAction: Add json to the allowed content types 2017-10-22 13:44:20 +02:00
RenderAction.php
RevertAction.php
RollbackAction.php
SpecialPageAction.php
SubmitAction.php
UnprotectAction.php
UnwatchAction.php
ViewAction.php
WatchAction.php