Redo r48746 (API userrights, reverted in r48909 and r48910) in a way that doesn't...
authorRoan Kattouw <catrope@users.mediawiki.org>
Sat, 28 Mar 2009 19:08:47 +0000 (19:08 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Sat, 28 Mar 2009 19:08:47 +0000 (19:08 +0000)
commit549b1688cc1e87dc0711392b56e0c71f1e8615c2
tree96d96502213ed87d4d17c95839c07a2bb18300f4
parent14bfd3ce65499292b014f527cc454d21b289f2fa
Redo r48746 (API userrights, reverted in r48909 and r48910) in a way that doesn't break CentralAuth. Basically, this works around PHP's inability (at least in < 5.3) to override static methods by adding a hook. Changes to CentralAuth in next commit.
RELEASE-NOTES
docs/hooks.txt
includes/AutoLoader.php
includes/User.php
includes/api/ApiMain.php
includes/api/ApiQueryRecentChanges.php
includes/api/ApiQueryUsers.php
includes/api/ApiUserrights.php [new file with mode: 0644]
includes/specials/SpecialUserrights.php