aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialUnblock.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/loggingJames D. Forrester2025-03-191-1/+1
* SpecialUnblock: add message to use Special:Block to rm individual blocksMusikAnimal2025-03-101-1/+7
* specials: Remove constructor PHPdoc blockUmherirrender2025-02-201-8/+0
* block: Add a BlockTarget class hierarchyTim Starling2025-02-191-67/+38
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-1/+0
* Merge "SpecialUnblock: Update title, messages"jenkins-bot2025-01-161-4/+4
|\
| * SpecialUnblock: Update title, messagesTheresNoTime2025-01-091-4/+4
* | SpecialUnblock: Redirect some uses to SpecialBlockTheresNoTime2025-01-151-0/+20
|/
* specials: Add missing documentation to class propertiesUmherirrender2024-09-131-0/+2
* specials: Improve docs and `@ingroup` tags, fix file headersTimo Tijhof2024-05-151-3/+0
* Clean up wfEscapeWikiText() input typesBartosz Dziewoński2024-02-151-4/+0
* Namespace HTMLForm and friendsJames D. Forrester2024-02-141-1/+1
* Change DatabaseBlock::TYPE_AUTO to Block::TYPE_AUTODogu2024-01-031-15/+15
* Migrate callers of DatabaseBlock methods moved to DatabaseBlockStoreTim Starling2023-11-061-1/+6
* Merge "Use OutputPage::setPageTitleMsg() instead of ::setPageTitle()"jenkins-bot2023-09-191-1/+1
|\
| * Use OutputPage::setPageTitleMsg() instead of ::setPageTitle()C. Scott Ananian2023-09-181-1/+1
* | Merge "Namespace TitleValue under \MediaWiki\Title"jenkins-bot2023-09-181-1/+1
|\ \
| * | Namespace TitleValue under \MediaWiki\TitleJames D. Forrester2023-09-181-1/+1
* | | Merge "Namespace remaining 'specialpage' files under \MediaWiki\SpecialPage"jenkins-bot2023-09-181-1/+1
|\| |
| * | Namespace remaining 'specialpage' files under \MediaWiki\SpecialPageJames D. Forrester2023-09-181-1/+1
| |/
* / Follow-up 87f2b083: Correct capitalisation of HTMLForm importJames D. Forrester2023-09-181-1/+1
|/
* Namespace SpecialU* under \MediaWiki\SpecialsJames D. Forrester2023-09-141-0/+12
* Reorg: Move WebRequest to includes\RequestAmir Sarabadani2023-09-111-0/+1
* Blocks documentation reviewTim Starling2023-09-061-8/+8
* Use real type hints for services etc. in specials/ (N-Z)Bartosz Dziewoński2023-08-291-14/+5
* specials: Show block/suppress log extracts on Special:Unblock/<user>Umherirrender2023-03-201-0/+65
* specials: Add watch option for userpage to Special:UnblockUmherirrender2023-03-081-2/+26
* specials: Replace deprecated HTMLForm::addPreText/addHeaderTextUmherirrender2022-12-181-1/+1
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-1/+0
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-0/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* Remove SpecialUnblock::processUnblockMatěj Suchánek2022-07-061-31/+0
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+4
* Convert BlockUtils::parseBlockTarget to UserIdentityAlexander Vorwerk2021-07-201-3/+8
* Introduce Block interface and replace AbstractBlock.daniel2021-05-111-7/+8
* Convert (Un)BlockUser to AuthorityPetr Pchelko2021-03-181-2/+2
* Inject SpecialPageFactory into SpecialPage and use itUmherirrender2020-11-201-9/+2
* Inject services into SpecialUnblockUmherirrender2020-10-091-7/+37
* Change SpecialUnblock::processUIUnblock to closure and inject serviceUmherirrender2020-10-011-22/+17
* SpecialUnblock: Allow getTargetAndType to accept null $parThalia2020-09-231-2/+2
* Remove SpecialUnblock dependency on SpecialBlock::getTargetAndTypeThalia2020-09-211-1/+30
* Hard deprecate SpecialUnblock::processUnblockMartin Urbanec2020-09-201-0/+2
* specials: HTMLForm::factory() method calls can be chainedThiemo Kreuz2020-09-081-5/+5
* Introduce backend class for unblocking usersMartin Urbanec2020-08-251-78/+24
* Hooks::run() call site migrationTim Starling2020-05-301-2/+2
* 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