aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialUnblock.php
Commit message (Expand)AuthorAgeFilesLines
* Replace usages of deprecated User::isAllowed. Step 2.Petr Pchelko2019-09-111-1/+5
* Avoid usage of deprecated setTags() method, use addTags() insteadDerick Alangi2019-09-011-1/+1
* Add "help" link to Special:UnblockDannyS7122019-07-041-0/+1
* Use [...] instead of array(...) in PHP comments and documentationFomafix2019-06-171-2/+2
* Rename Block to MediaWiki\Block\DatabaseBlockThalia2019-05-281-16/+18
* Remove reliance on Block properties being publicThalia2019-03-221-2/+2
* Include block ID in unblock logGergő Tisza2018-12-191-0/+1
* Revert "Remove cssclass in the favor of 'type' => 'user'"Jayprakash123452018-05-011-1/+3
* Remove cssclass in the favor of 'type' => 'user'Jayprakash123452018-04-221-3/+1
* SpecialUnblock: Remove addModules( 'mediawiki.special' )Fomafix2017-11-221-1/+1
* Fix unblocking autoblocksAmir Sarabadani2017-10-111-3/+3
* Remove unneeded js module in SpecialUnblockAmir Sarabadani2017-09-291-1/+1
* Migrate Special:Unblock to OOUIAmir Sarabadani2017-09-101-3/+3
* includes/specials: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-281-1/+1
* Add 'UnblockUser' and 'UnblockUserComplete' hooks to Special:UnblockJustin Du2016-12-301-0/+7
* Merge "API: i18n for warnings and errors"jenkins-bot2016-12-061-2/+2
|\
| * API: i18n for warnings and errorsBrad Jorsch2016-12-061-2/+2
* | Replaced Linker::link() usage with LinkRenderer in some special pagesSubin Siby2016-12-041-2/+2
|/
* Unblock form handling: Check for 'Tags' index in $data from UI before trying ...Alex Monk2016-03-251-1/+3
* Many more function case mismatchesReedy2016-03-191-2/+2
* Add tags support to patrol, protect, unblock, and undeleteGeoffrey Mon2016-02-291-0/+4
* Convert all array() syntax to []Kunal Mehta2016-02-171-15/+15
* Define which SpecialPage classes expect write vs read modeAaron Schulz2016-01-141-0/+4
* Show user names as subpages of special pages in autocomplete searchumherirrender2015-12-291-0/+18
* Migrate block log to new log systemumherirrender2015-02-071-2/+6
* Add mediawiki.userSuggest to Special:Block/Unblock/BlockListumherirrender2014-11-241-1/+2
* Make Special:Unblock link to contributions page for IP blockeesTK-9992014-09-121-2/+10
* Set autofocus on Special:Unblockumherirrender2014-06-291-1/+4
* Fix typo for system message namewithoutaname2014-05-061-2/+2
* Fixed some @params documentation (includes/[specialpage|specials])umherirrender2014-04-191-4/+4
* Update formatting for includes/specials/Siebrand Mazeland2014-03-231-2/+2
* Set relevant User on Special:Unblockumherirrender2013-10-091-0/+5
* Always pass user to LogPage::addEntryumherirrender2013-09-131-1/+1
* Added space after switch/Removed spaces after unsetumherirrender2013-04-261-2/+2
* Fixed spacing in specials folderumherirrender2013-04-201-7/+7
* Update/fix docsSiebrand Mazeland2013-04-121-0/+2
* Add SpecialPage::getGroupName and use itumherirrender2013-03-071-0/+4
* fix some spacingumherirrender2013-01-261-12/+12
* Update docs for return and exception infoSiebrand Mazeland2012-10-091-0/+1
* (bug 32604) Some messages needs escaping of wikitext inside usernameumherirrender2012-05-041-3/+3
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-04-281-0/+2
* Use local context to get messagesAlexandre Emsenhuber2012-02-171-3/+3
* Remove backslash from @return typesAntoine Musso2012-02-131-1/+1
* More return documentationSam Reed2012-02-091-0/+1
* 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