From: Brion Vibber Date: Wed, 31 Dec 2008 17:47:20 +0000 (+0000) Subject: Disable Special:Interwiki until it works and isn't so scary-looking X-Git-Tag: 1.31.0-rc.0~43673 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=18b2650e0ff54616e6b54758071a53f38bb3f774;p=lhc%2Fweb%2Fwiklou.git Disable Special:Interwiki until it works and isn't so scary-looking --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a9d34831bf..d93fe42fba 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -83,7 +83,6 @@ The following extensions are migrated into MediaWiki 1.14: * RenderHash * NoMoveUserPages * UniversalEditButton -* Special:Interwiki to show the interwiki table in a locally editable format (was extension Interwiki) === New features in 1.14 === diff --git a/includes/SpecialPage.php b/includes/SpecialPage.php index 51c7c8f889..6df071ef8e 100644 --- a/includes/SpecialPage.php +++ b/includes/SpecialPage.php @@ -150,7 +150,6 @@ class SpecialPage 'Blockip' => array( 'SpecialPage', 'Blockip', 'block' ), 'Undelete' => array( 'SpecialPage', 'Undelete', 'deletedhistory' ), 'Import' => 'SpecialImport', - 'Interwiki' => 'SpecialInterwiki', 'Lockdb' => array( 'SpecialPage', 'Lockdb', 'siteadmin' ), 'Unlockdb' => array( 'SpecialPage', 'Unlockdb', 'siteadmin' ), 'Userrights' => 'UserrightsPage',