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
*
Remove empty lines from PHP and JavaScript comment blocks
Thiemo Mättig
2016-12-09
1
-1
/
+1
*
Remove empty lines at end of functions
umherirrender
2016-11-05
1
-1
/
+0
*
Make updateCategoryCounts() have better lag checks
Aaron Schulz
2016-10-20
1
-41
/
+76
*
Use namespaced ScopedCallback
Kunal Mehta
2016-10-17
2
-0
/
+2
*
Make SessionBackend::save() update the user post-send
Aaron Schulz
2016-10-12
1
-0
/
+16
*
Merge "Add transaction ticket to LinksUpdateComplete hook"
jenkins-bot
2016-09-23
1
-1
/
+1
|
\
|
*
Add transaction ticket to LinksUpdateComplete hook
Aaron Schulz
2016-09-23
1
-1
/
+1
*
|
Call setTransactionTicket() on DeferredUpdates sub-queue items too
Aaron Schulz
2016-09-22
1
-0
/
+4
|
/
*
Avoid using cascadingDeletes()/cleanupTriggers()
Aaron Schulz
2016-09-18
1
-79
/
+73
*
Remove wfGetCaller() dependency from DatabaseBase
Aaron Schulz
2016-09-15
4
-6
/
+9
*
Make SiteStatsUpdate implement MergeableUpdate
Aaron Schulz
2016-09-14
1
-7
/
+14
*
Make DeferredUpdates call setTransactionTicket() on all DataUpdate tasks
Aaron Schulz
2016-09-12
1
-1
/
+9
*
Make DeferredUpdates::execute() protected
Aaron Schulz
2016-09-13
2
-4
/
+7
*
Merge "Clarify and update DeferredUpdates docs"
jenkins-bot
2016-09-07
1
-3
/
+10
|
\
|
*
Clarify and update DeferredUpdates docs
Aaron Schulz
2016-09-07
1
-3
/
+10
*
|
Merge "Make deferred updates fully own their transaction rounds"
jenkins-bot
2016-09-06
1
-2
/
+3
|
\
\
|
*
|
Make deferred updates fully own their transaction rounds
Aaron Schulz
2016-09-03
1
-2
/
+3
|
|
/
*
/
Rename DB_SLAVE constant to DB_REPLICA
Aaron Schulz
2016-09-05
1
-1
/
+1
|
/
*
Make DeferredUpdates able to run DataUpdates
Aaron Schulz
2016-09-02
4
-123
/
+136
*
Move run-on-add logic in DeferredUpdates to addUpdate()
Aaron Schulz
2016-09-02
1
-22
/
+11
*
Remove $recursionGuard var from tryOpportunisticExecute()
Aaron Schulz
2016-09-01
1
-20
/
+10
*
Remove unused custom transaction logic from DataUpdate
Aaron Schulz
2016-09-01
4
-132
/
+7
*
Merge "Use transaction listener to run DeferredUpdates in CLI mode"
jenkins-bot
2016-09-01
1
-0
/
+108
|
\
|
*
Use transaction listener to run DeferredUpdates in CLI mode
Aaron Schulz
2016-09-01
1
-0
/
+108
*
|
Deprecate SqlDataUpdate
Aaron Schulz
2016-09-01
1
-0
/
+2
|
/
*
Links update class cleanups
Aaron Schulz
2016-08-31
2
-66
/
+95
*
LinksUpdate: Add functions returning changed page properties
cenarium
2016-08-29
1
-3
/
+34
*
Clear SiteStats process cache after DB update
Tim Starling
2016-08-25
1
-0
/
+6
*
Move EnqueueableDataUpdate to a separate file
Aaron Schulz
2016-08-22
2
-15
/
+15
*
Move invalidatePages() to new PurgeJobUtils class
Aaron Schulz
2016-08-23
2
-51
/
+2
*
Add convenience commitAndWaitForReplication() method
Aaron Schulz
2016-08-16
3
-10
/
+26
*
Merge "Database transaction flushing cleanups"
jenkins-bot
2016-08-16
2
-10
/
+13
|
\
|
*
Database transaction flushing cleanups
Aaron Schulz
2016-08-16
2
-10
/
+13
*
|
Make various MWCallableUpdate usages rollback-safe
Aaron Schulz
2016-08-15
4
-7
/
+23
|
/
*
Canonicalise '@deprecated since' doc comments
Bartosz Dziewoński
2016-08-02
1
-1
/
+1
*
Renamed MWCallableUpdate class file to match the class
Aaron Schulz
2016-07-26
1
-0
/
+0
*
Make statsd counts for MWCallableUpdate actually useful
Aaron Schulz
2016-07-21
5
-12
/
+41
*
Add AutoCommitUpdate class and replace some onTransactionIdle callers
Aaron Schulz
2016-07-21
2
-7
/
+71
*
Merge "Simplify lock release in LinksDeletionUpdate"
jenkins-bot
2016-07-20
1
-4
/
+2
|
\
|
*
Simplify lock release in LinksDeletionUpdate
Aaron Schulz
2016-07-19
1
-4
/
+2
*
|
Merge "Convert SiteStatsUpdate to using newer addCallableUpdate method"
jenkins-bot
2016-07-20
1
-1
/
+1
|
\
\
|
*
|
Convert SiteStatsUpdate to using newer addCallableUpdate method
Aaron Schulz
2016-07-19
1
-1
/
+1
|
|
/
*
|
Merge "Improvements to RefreshLinksJob/DeleteLinksJob locking"
jenkins-bot
2016-07-19
1
-8
/
+6
|
\
\
|
|
/
|
/
|
|
*
Improvements to RefreshLinksJob/DeleteLinksJob locking
Aaron Schulz
2016-07-19
1
-8
/
+6
*
|
Only store currently-existing categories in the categories table
Brad Jorsch
2016-07-18
1
-1
/
+16
|
/
*
Merge "Add statsd logging of DeferredUpdates"
jenkins-bot
2016-06-20
1
-1
/
+4
|
\
|
*
Add statsd logging of DeferredUpdates
Aaron Schulz
2016-06-18
1
-1
/
+4
*
|
Provide CategoryAfterPageRemoved hook handlers with deleted page IDs
Aaron Schulz
2016-06-20
1
-1
/
+1
|
/
*
Merge "Use the specified page ID for LinksDeletionUpdate"
jenkins-bot
2016-06-14
1
-3
/
+3
|
\
|
*
Use the specified page ID for LinksDeletionUpdate
Aaron Schulz
2016-06-13
1
-3
/
+3
[next]