* (bug 1512) Disable x-code interp on Esperanto URLs for now, it does more
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 13 Sep 2005 01:57:28 +0000 (01:57 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 13 Sep 2005 01:57:28 +0000 (01:57 +0000)
  harm than good under current system by breaking incoming URLs with "ux".
  (Editing is not affected, just URLs.)

RELEASE-NOTES
languages/LanguageEo.php

index dfbf3e0..ef4d997 100644 (file)
@@ -101,6 +101,9 @@ fully support the editing toolbar, but was found to be too confusing.
 * Use the real file link instead of the default-size rasterized version for
   large SVG images on image description page
 * Include the file name/type/size line for non-resized images
+* (bug 1512) Disable x-code interp on Esperanto URLs for now, it does more
+  harm than good under current system by breaking incoming URLs with "ux".
+  (Editing is not affected, just URLs.)
 
 
 === Caveats ===
index ea66bb2..8f7b31f 100644 (file)
@@ -1000,8 +1000,8 @@ class LanguageEo extends LanguageUtf8 {
                        return $s;
                }
 
-               if( preg_match( '/[cghjsu]x/i', $s ) )
-                       return $this->iconv( 'x', 'utf-8', $s );
+               //if( preg_match( '/[cghjsu]x/i', $s ) )
+               //      return $this->iconv( 'x', 'utf-8', $s );
                return $s;
        }