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
/
MediaWiki.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
MediaWiki: Avoid usage of deprecated `JobQueueGroup::singleton()`
Derick A
2021-07-12
1
-3
/
+3
*
Add statsd timing for actions
Tim Starling
2021-06-29
1
-3
/
+11
*
Add TransactionProfiler::silenceForScope()
Gergő Tisza
2021-05-16
1
-8
/
+5
*
Replace uses of DB_MASTER with DB_PRIMARY in documentation and local variables
James D. Forrester
2021-05-14
1
-1
/
+1
*
Remove deprecated https-related hooks
DannyS712
2021-04-30
1
-5
/
+0
*
build: Upgrade mediawiki-codesniffer from v35.0.0 to v36.0.0
James D. Forrester
2021-04-29
1
-1
/
+1
*
Reapply Content-Length deferred updates patches
Tim Starling
2021-04-08
1
-43
/
+113
*
Disable DEFER_SET_LENGTH_AND_FLUSH headers to avoid HTTP errors
Aaron Schulz
2021-04-06
1
-34
/
+3
*
Revert "Avoid HTTP protocol errors when fastcgi_finish_request() is unavailable"
Reedy
2021-04-02
1
-96
/
+56
*
Revert "Move logDataPageOutputOnly() call to outputResponsePayload()"
Reedy
2021-04-02
1
-8
/
+9
*
Move logDataPageOutputOnly() call to outputResponsePayload()
Aaron Schulz
2021-03-29
1
-9
/
+8
*
Merge "Avoid HTTP protocol errors when fastcgi_finish_request() is unavailable"
jenkins-bot
2021-03-24
1
-56
/
+96
|
\
|
*
Avoid HTTP protocol errors when fastcgi_finish_request() is unavailable
Aaron Schulz
2021-03-24
1
-56
/
+96
*
|
Limit the scope of when ErrorPageError is expected to be thrown
Aaron Schulz
2021-03-22
1
-16
/
+12
|
/
*
Merge "Remove MediaWiki::triggerJobs()"
jenkins-bot
2021-03-21
1
-46
/
+0
|
\
|
*
Remove MediaWiki::triggerJobs()
Tim Starling
2021-03-18
1
-46
/
+0
*
|
Replace various usages of PermissionManager with Authority
Petr Pchelko
2021-03-17
1
-6
/
+4
|
/
*
Allow top-right search form target to be modifiable
Cormac Parle
2021-03-12
1
-6
/
+8
*
Hard-deprecate MediaWiki::triggerJobs()
Aaron Schulz
2021-03-12
1
-0
/
+2
*
Add $wgChronologyProtectorStash and improve $wgMainStash comments
Aaron Schulz
2021-03-01
1
-47
/
+27
*
Use static closures where safe to use
Umherirrender
2021-02-11
1
-1
/
+1
*
rdbms: Use PSR-3 for ChronologyProtector shutdown debug message
Timo Tijhof
2021-01-07
1
-1
/
+0
*
Swap out uses of User->isLoggedIn() with ->isRegistered()
James D. Forrester
2020-12-22
1
-2
/
+2
*
Merge "Replace deprecated Title::getCdnUrls"
jenkins-bot
2020-11-13
1
-8
/
+10
|
\
|
*
Replace deprecated Title::getCdnUrls
Umherirrender
2020-11-03
1
-8
/
+10
*
|
Replace deprecated WikiPage::factory in MediaWiki class
Umherirrender
2020-11-11
1
-4
/
+4
|
/
*
Hard deprecation of Language::convertTitle(),
ArtBaltai
2020-10-20
1
-12
/
+15
*
Merge "Change invalid 'Content-Encoding: none' header"
jenkins-bot
2020-10-12
1
-1
/
+1
|
\
|
*
Change invalid 'Content-Encoding: none' header
Platonides
2020-07-26
1
-1
/
+1
*
|
Use strict (in)equality with namespaces constants when LHS is definitely an i...
Ed Sanders
2020-07-31
1
-1
/
+1
|
/
*
Introduce $wgForceHTTPS
Tim Starling
2020-06-30
1
-48
/
+89
*
Fix redirects using Special:MyLanguage etc. when using a mobile domain
Bartosz Dziewoński
2020-06-17
1
-1
/
+1
*
Merge "MediaWiki::parseTitle - remove use of Revision objects"
jenkins-bot
2020-06-03
1
-2
/
+8
|
\
|
*
MediaWiki::parseTitle - remove use of Revision objects
DannyS712
2020-06-03
1
-2
/
+8
*
|
Remove terminating line breaks from debug messages
Tim Starling
2020-06-03
1
-1
/
+1
|
/
*
Hooks::run() call site migration
Tim Starling
2020-05-30
1
-8
/
+10
*
exception: cleanup "caught_by" and use Throwable in more places
Aaron Schulz
2020-05-18
1
-12
/
+17
*
Fix numerous PSR12.Properties.ConstantVisibility.NotFound
Reedy
2020-05-12
1
-2
/
+2
*
Hard deprecate Action construction with WikiPage
ArtBaltai
2020-04-14
1
-4
/
+4
*
Hard deprecate Action::factory with null argument $action
ArtBaltai
2020-04-11
1
-1
/
+1
*
Fix post-send job running
Brad Jorsch
2020-03-19
1
-2
/
+2
*
Use MediaWikiServices::getMessageCache
Umherirrender
2020-03-14
1
-3
/
+4
*
Convert JobRunner into a service and use DI
Petr Pchelko
2020-02-27
1
-7
/
+6
*
Replace calls to Title::getUserPermissionsErrors (part 5)
DannyS712
2020-02-26
1
-1
/
+2
*
Introduce ContentHandlerFactory
ArtBaltai
2020-02-07
1
-1
/
+5
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-3
/
+3
*
Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse
James D. Forrester
2020-01-10
1
-4
/
+4
*
Fix typo: occured → occurred
Ammar
2019-10-06
1
-1
/
+1
*
HHVM removal: Remove use of HHVM_VERSION and register_postsend_function
Daimona Eaytoy
2019-10-04
1
-11
/
+4
*
Merge "Avoid using "enqueue" mode for deferred updates in doPostOutputShutdown"
jenkins-bot
2019-10-02
1
-51
/
+146
|
\
[next]