r71438 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71437‎ | r71438 | r71439 >
Date:19:36, 22 August 2010
Author:demon
Status:ok
Tags:
Comment:
Followup r71367, reusing messages is bad
Modified paths:
  • /trunk/phase3/includes/specials/SpecialVersion.php (modified) (history)
  • /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
@@ -3140,6 +3140,7 @@
31413141 'version-svn-revision',
31423142 'version-license',
31433143 'version-poweredby-credits',
 3144+ 'version-poweredby-others',
31443145 'version-license-info',
31453146 'version-software',
31463147 'version-software-product',
Index: trunk/phase3/includes/specials/SpecialVersion.php
@@ -82,7 +82,7 @@
8383 'Niklas Laxström', 'Domas Mituzas', 'Rob Church', 'Yuri Astrakhan',
8484 'Aryeh Gregor', 'Aaron Schulz', 'Andrew Garrett', 'Raimond Spekking',
8585 'Alexandre Emsenhuber', 'Siebrand Mazeland', 'Chad Horohoe',
86 - wfMsg( 'others' )
 86+ wfMsg( 'version-poweredby-others' )
8787 );
8888 $ret = Xml::element( 'h2', array( 'id' => 'mw-version-license' ), wfMsg( 'version-license' ) );
8989
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -4245,6 +4245,7 @@
42464246 'version-svn-revision' => '(r$2)', # only translate this message to other languages if you have to change it
42474247 'version-license' => 'License',
42484248 'version-poweredby-credits' => "This wiki is powered by '''[http://www.mediawiki.org/ MediaWiki]''', copyright © 2001-$1 $2.",
 4249+'version-poweredby-others' => 'others', // For the list: Tom, Dick, Harry and others
42494250 'version-license-info' => 'MediaWiki is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
42504251
42514252 MediaWiki is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r71367Like the installer, make Special:Version header localizable. Want to reduce s...demon16:35, 20 August 2010

Status & tagging log