aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialMute.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-1/+1
* specials: Remove constructor PHPdoc blockUmherirrender2025-02-201-6/+0
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-3/+0
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* specials: Improve docs and `@ingroup` tags, fix file headersTimo Tijhof2024-05-151-3/+1
* Namespace HTMLForm and friendsJames D. Forrester2024-02-141-1/+1
* Use User::isEmailConfirmed for SpecialMute email confirmation checkDreamy Jazz2024-02-051-1/+1
* Merge "Re-enable muting temporary users"jenkins-bot2023-12-011-9/+11
|\
| * Re-enable muting temporary usersThalia2023-11-301-9/+11
* | Move user options related classes into its own namespaceMartin Urbanec2023-11-291-1/+1
|/
* Merge "SpecialMute: Split out error into the three specific checks"jenkins-bot2023-10-041-13/+21
|\
| * SpecialMute: Split out error into the three specific checksJames D. Forrester2023-09-131-13/+21
* | SpecialPage::getDescription() should return a MessageC. Scott Ananian2023-09-211-1/+1
* | Namespace remaining User-related classes under \MediaWiki\UserJames D. Forrester2023-09-201-1/+1
* | Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-1/+1
* | Namespace remaining 'specialpage' files under \MediaWiki\SpecialPageJames D. Forrester2023-09-181-1/+1
|/
* Namespace SpecialN* under \MediaWiki\SpecialsJames D. Forrester2023-09-131-0/+1
* Use real type hints for services etc. in specials/ (A-M)Bartosz Dziewoński2023-08-291-11/+4
* Add UserIdentityUtils serviceTim Starling2023-07-241-7/+7
* Namespace SpecialM* under \MediaWiki\SpecialsJames D. Forrester2023-05-211-0/+12
* Fix more PHPStorm inspections (#2)Tim Starling2023-03-251-3/+0
* Merge "specials: Make Special:Mute only usable for named users"jenkins-bot2023-03-211-3/+10
|\
| * specials: Make Special:Mute only usable for named usersUmherirrender2023-03-021-3/+10
* | Hooks: Remove deprecated SpecialMuteSubmit hookSam Smith2023-03-031-3/+0
|/
* specials: Replace deprecated HTMLForm::addPreText/addHeaderTextUmherirrender2022-12-181-1/+1
* Remove SpecialMute::isTargetBlacklistedMatěj Suchánek2022-06-191-11/+0
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-2/+3
* Use local variable for null checksUmherirrender2022-03-051-1/+2
* Rename four config variables to avoid 'blacklist' termReedy2021-09-081-1/+1
* Use CentralIdLookup service instead of static factoryPetr Pchelko2021-07-261-13/+17
* Remove some more comments that literally repeat the codeThiemo Kreuz2021-06-181-1/+1
* Merge "Convert User object to name before message parsing on Special:Mute"jenkins-bot2021-04-301-1/+2
|\
| * Convert User object to name before message parsing on Special:MuteUmherirrender2021-04-161-1/+2
* | Hard deprecate SpecialMute::isTargetBlacklisted()Reedy2021-04-191-0/+1
|/
* Replace deprecated User::newFromName on Special:MuteUmherirrender2021-03-221-2/+14
* Fix sub class documentation about SpecialPage::execute accepts nullUmherirrender2021-03-191-2/+2
* Merge "Replace deprecated User::setOption in SpecialMute"jenkins-bot2020-11-111-18/+16
|\
| * Replace deprecated User::setOption in SpecialMuteUmherirrender2020-11-071-18/+16
* | Make SpecialMuteModifyFormFields hook to not pass the entire special pageshubham6562020-11-021-1/+1
|/
* SpecialMute: Rename blacklist to mutelistReedy2020-06-251-22/+32
* Add gender support for Mute label messageAmmar Abdulhamid2020-06-221-2/+12
* Hooks::run() call site migrationTim Starling2020-05-301-2/+2
* Fix more PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-151-1/+1
* Add help link to Special:MuteJayprakash123452020-02-051-0/+4
* Add instrumentation to Special:MuteDayllan Maza2019-08-191-0/+6
* Add support for extentions to change Special:Mute formDayllan Maza2019-07-181-31/+48
* Add Special:Mute as a shortcut for muting notificationsDayllan Maza2019-06-241-0/+213