aboutsummaryrefslogtreecommitdiffstats
path: root/includes/block/BlockErrorFormatter.php
Commit message (Expand)AuthorAgeFilesLines
* Generate machine-readable block info in BlockErrorFormatterBartosz Dziewoński2025-02-181-3/+12
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-3/+0
* Move Language and friends into Language namespaceJames D. Forrester2024-08-101-1/+1
* Namespace Message, move to appropriate directoryJames D. Forrester2024-02-141-1/+1
* Move creation of BlockErrorFormatter into FormatterFactorydaniel2024-01-261-38/+37
* Merge "Add type hint for $ip in BlockErrorFormatter method"jenkins-bot2023-10-301-1/+1
|\
| * Add type hint for $ip in BlockErrorFormatter methodThalia2023-10-271-1/+1
* | Display all error messages for a CompositeBlockThalia2023-10-271-0/+27
|/
* Clean up BlockErrorFormatter and testThalia2023-10-271-2/+2
* Namespace TitleFormatter under \MediaWiki\TitleJames D. Forrester2023-09-191-1/+1
* Add UserIdentityUtils serviceTim Starling2023-07-241-7/+7
* Blocked temporary account user sees an appropriate block messagetsepothoabala2023-02-241-5/+16
* Split a base class out of CommentStoreAlexander Vorwerk2023-01-011-1/+1
* GetBlockErrorMessageKey: Add typehints and improve documentationThalia2022-10-181-1/+1
* Create Hook to check block's error messages from extensionsAnaïsGueyte2022-10-141-1/+13
* BlockErrorFormatter: use Message::plain() if blocked without a reasonDannyS7122021-08-051-1/+1
* BlockErrorFormatter: clean up handling of link to blocker's user pageDannyS7122021-07-271-19/+29
* Introduce Block interface and replace AbstractBlock.daniel2021-05-111-14/+15
* Convert users of BlockErrorFormatter to UserIdentityPetr Pchelko2021-03-171-7/+7
* Fixed typo "paramaters"sahil2021-03-101-1/+1
* Avoid unstubbing user in BlockErrorFormatter::getFormattedBlockErrorInfoUmherirrender2021-02-241-1/+1
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* Inject UserFactory into BlockErrorFormatterDannyS7122020-10-131-1/+13
* BlockErrorFormatter: Use language-specific comma separatorsThalia2020-02-281-1/+1
* Revert "Revert "Store block reasons as CommentStoreComments in block classes""Tchanders2019-10-201-5/+9
* Revert "Store block reasons as CommentStoreComments in block classes"Daimona Eaytoy2019-10-191-9/+5
* Store block reasons as CommentStoreComments in block classesThalia2019-10-181-5/+9
* Introduce a formatter service for block errorsThalia2019-10-081-0/+233