Remove ugly userrights-CentralAuth hack introduced in r48970 and friends:
authorRoan Kattouw <catrope@users.mediawiki.org>
Sun, 29 Mar 2009 16:39:42 +0000 (16:39 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Sun, 29 Mar 2009 16:39:42 +0000 (16:39 +0000)
commit87a1cd79804ddbac61b4dc0b12f6dd7de7d7f7af
treee779451680d650ce03fd4bec8afa9fbc6b9edd65
parent36d14ce34b41304f72b7b64825440cea65a0f5ee
Remove ugly userrights-CentralAuth hack introduced in r48970 and friends:
* Make UserrightsForm::doSaveUserGroups(), addLogEntry() and helpers non-static again so CentralAuth can override them; remove the short-lived UserRightsLogEntry hook
* Let UserrightsForm::fetchUser() return a WikiErrorMsg on failure
* In ApiUserrights, use an instance of the UserrightsPage class rather than calling its methods statically. This also enables interwiki userrights in this module
* Add some messages to ApiBase::$messageMap
docs/hooks.txt
includes/api/ApiUserrights.php
includes/specials/SpecialUserrights.php