aboutsummaryrefslogtreecommitdiffstats
path: root/includes/exception
Commit message (Expand)AuthorAgeFilesLines
* exception: Tolerate no service container when trying DB rollbackdaniel2022-10-011-18/+38
* Use MainConfigNames constant to refer configsUmherirrender2022-08-171-2/+2
* Use spacey style also for code in comments and documentationFomafix2022-08-121-2/+2
* Make use of ?? and ?: operators where it makes senseThiemo Kreuz2022-08-041-3/+1
* language: Improve type hints in MessageCache.phpTimo Tijhof2022-07-151-6/+6
* Do minor code cleanupMatěj Suchánek2022-06-241-1/+0
* Replace deprecated wfReadOnly/wfReadOnlyReasonUmherirrender2022-06-201-1/+3
* REST: Hide exception message when wgShowExceptionDetails=falseTimo Tijhof2022-05-261-17/+4
* exception: Inject wgShowExceptionDetails from Setup.phpTimo Tijhof2022-05-222-41/+32
* Remove access to config globals from includes/exceptiondaniel2022-05-123-42/+100
* rdbms: make automatic connection recovery more robustAaron Schulz2022-04-141-1/+3
* Update comment to use AtEaseAlexander Vorwerk2022-04-061-1/+1
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-212-0/+2
* Revert "rdbms: make automatic connection recovery apply to more cases"Ladsgroup2022-03-171-3/+1
* rdbms: make automatic connection recovery apply to more casesAaron Schulz2022-03-091-1/+3
* Use HTTP 404 for BadTitleErrors instead of HTTP 400Kunal Mehta2022-02-271-3/+15
* Fix various documentation related to null typesUmherirrender2022-02-261-1/+1
* exception: Simplify MWExceptionRenderer to reduce influence of configTimo Tijhof2022-01-302-34/+20
* Exceptions should use the message box classJon Robson2022-01-291-5/+10
* exception: Undo use of MediaWikiServicesTimo Tijhof2022-01-122-37/+31
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-102-31/+37
* Fix typos in comments (M)Siddharth VP2022-01-093-7/+7
* Remove or replace usages of "sane"Reedy2021-11-221-1/+1
* Merge "Revert "Introduce AbstractLocalizedException""jenkins-bot2021-09-143-46/+2
|\
| * Revert "Introduce AbstractLocalizedException"TChin2021-09-143-46/+2
* | Merge "Introduce AbstractLocalizedException"jenkins-bot2021-09-103-2/+46
|\|
| * Introduce AbstractLocalizedExceptionTChin2021-09-103-2/+46
* | Merge "MWExceptionHandler::rollbackMasterChangesAndLog: Hard-deprecate, unuse...jenkins-bot2021-09-081-1/+1
|\ \
| * | MWExceptionHandler::rollbackMasterChangesAndLog: Hard-deprecate, unused anywhereJames D. Forrester2021-09-071-1/+1
* | | Merge "Using @return never documentation on always-throw-function"jenkins-bot2021-09-081-0/+3
|\ \ \ | |/ / |/| |
| * | Using @return never documentation on always-throw-functionUmherirrender2021-09-071-0/+3
| |/
* / MWExceptionHandler: Rename rollbackMasterChangesAndLog to rollbackPrimaryChan...James D. Forrester2021-09-031-3/+16
|/
* ILoadBalancer/ILBFactory: Rename rollbackMasterChanges to rollbackPrimaryChangesJames D. Forrester2021-09-021-1/+1
* build: Updating dependencieslibraryupgrader2021-07-221-2/+2
* Handle INormalizedException in MWExceptionHandlerGergő Tisza2021-07-071-2/+11
* Make "A database query error has occurred" message link to documentationAndre Klapper2021-06-231-1/+5
* Suppress timeout reporting if headers are already sentArlo Breault2021-06-091-0/+11
* Replace deprecated uses of PermissionManager with GroupPermissionsLookupDannyS7122021-05-261-2/+3
* Introduce Block interface and replace AbstractBlock.daniel2021-05-111-3/+3
* exception: Restore "PHP Deprecated" prefix for E_USER_DEPRECATEDTimo Tijhof2021-04-071-3/+8
* Convert users of BlockErrorFormatter to UserIdentityPetr Pchelko2021-03-171-2/+3
* Allow PermissionError to be constructed with a PermissionStatusCindy Cicalese2021-03-011-2/+7
* Use static closures where safe to useUmherirrender2021-02-111-3/+3
* RequestTimeout library integrationTim Starling2021-02-081-11/+48
* exception: Remove "exception_id" key in favour of reqIdTimo Tijhof2021-01-181-9/+10
* exception: Add the 'from' file/line to the logged exception traceTimo Tijhof2021-01-161-8/+5
* Revert "Enhance GroupPermissionsLookup and use it."Ppchelko2021-01-121-1/+1
* Enhance GroupPermissionsLookup and use it.Petr Pchelko2021-01-111-1/+1
* build: Enable phan-taint-check-plugin and suppress issuesUmherirrender2020-12-301-1/+0
* Merge "In MWExceptionHandler::report(), catch all throwables"jenkins-bot2020-12-151-1/+1
|\