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
/
deferred
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Add small HtmlCacheUpdater service class to normalize purging code
Aaron Schulz
2019-08-06
4
-28
/
+83
*
|
Merge "Clean up spacing of doc comments"
jenkins-bot
2019-08-05
1
-1
/
+1
|
\
\
|
*
|
Clean up spacing of doc comments
Umherirrender
2019-08-05
1
-1
/
+1
|
|
/
*
|
Merge "Make LinksUpdate no longer extend EnqueueableDataUpdate"
jenkins-bot
2019-08-05
1
-36
/
+1
|
\
\
|
|
/
|
/
|
|
*
Make LinksUpdate no longer extend EnqueueableDataUpdate
Aaron Schulz
2019-08-05
1
-36
/
+1
*
|
Deprecate SearchEngine:getTextFromContent() and SearchEngine::textAlreadyUpda...
David Causse
2019-08-01
1
-4
/
+2
*
|
Simplify SearchUpdate constructor and hard deprecate some param types
David Causse
2019-08-01
1
-20
/
+20
|
/
*
Clean up DeferredUpdates transaction handling
Aaron Schulz
2019-07-18
1
-14
/
+17
*
Remove $wgSiteStatsAsyncFactor feature and related $wgMainStash use
Aaron Schulz
2019-07-13
1
-162
/
+38
*
Switch various LoadBalancer::getConnection() callers to getConnectionRef()
Aaron Schulz
2019-07-12
2
-5
/
+5
*
Merge "Log errors in DeferredUpdates::handleUpdateQueue()"
jenkins-bot
2019-07-11
1
-52
/
+117
|
\
|
*
Log errors in DeferredUpdates::handleUpdateQueue()
Aaron Schulz
2019-07-11
1
-52
/
+117
*
|
Reduce contention of getScopedLockAndFlush() callers by using the DB domain i...
Aaron Schulz
2019-07-11
1
-1
/
+1
|
/
*
Merge "Various fixes and simplifications to RefreshLinksJob::runTitle()"
jenkins-bot
2019-07-11
1
-1
/
+1
|
\
|
*
Various fixes and simplifications to RefreshLinksJob::runTitle()
Aaron Schulz
2019-07-11
1
-1
/
+1
*
|
Merge "Make UserEditCountUpdate::doUpdate avoid comparing IDatabase instances"
jenkins-bot
2019-07-02
1
-9
/
+8
|
\
\
|
*
|
Make UserEditCountUpdate::doUpdate avoid comparing IDatabase instances
Aaron Schulz
2019-07-02
1
-9
/
+8
|
|
/
*
/
Pass column as string to IDatabase::selectField
Umherirrender
2019-06-30
1
-1
/
+1
|
/
*
rdbms: rename safeWaitForMasterPos() to waitForMasterPos() in ILoadBalancer
Aaron Schulz
2019-06-22
1
-1
/
+1
*
Use [...] instead of array(...) in PHP comments and documentation
Fomafix
2019-06-17
1
-1
/
+1
*
Replace some uses of deprecated wfFindFile() and wfLocalFile()
Derick Alangi
2019-06-11
1
-1
/
+2
*
Pass options as array to IDatabase::insert
Umherirrender
2019-06-07
1
-1
/
+1
*
Make sure that each DataUpdate still has outer transaction scope
Aaron Schulz
2019-05-30
2
-10
/
+23
*
Merge "Introduce TransactionRoundAwareUpdate interface"
jenkins-bot
2019-05-25
3
-17
/
+69
|
\
|
*
Introduce TransactionRoundAwareUpdate interface
Aaron Schulz
2019-05-25
3
-17
/
+69
*
|
Rename CDN config variables to be generic, deprecating the old names
James D. Forrester
2019-05-24
1
-10
/
+10
|
/
*
Reinstate small category refresh logic in LinksDeletionUpdate
Aaron Schulz
2019-04-23
1
-1
/
+1
*
Merge "jobqueue: add GenericParameterJob and RunnableJob interface"
jenkins-bot
2019-04-10
1
-7
/
+4
|
\
|
*
jobqueue: add GenericParameterJob and RunnableJob interface
Aaron Schulz
2019-04-08
1
-7
/
+4
*
|
NamespaceInfo service to replace MWNamespace
Aryeh Gregor
2019-04-10
1
-1
/
+2
|
/
*
Update DeferredUpdates::enqueueUpdates() to look for the DB domain
Aaron Schulz
2019-03-29
1
-1
/
+2
*
Make LinksDeletionUpdate a subclass of LinksUpdate
daniel
2019-03-27
2
-125
/
+24
*
Make EnqueueableDataUpdate use DB domain IDs
Aaron Schulz
2019-03-27
4
-5
/
+6
*
Support more coupled DBs in AtomicSectionUpdate/AutoCommitUpdate
Aaron Schulz
2019-03-21
3
-10
/
+30
*
Revert "Split out new RefreshSecondaryDataUpdate class"
Timo Tijhof
2019-03-19
3
-128
/
+36
*
Make DeferredUpdates enqueue updates that failed to run when possible
Aaron Schulz
2019-03-15
1
-0
/
+10
*
Merge "deferred: Remove deprecated CdnCacheUpdate::newSimplePurge"
jenkins-bot
2019-03-15
1
-9
/
+0
|
\
|
*
deferred: Remove deprecated CdnCacheUpdate::newSimplePurge
Timo Tijhof
2019-03-15
1
-9
/
+0
*
|
Split out new RefreshSecondaryDataUpdate class
Aaron Schulz
2019-03-15
2
-36
/
+118
|
/
*
Merge "Make LinksUpdate::getPropertyDeletions private"
jenkins-bot
2019-03-06
1
-1
/
+1
|
\
|
*
Make LinksUpdate::getPropertyDeletions private
Aaron Schulz
2019-03-06
1
-1
/
+1
*
|
Add more documentation to DeferredUpdates::doUpdates
Aaron Schulz
2019-03-06
1
-0
/
+3
|
/
*
Avoid use of deprecated ObjectCache::getMainWANInstance method
Aaron Schulz
2019-03-01
1
-1
/
+2
*
Expose external link additions and deletions
Baha
2019-02-07
1
-2
/
+45
*
Rename WikiMap DB domain ID methods to reduce confusion with web domains
Aaron Schulz
2019-02-06
2
-2
/
+2
*
Remove deprecated class SquidUpdate
Umherirrender
2019-02-05
1
-7
/
+0
*
build: Updating mediawiki/mediawiki-codesniffer to 23.0.0
Umherirrender
2018-12-01
1
-4
/
+5
*
Use new externallinks.el_index_60 field
Brad Jorsch
2018-11-12
1
-1
/
+1
*
Merge "Create JobQueueEnqueueUpdate class to call JobQueueGroup::pushLazyJobs()"
jenkins-bot
2018-10-28
1
-0
/
+64
|
\
|
*
Create JobQueueEnqueueUpdate class to call JobQueueGroup::pushLazyJobs()
Aaron Schulz
2018-10-28
1
-0
/
+64
[prev]
[next]