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
*
Use type declaration on undocumented private functions
Umherirrender
2025-04-02
2
-2
/
+2
*
Replace a number of uses of class aliases with the real things
James D. Forrester
2025-03-26
1
-1
/
+1
*
Namespace all remaining files in includes/exception
James D. Forrester
2025-03-25
3
-4
/
+4
*
Namespace all remaining files in includes/jobqueue
James D. Forrester
2025-03-20
9
-10
/
+10
*
Fix GREATEST usage in site_stats
Pppery
2025-03-19
1
-7
/
+4
*
Replace call_user_func with dynamic function call
Umherirrender
2025-02-13
1
-1
/
+1
*
categorylinks: Add support for write both
Amir Sarabadani
2025-01-21
2
-9
/
+97
*
Remove 2-line PHPDocs that just repeat the types from the code
thiemowmde
2025-01-17
6
-29
/
+0
*
Remove trivial 1-line PHPDocs that just repeat the code
thiemowmde
2025-01-16
4
-24
/
+0
*
rdbms: remove MWLBFactory::applyGlobalState deferred update logic
Aaron Schulz
2024-12-19
1
-3
/
+5
*
search: Move SearchUpdate.php to /includes/search directory
Timo Tijhof
2024-11-26
1
-214
/
+0
*
Use ParserOutput::getLinkList() internally
C. Scott Ananian
2024-11-15
6
-11
/
+49
*
language: Move MessageCacheUpdate to language
Timo Tijhof
2024-11-14
1
-66
/
+0
*
Don't hardcode the file extension in searchindex normalization
Derk-Jan Hartman
2024-11-06
1
-10
/
+2
*
Rename various $connectionProvider vars to $dbProvider
Aaron Schulz
2024-10-28
1
-3
/
+3
*
Merge "rdbms: clear replica snapshots in (begin|commit|rollback)PrimaryChange...
jenkins-bot
2024-10-22
1
-4
/
+0
|
\
|
*
rdbms: clear replica snapshots in (begin|commit|rollback)PrimaryChanges()
Aaron Schulz
2024-10-09
1
-4
/
+0
*
|
Use namespaced classes
Umherirrender
2024-10-21
1
-1
/
+2
*
|
Use explicit nullable type on parameter arguments
Umherirrender
2024-10-16
1
-1
/
+1
*
|
deferred: Add @phan-mandatory-param for function name arguments
Umherirrender
2024-10-11
2
-2
/
+2
|
/
*
Merge "Deduplicate language links in ParserOutput and OutputPage"
jenkins-bot
2024-09-27
1
-1
/
+2
|
\
|
*
Deduplicate language links in ParserOutput and OutputPage
C. Scott Ananian
2024-09-26
1
-1
/
+2
*
|
Add namespace to IDBAccessObject and DBAccessObjectUtils
James D. Forrester
2024-09-27
2
-2
/
+2
|
/
*
Add missing documentation to class properties (miscellaneous classes)
Umherirrender
2024-09-14
2
-0
/
+4
*
Migrate all uses of deprecated URL global functions to use wfGetUrlUtils()
James D. Forrester
2024-09-10
1
-1
/
+1
*
Merge "deferred: Hard-deprecate LinksUpdate::getAddedLinks/getRemovedLinks"
jenkins-bot
2024-08-23
2
-3
/
+6
|
\
|
*
deferred: Hard-deprecate LinksUpdate::getAddedLinks/getRemovedLinks
Umherirrender
2024-07-30
2
-3
/
+6
*
|
Merge "deferred: remove BIG_QUEUE_SIZE logic that turned updates into jobs"
jenkins-bot
2024-08-20
2
-62
/
+1
|
\
\
|
*
|
deferred: remove BIG_QUEUE_SIZE logic that turned updates into jobs
Aaron Schulz
2024-08-20
2
-62
/
+1
*
|
|
Merge "deferred: simplify $dependeeDbws parameter type for MWCallableUpdate"
jenkins-bot
2024-08-12
2
-3
/
+3
|
\
\
\
|
*
|
|
deferred: simplify $dependeeDbws parameter type for MWCallableUpdate
Aaron Schulz
2024-08-09
2
-3
/
+3
*
|
|
|
Move remaining four classes in includes/content into Content namespace
James D. Forrester
2024-08-10
1
-1
/
+1
|
/
/
/
*
|
|
Merge "deferred: actually flush replica view snapshots in onRunUpdateStart()"
jenkins-bot
2024-08-09
1
-7
/
+8
|
\
\
\
|
*
|
|
deferred: actually flush replica view snapshots in onRunUpdateStart()
Aaron Schulz
2024-08-08
1
-7
/
+8
|
|
|
/
|
|
/
|
*
/
|
deferred: pass $fname to MWCallableUpdate callbacks and improve comments
Aaron Schulz
2024-08-08
2
-14
/
+35
|
/
/
*
/
Use expression builder instead of raw sql
Umherirrender
2024-07-23
2
-2
/
+2
|
/
*
Replace User, Title, and WikiPage in more signatures
Daimona Eaytoy
2024-07-10
2
-14
/
+17
*
rdbms: Warn about queries that don't provide the caller
Bartosz DziewoĆski
2024-05-31
2
-2
/
+5
*
Use RawSQLValue for some SET clauses in update/upsert
Umherirrender
2024-05-29
2
-5
/
+11
*
Merge "Remove TemplateLinksSchemaMigrationStage config"
jenkins-bot
2024-05-28
2
-23
/
+6
|
\
|
*
Remove TemplateLinksSchemaMigrationStage config
Umherirrender
2024-05-15
2
-23
/
+6
*
|
Add namespace and deprecation alias to RefreshSecondaryDataUpdate
Ebrahim Byagowi
2024-05-20
1
-4
/
+8
*
|
Import InvalidArgumentException at top of the source
Ebrahim Byagowi
2024-05-19
3
-3
/
+6
|
/
*
SiteStatsupdate: update to use StatsFactory
Cole White
2024-05-04
1
-2
/
+4
*
Stop using LoadBalancer::getConnectionRef() so it can be hard-deprecated
Amir Sarabadani
2024-04-30
1
-2
/
+2
*
search: Use ServiceOptions not full config object
Derick Alangi
2024-04-16
1
-3
/
+3
*
Substitute category default sort key when filling links table, not at parse time
C. Scott Ananian
2024-03-29
1
-0
/
+10
*
Drop old class_aliases for before MW 1.39 that were missed
James D. Forrester
2024-03-20
2
-6
/
+0
*
Standardise all our class alias deprecation comments for ease of grepping
James D. Forrester
2024-03-19
25
-25
/
+25
*
deferred: Migrate deferred updates metric to StatsLib
Derick Alangi
2024-03-18
1
-2
/
+6
[next]