aboutsummaryrefslogtreecommitdiffstats
path: root/includes/exception
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-2520-2/+115
* exception: Remove 'exception-json' logging channelBartosz Dziewoński2025-03-211-74/+0
* Exception renderer should style message boxesJon Robson2025-03-131-0/+1
* HttpError: Cast Message to stringGergő Tisza2025-03-071-1/+1
* Merge "exception: Avoid service container init in exception handler"jenkins-bot2025-01-291-0/+8
|\
| * exception: Avoid service container init in exception handlerMáté Szabó2025-01-171-0/+8
* | MWExceptionHandler: Add error suppression to constant( 'E_STRICT' )Reedy2025-01-211-1/+2
* | Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-172-3/+0
|/
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-3/+0
* Merge "ActorStore: Normalize CannotCreateActorException"jenkins-bot2025-01-031-1/+13
|\
| * ActorStore: Normalize CannotCreateActorExceptionGergő Tisza2025-01-031-1/+13
* | exception: Convert E_STRICT errors to E_USER_NOTICExtex2025-01-031-4/+5
|/
* Don't copy POST query params when generating link/redirect URLsBartosz Dziewoński2024-11-161-1/+1
* Merge "Add type hints to detect bool/null message params"jenkins-bot2024-11-142-3/+12
|\
| * Add type hints to detect bool/null message paramsBartosz Dziewoński2024-11-142-3/+12
* | exception: Suppress dependency loop exceptionTim Starling2024-11-082-11/+26
|/
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-163-3/+3
* Send temporary accounts to Special:CreateAccount on ::requireNamedDreamy Jazz2024-09-241-8/+42
* Remove unchecked exception annotationsAdam Wight2024-09-171-1/+0
* Add missing documentation to class properties (miscellaneous classes)Umherirrender2024-09-141-0/+1
* exception: Use const for MWExceptionHandler::$fatalErrorTypesUmherirrender2024-09-011-7/+5
* PermissionsError: Deprecate public propertiesBartosz Dziewoński2024-08-121-2/+24
* PermissionsError: Replace use of legacy error arraysBartosz Dziewoński2024-08-091-16/+27
* Move directionality of the error box to outside of itEbrahim Byagowi2024-08-071-3/+3
* Make error box content LTR for exceptions detailsEbrahim Byagowi2024-08-051-7/+3
* Replace gettype() with get_debug_type() in debug/log/test outputBartosz Dziewoński2024-07-311-3/+1
* Namespace MessageSpecifier under Wikimedia\Message\Bartosz Dziewoński2024-07-283-0/+3
* exception: Avoid raw \n in HttpErrorUmherirrender2024-07-161-1/+1
* Use namespaced classes (2)Umherirrender2024-06-167-0/+9
* Merge "Add dark mode support to plain html outputs"jenkins-bot2024-06-112-1/+3
|\
| * Add dark mode support to plain html outputsEbrahim Byagowi2024-06-092-1/+3
* | PermissionsError: Replace duplicated codeBartosz Dziewoński2024-06-061-14/+4
* | Merge "LoginSignupSpecialPage: Support &display=popup"jenkins-bot2024-05-231-0/+2
|\ \ | |/ |/|
| * LoginSignupSpecialPage: Support &display=popupBartosz Dziewoński2024-05-221-0/+2
* | Add namespace and deprecation alias to FormatJsonEbrahim Byagowi2024-05-161-0/+1
* | exception: Remove "error-json" debug log channelTimo Tijhof2024-05-141-7/+0
|/
* namespace MWDebugAmir Sarabadani2024-05-032-0/+3
* Remove error printing in MWExceptionBartosz Dziewoński2024-04-253-189/+5
* exception: Fix PSR2.Classes.PropertyDeclaration.Multiple errorsTaavi Väänänen2024-04-212-3/+9
* Document more methods that accept MessageSpecifier, not just MessageBartosz Dziewoński2024-04-091-2/+2
* Namespace includes/contextJames D. Forrester2024-02-084-0/+4
* Limit language logic when displaying exceptions / outage messagesGergő Tisza2024-02-041-0/+6
* Move creation of BlockErrorFormatter into FormatterFactorydaniel2024-01-261-7/+8
* Merge "Deprecate error printing in MWException"jenkins-bot2024-01-224-12/+41
|\
| * Deprecate error printing in MWExceptionBartosz Dziewoński2024-01-104-12/+41
* | Replace deprecated MWExceptionDaimona Eaytoy2024-01-191-4/+1
* | Fix string→array type mismatch in ReadOnlyErrorthiemowmde2024-01-161-1/+2
* | Introduce MediaWikiEntryPoint and ActionEntryPointdaniel2024-01-031-1/+1
* | Merge "exception: Send silenced errors to a new log channel with level=DEBUG"jenkins-bot2023-12-211-22/+20
|\ \ | |/ |/|
| * exception: Send silenced errors to a new log channel with level=DEBUGTimo Tijhof2023-12-101-22/+20