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
*
moved Exception classes from ContentHandler.php
mynk-96
2016-12-26
2
-0
/
+35
*
Add a caught_by context field to exceptions
Aaron Schulz
2016-12-21
1
-13
/
+29
*
Merge "Add ILocalizedException interface"
jenkins-bot
2016-12-16
3
-6
/
+83
|
\
|
*
Add ILocalizedException interface
Brad Jorsch
2016-12-08
3
-6
/
+83
*
|
Always show exceptions of type 'error' in LTR
Huji Lee
2016-12-12
1
-2
/
+2
|
/
*
Include getPublicLogMessage() in double-exception messages
Aaron Schulz
2016-11-21
1
-1
/
+3
*
Merge "Replace wgShowExceptionDetails with wgShowDBErrorBacktrace on db errors"
jenkins-bot
2016-11-21
1
-7
/
+20
|
\
|
*
Replace wgShowExceptionDetails with wgShowDBErrorBacktrace on db errors
Reedy
2016-11-21
1
-7
/
+20
*
|
Exception renderer: Remove useless check for isCommandLine()
Chad Horohoe
2016-11-21
1
-5
/
+1
|
/
*
MWExceptionHandler: Do not use 'exception' for custom log data
Bryan Davis
2016-11-07
1
-1
/
+1
*
Merge "Relax phpdoc of PermissionError to match actual usage"
jenkins-bot
2016-10-20
1
-2
/
+9
|
\
|
*
Relax phpdoc of PermissionError to match actual usage
Gergő Tisza
2016-10-18
1
-2
/
+9
*
|
Postgres installation fixes
Aaron Schulz
2016-10-17
1
-1
/
+6
|
/
*
MWException: restore prior render() logic
Bryan Davis
2016-10-01
1
-1
/
+20
*
Exception rendering fixes
Aaron Schulz
2016-09-30
2
-11
/
+9
*
MWExceptionHandler: Restore delegation to MWException::report
Bryan Davis
2016-09-30
1
-1
/
+9
*
Fix function name case
Max Semenik
2016-09-26
1
-1
/
+1
*
Fix "MWExceptionRenderer::getText() should not be called statically" errors
Aaron Schulz
2016-09-19
1
-1
/
+1
*
Make MWExceptionRenderer work with PHP7's exception changes
Brad Jorsch
2016-09-19
1
-17
/
+17
*
Merge "Split out ConvertableTimestamp class"
jenkins-bot
2016-09-16
1
-7
/
+0
|
\
|
*
Split out ConvertableTimestamp class
Aaron Schulz
2016-09-16
1
-7
/
+0
*
|
Fix $wgFileCache DB outage fallback
Aaron Schulz
2016-09-16
1
-1
/
+1
|
/
*
Exception cleanups for LoadBalancer
Aaron Schulz
2016-09-15
1
-6
/
+10
*
Add MWExceptionRenderer class and decouple DBError
Aaron Schulz
2016-09-14
3
-110
/
+412
*
Clean up array() syntax from docs, part VI
Amir Sarabadani
2016-09-12
1
-1
/
+1
*
Make DeferredUpdates able to run DataUpdates
Aaron Schulz
2016-09-02
1
-3
/
+4
*
Clean up array() syntax in docs, part III
Amir Sarabadani
2016-08-13
1
-1
/
+1
*
MWExceptionHandler: Fix PHP7 compatibility
Kunal Mehta
2016-07-12
1
-1
/
+5
*
Show request id in Exception pages even if $wgShowExceptionDetails is false
Glaisher
2016-06-20
1
-5
/
+6
*
exception: Create generic BadRequestError based on ErrorPageError
Timo Tijhof
2016-05-19
2
-16
/
+38
*
Use AuthManager on special pages
Gergő Tisza
2016-05-16
1
-2
/
+2
*
Change \\ to \ in phpdoc
Gergő Tisza
2016-04-08
1
-0
/
+4
*
Provide a unique request identifier
Ori Livneh
2016-03-25
2
-10
/
+9
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
8
-29
/
+29
*
Remove various double empty newlines
umherirrender
2015-12-27
1
-1
/
+0
*
Pass __METHOD__ to load balancer commit/rollback methods
Aaron Schulz
2015-12-22
1
-1
/
+1
*
Fix some MWExceptionHandler IDEA errors
Aaron Schulz
2015-12-13
1
-0
/
+2
*
clone is not a function
umherirrender
2015-10-16
1
-1
/
+1
*
Handle $frame['function'] not being set in stack frames
Alex Monk
2015-10-14
1
-2
/
+4
*
resourceloader: Include exception log id in error message
Timo Tijhof
2015-09-25
1
-0
/
+8
*
HttpError: Convert line breaks in text message to <br>
Timo Tijhof
2015-09-16
1
-1
/
+1
*
Make MWExceptionHandler work with PHP7's exception changes
jeroendedauw
2015-09-16
1
-22
/
+22
*
Enhance debug log output for stacktraces
Bryan Davis
2015-09-08
1
-12
/
+12
*
Enhance stacktrace logging for fatals
Bryan Davis
2015-09-08
1
-41
/
+132
*
Fix some space-related phpcs warnings in includes/
Ricordisamoa
2015-08-15
1
-1
/
+1
*
Remove unused globals
Ricordisamoa
2015-08-15
1
-4
/
+0
*
Convert MWExceptionHandler to use structured logging
Bryan Davis
2015-07-15
1
-46
/
+96
*
Use mediawiki/at-ease library for suppressing warnings
Kunal Mehta
2015-06-11
1
-1
/
+1
*
Use HttpStatus::header instead of manually crafting header()
Timo Tijhof
2015-06-04
2
-5
/
+7
*
Add a hook for reporting exceptions
Gergő Tisza
2015-06-03
1
-1
/
+6
[next]