r46067 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46066‎ | r46067 | r46068 >
Date:07:36, 23 January 2009
Author:raymond
Status:reverted (Comments)
Tags:
Comment:
* Follow up r46059: Add new message
* Move new message to the 'sidebar' section
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
@@ -10,6 +10,7 @@
1111 $wgMessageStructure = array(
1212 'sidebar' => array(
1313 'sidebar',
 14+ 'language-link-title',
1415 ),
1516 'toggles' => array(
1617 'tog-underline',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -473,7 +473,7 @@
474474 XHTML id it should only appear once and include characters that are legal
475475 XHTML id names.
476476 */
477 -'sidebar' => '
 477+'sidebar' => '
478478 * navigation
479479 ** mainpage|mainpage-description
480480 ** portal-url|portal
@@ -484,6 +484,7 @@
485485 * SEARCH
486486 * TOOLBOX
487487 * LANGUAGES', # do not translate or duplicate this message to other languages
 488+'language-link-title' => '$1 version',
488489
489490 # User preference toggles
490491 'tog-underline' => 'Underline links:',
@@ -3790,6 +3791,4 @@
37913792 #Lines beginning with # are treated as comments
37923793
37933794 #Put all regex fragments above this line. Leave this line exactly as it is</pre>',
3794 -
3795 -'language-link-title' => '$1 version',
37963795 );

Follow-up revisions

RevisionCommit summaryAuthorDate
r46399revert r46067 also "* Follow up r46059: Add new message"brion23:10, 27 January 2009

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r46059(bug 1433) Add meta-information to pages with language links.werdna02:11, 23 January 2009

Comments

#Comment by Brion VIBBER (talk | contribs)   23:10, 27 January 2009

reverted in r46399

Status & tagging log