r42652 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r42651‎ | r42652 | r42653 >
Date:12:10, 27 October 2008
Author:siebrand
Status:old
Tags:
Comment:
(bug 16143) Fix redirect loops in ksh locale by capitalising the first letter of the special page alias. This only solves symptoms, and needs a more proper generic solution.
Modified paths:
  • /trunk/phase3/languages/messages/MessagesKsh.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesKsh.php
@@ -155,7 +155,7 @@
156156 'Allmessages' => array( 'MediaWiki-Appachtemang' ),
157157 'Log' => array( 'Logböcher', 'Logböösher' ),
158158 'Blockip' => array( 'IP-Sperre' ),
159 - 'Undelete' => array( 'zeröckholle' ),
 159+ 'Undelete' => array( 'Zeröckholle' ),
160160 'Import' => array( 'Emport', 'Empocht' ),
161161 'Lockdb' => array( 'Datebank-deeschmaache' ),
162162 'Unlockdb' => array( 'Datebank-opmaache' ),
@@ -174,7 +174,7 @@
175175 'Resetpass' => array( 'Neu Passwood' ),
176176 'MergeHistory' => array( 'Versione zosammeschmieße' ),
177177 'Filepath' => array( 'Dateipaad' ),
178 - 'Invalidateemail' => array( 'onjöltije e-mail Addräß', 'onjöltije E-Mail Adress' ),
 178+ 'Invalidateemail' => array( 'Onjöltije e-mail Addräß', 'Onjöltije E-Mail Adress' ),
179179 );
180180
181181 $imageFiles = array(

Follow-up revisions

RevisionCommit summaryAuthorDate
r43096(bug 16143) Fix redirect loop on special pages starting with lower case lette...siebrand21:51, 2 November 2008

Status & tagging log