aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialUserrights.php
Commit message (Expand)AuthorAgeFilesLines
...
* Actually declare $wgOut ;)Aaron Schulz2009-09-171-1/+1
* use fetchUser statically per r56133Alex Z2009-09-161-2/+2
* API: Make it possible to fetch userrights tokens for interwiki users; make Us...Roan Kattouw2009-09-101-1/+1
* * (bug 20446) When changing user rights with User@remotewiki and remotewiki i...Alexandre Emsenhuber2009-09-021-6/+10
* (bug 17864 + bug 19519) - Do input normalization on the username before doing...Alex Z2009-08-051-0/+1
* OutputPage::formatPermissionsErrorMessage() expects an array of arrays, passi...Alex Z2009-08-051-2/+2
* coding style tweaks + marked execute function as publicJack Phoenix2009-08-011-28/+31
* Fix dodgy uses of wfMsgHtml() and related HTML escapingTim Starling2009-07-131-3/+7
* * Remove the two hooks introduced in r52082Ryan Schmidt2009-06-181-11/+1
* Fix typo in r52082Tim Starling2009-06-181-1/+1
* * (bug 17014) Blocked users can no longer use Special:UserRights if they doRyan Schmidt2009-06-181-47/+61
* Fix bug in global auth caused by r48970 (I think). You need to call this->cha...Andrew Garrett2009-06-161-1/+2
* Escaping fixesNiklas Laxström2009-05-221-1/+1
* Remove ugly userrights-CentralAuth hack introduced in r48970 and friends:Roan Kattouw2009-03-291-30/+20
* Fix regression whereby you were shown an error message after submitting Globa...Andrew Garrett2009-03-291-1/+5
* Redo r48746 (API userrights, reverted in r48909 and r48910) in a way that doe...Roan Kattouw2009-03-281-125/+52
* Revert r48746 (API userrights). Breaks Special:GlobalGroupMembership by chang...Andrew Garrett2009-03-271-45/+125
* Remove constraint that $user must be a User object in SpecialUserrights, can ...Andrew Garrett2009-03-251-1/+1
* * Added $wgInvalidUsernameCharacters to disallow certain characters inRyan Schmidt2009-03-241-2/+2
* * API: (bug 15935) Add action=userrights to the APIRoan Kattouw2009-03-241-125/+45
* * (bug 17900) Fixed User Groups interface log display after saving groups.Andrew Garrett2009-03-101-1/+8
* Tweak r44049: remove 'showEditUserGroupsForm' hook altogetherAaron Schulz2008-12-031-2/+0
* * Modified hook UserRights::showEditUserGroupsForm to actually be able to do Nathaniel Herman2008-11-291-4/+2
* Consistent casing for addHTML()Siebrand Mazeland2008-11-061-1/+1
* added new hook, UserRights::showEditUserGroupsForm from Wikia codebaseJack Phoenix2008-10-251-0/+2
* (bug 15795) Special:Userrights is now listed on Special:SpecialPages when use...Alexandre Emsenhuber2008-10-091-2/+6
* Revert r39582 "(bug 12518) Interwiki userrights now reflects remote groups, n...Brion Vibber2008-08-191-76/+21
* (bug 12518) Interwiki userrights now reflects remote groups, not local groups.Andrew Garrett2008-08-181-21/+76
* * $wgGroupsAddToSelf and $wgGroupsRemoveFromSelf now work more likeRyan Schmidt2008-08-141-18/+52
* Use content language for rightsnoneAndrew Garrett2008-08-021-1/+1
* Adding accesskey="s" to forms in the following special pages:Jon Harald Søby2008-07-301-1/+1
* * (bug 12487) Rights log is not fully internationalizedNiklas Laxström2008-07-111-2/+3
* * Fix regression in 37317, random content going into logsNiklas Laxström2008-07-101-2/+10
* Cleanup r37317 -- let's make this a little more legible. :)Brion Vibber2008-07-091-1/+5
* Fix weirdness in Userrights and derived pages where no groups didn't appear a...Andrew Garrett2008-07-081-1/+1
* Rename all the special page class files back to their proper names.Brion Vibber2008-06-191-0/+576