aboutsummaryrefslogtreecommitdiffstats
path: root/includes/exception/PermissionsError.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-0/+5
* Remove unchecked exception annotationsAdam Wight2024-09-171-1/+0
* PermissionsError: Deprecate public propertiesBartosz Dziewoński2024-08-121-2/+24
* PermissionsError: Replace use of legacy error arraysBartosz Dziewoński2024-08-091-16/+27
* Use namespaced classes (2)Umherirrender2024-06-161-0/+1
* PermissionsError: Replace duplicated codeBartosz Dziewoński2024-06-061-14/+4
* exception: Fix PSR2.Classes.PropertyDeclaration.Multiple errorsTaavi Väänänen2024-04-211-2/+3
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* Namespace remaining User-related classes under \MediaWiki\UserJames D. Forrester2023-09-201-0/+1
* Replace usages of deprecated UserGroupMembership::getLink()Daimona Eaytoy2023-05-201-1/+1
* Change $wgLang to use Message::*Param functionsUmherirrender2022-09-261-3/+1
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
* Replace deprecated uses of PermissionManager with GroupPermissionsLookupDannyS7122021-05-261-2/+3
* Allow PermissionError to be constructed with a PermissionStatusCindy Cicalese2021-03-011-2/+7
* Revert "Enhance GroupPermissionsLookup and use it."Ppchelko2021-01-121-1/+1
* Enhance GroupPermissionsLookup and use it.Petr Pchelko2021-01-111-1/+1
* Replace "@stable for calling" by "@stable to call"daniel2020-07-131-1/+1
* Mark exceptions as newable and stable for subclassingdaniel2020-07-101-0/+3
* exception: Let MediaWiki.php control final output for ErrorPageErrorTimo Tijhof2019-09-261-2/+4
* Remove deprecated User groups/permission static calls.Petr Pchelko2019-08-211-1/+5
* User group memberships that expireThis, that and the other2017-01-271-4/+4
* Add ILocalizedException interfaceBrad Jorsch2016-12-081-0/+3
* Relax phpdoc of PermissionError to match actual usageGergő Tisza2016-10-181-2/+9
* Change \\ to \ in phpdocGergő Tisza2016-04-081-0/+4
* Convert all array() syntax to []Kunal Mehta2016-02-171-4/+4
* Add scope to Exception class methodsaddshore2014-02-241-2/+2
* Split Exception.phpaddshore2014-02-241-0/+58