r75923 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75922‎ | r75923 | r75924 >
Date:13:00, 3 November 2010
Author:reedy
Status:ok
Tags:
Comment:
Tab out siprop, so they are a bit more aligned
Modified paths:
  • /trunk/phase3/includes/api/ApiQuerySiteinfo.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQuerySiteinfo.php
@@ -492,19 +492,19 @@
493493 return array(
494494 'prop' => array(
495495 'Which sysinfo properties to get:',
496 - ' general - Overall system information',
497 - ' namespaces - List of registered namespaces and their canonical names',
498 - ' namespacealiases - List of registered namespace aliases',
499 - ' specialpagealiases - List of special page aliases',
500 - ' magicwords - List of magic words and their aliases',
501 - ' statistics - Returns site statistics',
502 - ' interwikimap - Returns interwiki map (optionally filtered)',
503 - ' dbrepllag - Returns database server with the highest replication lag',
504 - ' usergroups - Returns user groups and the associated permissions',
505 - ' extensions - Returns extensions installed on the wiki',
506 - ' fileextensions - Returns list of file extensions allowed to be uploaded',
507 - ' rightsinfo - Returns wiki rights (license) information if available',
508 - ' languages - Returns a list of languages MediaWiki supports',
 496+ ' general - Overall system information',
 497+ ' namespaces - List of registered namespaces and their canonical names',
 498+ ' namespacealiases - List of registered namespace aliases',
 499+ ' specialpagealiases - List of special page aliases',
 500+ ' magicwords - List of magic words and their aliases',
 501+ ' statistics - Returns site statistics',
 502+ ' interwikimap - Returns interwiki map (optionally filtered)',
 503+ ' dbrepllag - Returns database server with the highest replication lag',
 504+ ' usergroups - Returns user groups and the associated permissions',
 505+ ' extensions - Returns extensions installed on the wiki',
 506+ ' fileextensions - Returns list of file extensions allowed to be uploaded',
 507+ ' rightsinfo - Returns wiki rights (license) information if available',
 508+ ' languages - Returns a list of languages MediaWiki supports',
509509 ),
510510 'filteriw' => 'Return only local or only nonlocal entries of the interwiki map',
511511 'showalldb' => 'List all database servers, not just the one lagging the most',

Status & tagging log