r24508 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24507‎ | r24508 | r24509 >
Date:06:25, 1 August 2007
Author:raymond
Status:old
Tags:
Comment:
* Adding the long existing 'bad_image_list' to message files to document it and make it available to Special:Allmessages
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -1692,6 +1692,9 @@
16931693 'showhidebots',
16941694 'noimages',
16951695 ),
 1696+ 'badimagelist' => array(
 1697+ 'bad_image_list',
 1698+ ),
16961699 'variantname-zh' => array(
16971700 'variantname-zh-cn',
16981701 'variantname-zh-tw',
@@ -2286,6 +2289,7 @@
22872290 'imagedeletion' => 'Image deletion',
22882291 'browsediffs' => 'Browsing diffs',
22892292 'newimages' => '',
 2293+ 'badimagelist' => 'Bad image list',
22902294 'variantname-zh' => "Short names for language variants used for language conversion links.
22912295 To disable showing a particular link, set it to 'disable', e.g.
22922296 'variantname-zh-sg' => 'disable',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -2414,6 +2414,12 @@
24152415 'showhidebots' => '($1 bots)',
24162416 'noimages' => 'Nothing to see.',
24172417
 2418+# Bad image list
 2419+'bad_image_list' => 'The format is as follows:
 2420+
 2421+Only list items (lines starting with *) are considered. The first link on a line must be a link to a bad image.
 2422+Any subsequent links on the same line are considered to be exceptions, i.e. articles where the image may occur inline.',
 2423+
24182424 /*
24192425 Short names for language variants used for language conversion links.
24202426 To disable showing a particular link, set it to 'disable', e.g.

Follow-up revisions

RevisionCommit summaryAuthorDate
r24631Merged revisions 24480-24600 via svnmerge from...david18:39, 6 August 2007

Status & tagging log