aboutsummaryrefslogtreecommitdiffstats
path: root/includes/exception/MWException.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-0/+7
* Add type hints to detect bool/null message paramsBartosz Dziewoński2024-11-141-1/+5
* namespace MWDebugAmir Sarabadani2024-05-031-0/+2
* Remove error printing in MWExceptionBartosz Dziewoński2024-04-251-177/+3
* Deprecate error printing in MWExceptionBartosz Dziewoński2024-01-101-8/+34
* exception: Replace $wgCommandLineMode checks with MW_ENTRY_POINTBartosz Dziewoński2023-12-141-1/+1
* Deprecate explicit arguments to OutputPage::prepareErrorPage()C. Scott Ananian2023-09-211-1/+2
* Reorg: Move WebRequest to includes\RequestAmir Sarabadani2023-09-111-0/+1
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-0/+2
* Deprecate MWExceptionDaimona Eaytoy2023-01-221-0/+1
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-2/+0
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-0/+2
* exception: Inject wgShowExceptionDetails from Setup.phpTimo Tijhof2022-05-221-25/+8
* Remove access to config globals from includes/exceptiondaniel2022-05-121-8/+19
* exception: Simplify MWExceptionRenderer to reduce influence of configTimo Tijhof2022-01-301-18/+8
* exception: Undo use of MediaWikiServicesTimo Tijhof2022-01-121-15/+11
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-11/+15
* Fix typos in comments (M)Siddharth VP2022-01-091-1/+1
* Merge "Replace "@stable for subclassing" with "@stable to extend""jenkins-bot2020-07-131-1/+1
|\
| * Replace "@stable for subclassing" with "@stable to extend"daniel2020-07-131-1/+1
* | Replace "@stable for overriding" with "@stable to override"daniel2020-07-131-7/+7
|/
* Mark exceptions as newable and stable for subclassingdaniel2020-07-101-0/+14
* Annotate newable classesdaniel2020-07-071-0/+2
* exception: No longer try to send error page post-send on api.phpTimo Tijhof2020-03-261-4/+6
* Make MWException show up pretty even if $wgLang is a stubBrian Wolff2020-03-231-4/+1
* Unpack arrays on variadic argumentsUmherirrender2019-08-311-1/+1
* Remove "Squiz.WhiteSpace.FunctionSpacing" from phpcs exclusionsReedy2019-05-111-0/+1
* Get rid of unnecessary func_get_args() and friendsAryeh Gregor2019-04-121-5/+4
* Various fixes to make phan-taint-check happierBrian Wolff2019-03-021-6/+16
* Do not pass unused parameterJakub Vrana2018-12-011-1/+1
* exception: Add FIXME about code duplicationTimo Tijhof2018-09-281-0/+1
* exception: Avoid preg_replace for literal swapTimo Tijhof2018-09-271-1/+3
* Fix html <title> for exceptions during message parsing.Brian Wolff2018-09-011-2/+20
* Don't write exceptions to STDERR from BadTitleErrorTest or ThrottledErrorTestBrad Jorsch2018-02-161-1/+1
* Use ::class to resolve class names in includes filesUmherirrender2018-01-271-1/+1
* SECURITY: Escape internal error messageBrian Wolff2017-11-151-7/+9
* Provide message/warning/error box abstractionjdlrobson2017-11-131-2/+2
* Remove $wgExceptionHooksGergő Tisza2017-05-221-23/+2
* Clean up remaining get_class() usesTimo Tijhof2017-03-071-4/+4
* MWException: restore prior render() logicBryan Davis2016-10-011-1/+20
* Add MWExceptionRenderer class and decouple DBErrorAaron Schulz2016-09-141-45/+2
* Clean up array() syntax in docs, part IIIAmir Sarabadani2016-08-131-1/+1
* Provide a unique request identifierOri Livneh2016-03-251-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-2/+2
* Use HttpStatus::header instead of manually crafting header()Timo Tijhof2015-06-041-2/+6
* exception: Use standard message for HTTP status 500Timo Tijhof2015-06-031-2/+2
* Fix phpcs errors and warnings in includes/exceptionKunal Mehta2015-03-141-1/+2
* Add i18n for the infamous "Fatal exception of type MWException" errorboxFederico Leva2015-02-231-6/+14
* MWException: Log stack traces for php errors (not exceptions)Timo Tijhof2014-11-161-2/+0
* Revert "Replace wfMsgReplaceArgs by RawMessage"Anomie2014-09-291-4/+2