aboutsummaryrefslogtreecommitdiffstats
path: root/includes/exception
Commit message (Expand)AuthorAgeFilesLines
* moved Exception classes from ContentHandler.phpmynk-962016-12-262-0/+35
* Add a caught_by context field to exceptionsAaron Schulz2016-12-211-13/+29
* Merge "Add ILocalizedException interface"jenkins-bot2016-12-163-6/+83
|\
| * Add ILocalizedException interfaceBrad Jorsch2016-12-083-6/+83
* | Always show exceptions of type 'error' in LTRHuji Lee2016-12-121-2/+2
|/
* Include getPublicLogMessage() in double-exception messagesAaron Schulz2016-11-211-1/+3
* Merge "Replace wgShowExceptionDetails with wgShowDBErrorBacktrace on db errors"jenkins-bot2016-11-211-7/+20
|\
| * Replace wgShowExceptionDetails with wgShowDBErrorBacktrace on db errorsReedy2016-11-211-7/+20
* | Exception renderer: Remove useless check for isCommandLine()Chad Horohoe2016-11-211-5/+1
|/
* MWExceptionHandler: Do not use 'exception' for custom log dataBryan Davis2016-11-071-1/+1
* Merge "Relax phpdoc of PermissionError to match actual usage"jenkins-bot2016-10-201-2/+9
|\
| * Relax phpdoc of PermissionError to match actual usageGergő Tisza2016-10-181-2/+9
* | Postgres installation fixesAaron Schulz2016-10-171-1/+6
|/
* MWException: restore prior render() logicBryan Davis2016-10-011-1/+20
* Exception rendering fixesAaron Schulz2016-09-302-11/+9
* MWExceptionHandler: Restore delegation to MWException::reportBryan Davis2016-09-301-1/+9
* Fix function name caseMax Semenik2016-09-261-1/+1
* Fix "MWExceptionRenderer::getText() should not be called statically" errorsAaron Schulz2016-09-191-1/+1
* Make MWExceptionRenderer work with PHP7's exception changesBrad Jorsch2016-09-191-17/+17
* Merge "Split out ConvertableTimestamp class"jenkins-bot2016-09-161-7/+0
|\
| * Split out ConvertableTimestamp classAaron Schulz2016-09-161-7/+0
* | Fix $wgFileCache DB outage fallbackAaron Schulz2016-09-161-1/+1
|/
* Exception cleanups for LoadBalancerAaron Schulz2016-09-151-6/+10
* Add MWExceptionRenderer class and decouple DBErrorAaron Schulz2016-09-143-110/+412
* Clean up array() syntax from docs, part VIAmir Sarabadani2016-09-121-1/+1
* Make DeferredUpdates able to run DataUpdatesAaron Schulz2016-09-021-3/+4
* Clean up array() syntax in docs, part IIIAmir Sarabadani2016-08-131-1/+1
* MWExceptionHandler: Fix PHP7 compatibilityKunal Mehta2016-07-121-1/+5
* Show request id in Exception pages even if $wgShowExceptionDetails is falseGlaisher2016-06-201-5/+6
* exception: Create generic BadRequestError based on ErrorPageErrorTimo Tijhof2016-05-192-16/+38
* Use AuthManager on special pagesGergő Tisza2016-05-161-2/+2
* Change \\ to \ in phpdocGergő Tisza2016-04-081-0/+4
* Provide a unique request identifierOri Livneh2016-03-252-10/+9
* Convert all array() syntax to []Kunal Mehta2016-02-178-29/+29
* Remove various double empty newlinesumherirrender2015-12-271-1/+0
* Pass __METHOD__ to load balancer commit/rollback methodsAaron Schulz2015-12-221-1/+1
* Fix some MWExceptionHandler IDEA errorsAaron Schulz2015-12-131-0/+2
* clone is not a functionumherirrender2015-10-161-1/+1
* Handle $frame['function'] not being set in stack framesAlex Monk2015-10-141-2/+4
* resourceloader: Include exception log id in error messageTimo Tijhof2015-09-251-0/+8
* HttpError: Convert line breaks in text message to <br>Timo Tijhof2015-09-161-1/+1
* Make MWExceptionHandler work with PHP7's exception changesjeroendedauw2015-09-161-22/+22
* Enhance debug log output for stacktracesBryan Davis2015-09-081-12/+12
* Enhance stacktrace logging for fatalsBryan Davis2015-09-081-41/+132
* Fix some space-related phpcs warnings in includes/Ricordisamoa2015-08-151-1/+1
* Remove unused globalsRicordisamoa2015-08-151-4/+0
* Convert MWExceptionHandler to use structured loggingBryan Davis2015-07-151-46/+96
* Use mediawiki/at-ease library for suppressing warningsKunal Mehta2015-06-111-1/+1
* Use HttpStatus::header instead of manually crafting header()Timo Tijhof2015-06-042-5/+7
* Add a hook for reporting exceptionsGergő Tisza2015-06-031-1/+6