r23151 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23150‎ | r23151 | r23152 >
Date:04:28, 21 June 2007
Author:nickj
Status:old
Tags:
Comment:
Prevent error on viewing [[Special:Allmessages]] when LocalSettings.php includes
a custom file that extends the ApiQueryGeneratorBase abstract base class, by adding
ApiQueryGeneratorBase to the list of classes that the autoloader knows how to handle.
Modified paths:
  • /trunk/phase3/includes/AutoLoader.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/AutoLoader.php
@@ -304,6 +304,7 @@
305305 'ApiQuery' => 'includes/api/ApiQuery.php',
306306 'ApiQueryAllpages' => 'includes/api/ApiQueryAllpages.php',
307307 'ApiQueryBase' => 'includes/api/ApiQueryBase.php',
 308+ 'ApiQueryGeneratorBase' => 'includes/api/ApiQueryBase.php',
308309 'ApiQueryBacklinks' => 'includes/api/ApiQueryBacklinks.php',
309310 'ApiQueryCategories' => 'includes/api/ApiQueryCategories.php',
310311 'ApiQueryCategoryMembers' => 'includes/api/ApiQueryCategoryMembers.php',

Follow-up revisions

RevisionCommit summaryAuthorDate
r23203Merged revisions 23120-23202 via svnmerge from...david09:07, 22 June 2007

Status & tagging log