aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialUnblock.php
Commit message (Expand)AuthorAgeFilesLines
* Updated core SpecialPages to use new functions introduced in r103111 and r103095John Du Hart2011-11-151-10/+2
* Removed usage of $wgUser in block and unblock processing:Alexandre Emsenhuber2011-11-131-6/+15
* Per Nikerabbit's comment on r100621:Alexandre Emsenhuber2011-10-271-1/+1
* Added OutputPage::setPageTitleMsg() and OutputPage::setHTMLTitleMsg() as modi...Alexandre Emsenhuber2011-10-241-1/+1
* Redact IP address when unblocking autoblocksAaron Schulz2011-10-071-3/+9
* Added missing calls to SpecialPage::setHeaders() and SpecialPage::outputHeader()Alexandre Emsenhuber2011-09-211-0/+3
* * Use local context instead of global variablesAlexandre Emsenhuber2011-08-101-11/+9
* Allow blocked sysops to view Special:UnblockAryeh Gregor2011-07-201-7/+8
* Kill unused globalsSam Reed2011-07-181-1/+0
* * Use standard method to check user permissionsAlexandre Emsenhuber2011-07-161-3/+4
* Change usages of $wgUser->getSkin() in special pages to use $this->getSkin()Sam Reed2011-07-011-3/+1
* Look mum, no globals! Implement a RequestContext for HTMLForm, passed in the...Happy-melon2011-04-131-2/+1
* Use class name Html in canonical form.Platonides2011-03-241-2/+3
* Blame hashar for this giant commit; he teased me for making so many smaller o...Happy-melon2011-03-211-3/+8
* w/s diff. mostly eol w/s and using only tabs of width 4 to indent.Mark A. Hershberger2011-03-181-1/+1
* Further massive rewrite of the blocking frontend: spin out unblocking into a ...Happy-melon2011-03-131-0/+200