Tweaks to Special:Interwiki:
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 27 Dec 2008 13:35:55 +0000 (13:35 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 27 Dec 2008 13:35:55 +0000 (13:35 +0000)
commitc05f2b86e96f629b093feb6d589db392a032dcbc
treef5076b99f0ffab33a6f51ef9afaf1495c2b2d707
parent48755d063edd9e9b67f060a1d16b599847c9ecce
Tweaks to Special:Interwiki:
* Splitted SpecialInterwiki::execute() in multiple functions
* using OutputPage::addWikiMsg() and OutputPage::wrapWikiMsg() when possible
* using $res->fetchObject() and $res->free() rather than $dbr->fetchObject() and $dbr->freeResult()
* Removed 'interwiki' restrict passed to parent::__construct() so that it appears in Special:SpecialPages for everybody
* Added missing 'interwiki' entry to User::$mCoreRights
includes/User.php
includes/specials/SpecialInterwiki.php