r59547 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r59546‎ | r59547 | r59548 >
Date:16:07, 29 November 2009
Author:siebrand
Status:ok
Tags:
Comment:
Use FULLPAGENAMEE instead of {{urlencode:{{FULLPAGENAME}}}} in 'noarticletext' and 'noarticletext-nopermission'
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -1250,11 +1250,11 @@
12511251 If you are an anonymous user and feel that irrelevant comments have been directed at you, please [[Special:UserLogin/signup|create an account]] or [[Special:UserLogin|log in]] to avoid future confusion with other anonymous users.''",
12521252 'noarticletext' => 'There is currently no text in this page.
12531253 You can [[Special:Search/{{PAGENAME}}|search for this page title]] in other pages,
1254 -<span class="plainlinks">[{{fullurl:{{#Special:Log}}|page={{urlencode:{{FULLPAGENAME}}}}}} search the related logs],
 1254+<span class="plainlinks">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} search the related logs],
12551255 or [{{fullurl:{{FULLPAGENAME}}|action=edit}} edit this page]</span>.',
12561256 'noarticletext-nopermission' => 'There is currently no text in this page.
12571257 You can [[Special:Search/{{PAGENAME}}|search for this page title]] in other pages,
1258 -or <span class="plainlinks">[{{fullurl:{{#Special:Log}}|page={{urlencode:{{FULLPAGENAME}}}}}} search the related logs]</span>.',
 1258+or <span class="plainlinks">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} search the related logs]</span>.',
12591259 'noarticletextanon' => '{{int:noarticletext}}', # do not translate or duplicate this message to other languages
12601260 'userpage-userdoesnotexist' => 'User account "$1" is not registered.
12611261 Please check if you want to create/edit this page.',

Status & tagging log