* Unbroke Special:Userrights for wikis without pretty URLs
authorRoan Kattouw <catrope@users.mediawiki.org>
Fri, 4 Jan 2008 11:50:22 +0000 (11:50 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Fri, 4 Jan 2008 11:50:22 +0000 (11:50 +0000)
commit53959450522f019b7c4e874a4bb15fd387703806
treeff22975ab0f79d75a26d58b4ca82ab408fc6e94e
parent460de2d9fee7105a39262215984c62cdda52e8c3
* Unbroke Special:Userrights for wikis without pretty URLs
** This probably shouldn't be hard-coded the way I did it
* UserrightsPage::saveUserGroups() now takes $removegroup and $addgroup parameters by reference. Parameters are changed to reflect what was actually added and removed.
* Re-adding ApiChangeRights module, which now handles permission denied errors more gracefully
includes/AutoLoader.php
includes/SpecialUserrights.php
includes/api/ApiChangeRights.php [new file with mode: 0644]
includes/api/ApiMain.php