Fixed doMainQuery() so that it doesn't mindlessly select all columns on 2-4 (more...
authorAaron Schulz <aaron@users.mediawiki.org>
Tue, 19 Apr 2011 20:39:08 +0000 (20:39 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Tue, 19 Apr 2011 20:39:08 +0000 (20:39 +0000)
commite72eef79493749a72a629e6115bf2b9f4db8f263
tree76892d6c2f6b490a27fcd599222dea60644238d4
parente4975e47cab41c21772c99c9eb0abe5f85330d6d
Fixed doMainQuery() so that it doesn't mindlessly select all columns on 2-4 (more with extensions) tables. No extensions in SVN should need updating. All except FlaggedRevs just filter with conditions, and FlaggedRevs already adds its required columns to to fields array (which was basically unused before).
includes/specials/SpecialRecentchanges.php