* Remove the two hooks introduced in r52082
authorRyan Schmidt <skizzerz@users.mediawiki.org>
Thu, 18 Jun 2009 14:47:18 +0000 (14:47 +0000)
committerRyan Schmidt <skizzerz@users.mediawiki.org>
Thu, 18 Jun 2009 14:47:18 +0000 (14:47 +0000)
commit2da101ba2c4771e5d00cb15fbc547981e239fcbf
treec7bb89158cc925bdb94efb8f513b7827c17cbaca
parent634ec8e93e7492e359e3167e347d8b5379bd32a0
* Remove the two hooks introduced in r52082
* Remove the unused UserrightsChangeableGroups hook introduced in r39368 (1.14)
* Fix typo in Special:ListGroupRights introduced in r52083
* Prevent duplicate key display in Special:ListGroupRights (new behavior: if a permission is both assigned and revoked from a group, it only displays as revoked).
* Fix $wgRevokePermissions handling, it now runs after every group permission has been assigned in order to revoke the permission properly.
RELEASE-NOTES
docs/hooks.txt
includes/User.php
includes/specials/SpecialListgrouprights.php
includes/specials/SpecialUserrights.php