index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
exception
Commit message (
Expand
)
Author
Age
Files
Lines
*
exception: Tolerate no service container when trying DB rollback
daniel
2022-10-01
1
-18
/
+38
*
Use MainConfigNames constant to refer configs
Umherirrender
2022-08-17
1
-2
/
+2
*
Use spacey style also for code in comments and documentation
Fomafix
2022-08-12
1
-2
/
+2
*
Make use of ?? and ?: operators where it makes sense
Thiemo Kreuz
2022-08-04
1
-3
/
+1
*
language: Improve type hints in MessageCache.php
Timo Tijhof
2022-07-15
1
-6
/
+6
*
Do minor code cleanup
Matěj Suchánek
2022-06-24
1
-1
/
+0
*
Replace deprecated wfReadOnly/wfReadOnlyReason
Umherirrender
2022-06-20
1
-1
/
+3
*
REST: Hide exception message when wgShowExceptionDetails=false
Timo Tijhof
2022-05-26
1
-17
/
+4
*
exception: Inject wgShowExceptionDetails from Setup.php
Timo Tijhof
2022-05-22
2
-41
/
+32
*
Remove access to config globals from includes/exception
daniel
2022-05-12
3
-42
/
+100
*
rdbms: make automatic connection recovery more robust
Aaron Schulz
2022-04-14
1
-1
/
+3
*
Update comment to use AtEase
Alexander Vorwerk
2022-04-06
1
-1
/
+1
*
phan: Disable null_casts_as_any_type setting
Umherirrender
2022-03-21
2
-0
/
+2
*
Revert "rdbms: make automatic connection recovery apply to more cases"
Ladsgroup
2022-03-17
1
-3
/
+1
*
rdbms: make automatic connection recovery apply to more cases
Aaron Schulz
2022-03-09
1
-1
/
+3
*
Use HTTP 404 for BadTitleErrors instead of HTTP 400
Kunal Mehta
2022-02-27
1
-3
/
+15
*
Fix various documentation related to null types
Umherirrender
2022-02-26
1
-1
/
+1
*
exception: Simplify MWExceptionRenderer to reduce influence of config
Timo Tijhof
2022-01-30
2
-34
/
+20
*
Exceptions should use the message box class
Jon Robson
2022-01-29
1
-5
/
+10
*
exception: Undo use of MediaWikiServices
Timo Tijhof
2022-01-12
2
-37
/
+31
*
Refactor global variables to use MediaWikiServices instead
TChin
2022-01-10
2
-31
/
+37
*
Fix typos in comments (M)
Siddharth VP
2022-01-09
3
-7
/
+7
*
Remove or replace usages of "sane"
Reedy
2021-11-22
1
-1
/
+1
*
Merge "Revert "Introduce AbstractLocalizedException""
jenkins-bot
2021-09-14
3
-46
/
+2
|
\
|
*
Revert "Introduce AbstractLocalizedException"
TChin
2021-09-14
3
-46
/
+2
*
|
Merge "Introduce AbstractLocalizedException"
jenkins-bot
2021-09-10
3
-2
/
+46
|
\
|
|
*
Introduce AbstractLocalizedException
TChin
2021-09-10
3
-2
/
+46
*
|
Merge "MWExceptionHandler::rollbackMasterChangesAndLog: Hard-deprecate, unuse...
jenkins-bot
2021-09-08
1
-1
/
+1
|
\
\
|
*
|
MWExceptionHandler::rollbackMasterChangesAndLog: Hard-deprecate, unused anywhere
James D. Forrester
2021-09-07
1
-1
/
+1
*
|
|
Merge "Using @return never documentation on always-throw-function"
jenkins-bot
2021-09-08
1
-0
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Using @return never documentation on always-throw-function
Umherirrender
2021-09-07
1
-0
/
+3
|
|
/
*
/
MWExceptionHandler: Rename rollbackMasterChangesAndLog to rollbackPrimaryChan...
James D. Forrester
2021-09-03
1
-3
/
+16
|
/
*
ILoadBalancer/ILBFactory: Rename rollbackMasterChanges to rollbackPrimaryChanges
James D. Forrester
2021-09-02
1
-1
/
+1
*
build: Updating dependencies
libraryupgrader
2021-07-22
1
-2
/
+2
*
Handle INormalizedException in MWExceptionHandler
Gergő Tisza
2021-07-07
1
-2
/
+11
*
Make "A database query error has occurred" message link to documentation
Andre Klapper
2021-06-23
1
-1
/
+5
*
Suppress timeout reporting if headers are already sent
Arlo Breault
2021-06-09
1
-0
/
+11
*
Replace deprecated uses of PermissionManager with GroupPermissionsLookup
DannyS712
2021-05-26
1
-2
/
+3
*
Introduce Block interface and replace AbstractBlock.
daniel
2021-05-11
1
-3
/
+3
*
exception: Restore "PHP Deprecated" prefix for E_USER_DEPRECATED
Timo Tijhof
2021-04-07
1
-3
/
+8
*
Convert users of BlockErrorFormatter to UserIdentity
Petr Pchelko
2021-03-17
1
-2
/
+3
*
Allow PermissionError to be constructed with a PermissionStatus
Cindy Cicalese
2021-03-01
1
-2
/
+7
*
Use static closures where safe to use
Umherirrender
2021-02-11
1
-3
/
+3
*
RequestTimeout library integration
Tim Starling
2021-02-08
1
-11
/
+48
*
exception: Remove "exception_id" key in favour of reqId
Timo Tijhof
2021-01-18
1
-9
/
+10
*
exception: Add the 'from' file/line to the logged exception trace
Timo Tijhof
2021-01-16
1
-8
/
+5
*
Revert "Enhance GroupPermissionsLookup and use it."
Ppchelko
2021-01-12
1
-1
/
+1
*
Enhance GroupPermissionsLookup and use it.
Petr Pchelko
2021-01-11
1
-1
/
+1
*
build: Enable phan-taint-check-plugin and suppress issues
Umherirrender
2020-12-30
1
-1
/
+0
*
Merge "In MWExceptionHandler::report(), catch all throwables"
jenkins-bot
2020-12-15
1
-1
/
+1
|
\
[next]