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
/
maintenance
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
Same code style and formatting for exists-style SQL queries
Thiemo Kreuz
2021-08-12
4
-13
/
+7
*
|
|
|
|
Merge "Fix class name of InvalidateUserSessions"
jenkins-bot
2021-08-24
1
-2
/
+2
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fix class name of InvalidateUserSessions
Reedy
2021-08-23
1
-2
/
+2
*
|
|
|
|
benchmarks: Add benchmarkEval.php, for one-off benchmarks
Tim Starling
2021-08-23
1
-0
/
+51
|
/
/
/
/
*
|
|
/
benchmarks: Remove some old and trivial benchmarks
Timo Tijhof
2021-08-23
5
-422
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
Merge "Remove unneeded explicit true/false inside conditions"
jenkins-bot
2021-08-18
2
-2
/
+2
|
\
\
\
|
*
|
|
Remove unneeded explicit true/false inside conditions
Umherirrender
2021-08-17
2
-2
/
+2
*
|
|
|
Merge "Remove unneeded continue/return statements"
jenkins-bot
2021-08-18
1
-2
/
+0
|
\
\
\
\
|
*
|
|
|
Remove unneeded continue/return statements
Umherirrender
2021-08-17
1
-2
/
+0
|
|
/
/
/
*
/
/
/
Simplify else-branches after continue/break
Umherirrender
2021-08-17
1
-1
/
+2
|
/
/
/
*
|
|
Merge "Remove dead variables and functions and unneeded parenthesis"
jenkins-bot
2021-08-17
5
-23
/
+0
|
\
\
\
|
*
|
|
Remove dead variables and functions and unneeded parenthesis
Umherirrender
2021-08-13
5
-23
/
+0
*
|
|
|
Merge "Remove trailing dot/space from some exception messages and output stri...
jenkins-bot
2021-08-16
13
-17
/
+17
|
\
\
\
\
|
*
|
|
|
Remove trailing dot/space from some exception messages and output strings
Timo Tijhof
2021-08-04
13
-17
/
+17
*
|
|
|
|
Chinese Conversion Table Update 2021-1
Chiefwei
2021-08-15
14
-428
/
+387
*
|
|
|
|
Merge "Replace deprecated Http::get in importImages.php script"
jenkins-bot
2021-08-13
1
-2
/
+2
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Replace deprecated Http::get in importImages.php script
Umherirrender
2021-08-04
1
-2
/
+2
|
|
/
/
/
*
|
|
|
language: Add MediaWiki\Languages\Data namespace to PSR-4 autoloader
Timo Tijhof
2021-08-10
2
-2
/
+2
*
|
|
|
language: Autoload normalize data and remove transformUsingPairFile compat
Timo Tijhof
2021-08-10
3
-6
/
+14
|
|
/
/
|
/
|
|
*
|
|
Remove explicit LIMIT 1 when using IDatabase::selectRow/selectField
Umherirrender
2021-08-06
2
-3
/
+2
|
/
/
*
|
Replace deprecated Language function in generateSitemap.php script
Umherirrender
2021-08-04
1
-3
/
+5
*
|
ILoadBalancer and IDatabase: Rename getMasterPos to getPrimaryPos
James D. Forrester
2021-08-02
2
-2
/
+2
*
|
Rename DB primary position interfaces to DBPrimaryPos and MySQLPrimaryPos
James D. Forrester
2021-08-02
1
-1
/
+1
*
|
Merge "Prevent passing empty array to max()"
jenkins-bot
2021-08-02
1
-0
/
+3
|
\
\
|
*
|
Prevent passing empty array to max()
Ammarpad
2021-07-26
1
-0
/
+3
|
|
/
*
|
maintenance: Remove LanguageFactory dependency from Benchmarker.php
Timo Tijhof
2021-08-02
1
-6
/
+26
*
|
Support fluent interface for PageUpdater
TChin
2021-07-29
1
-10
/
+11
*
|
Hard deprecate User group methods
vladshapik
2021-07-23
5
-12
/
+26
|
/
*
More master -> primary documentation and internal var renaming
James D. Forrester
2021-07-15
7
-9
/
+9
*
deleteOrphanedRevisions: remove unneeded pass by reference
DannyS712
2021-07-15
1
-2
/
+2
*
Replace getMasterDB methods with getPrimaryDB
James D. Forrester
2021-07-14
1
-1
/
+1
*
Schema migration for revison_actor_temp table removal
Tim Starling
2021-07-14
3
-25
/
+152
*
Add maintenance script to invalidate a users bot passwords
Reedy
2021-07-13
1
-0
/
+53
*
maintenance: Move username/userid validation into Maintenance class
Reedy
2021-07-13
2
-10
/
+29
*
Fix some @stable for ... annotations to use @stable to ...
DannyS712
2021-07-08
1
-14
/
+14
*
Avoid using deprecated wfGetDB() in two maintenance scripts
Amir Sarabadani
2021-07-07
2
-2
/
+2
*
Don't access MWServices prematurely in Maintenence.php
Petr Pchelko
2021-06-30
1
-10
/
+22
*
Merge "Improvements to fixMergeHistoryCorruption.php"
jenkins-bot
2021-06-30
1
-45
/
+59
|
\
|
*
Improvements to fixMergeHistoryCorruption.php
Tim Starling
2021-06-29
1
-45
/
+59
*
|
Add --sleep option to refreshImageMetadata.php
Amir Sarabadani
2021-06-29
1
-0
/
+10
*
|
Merge "Fix a bunch of random typos"
jenkins-bot
2021-06-29
1
-1
/
+1
|
\
\
|
*
|
Fix a bunch of random typos
DannyS712
2021-06-29
1
-1
/
+1
*
|
|
Merge "Manual and automatic image metadata reserialization"
jenkins-bot
2021-06-29
2
-17
/
+41
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Manual and automatic image metadata reserialization
Tim Starling
2021-06-26
2
-17
/
+41
*
|
|
Merge "Use IEC prefixes instead of SI prefixes for byte sizes (docs+backend)"
jenkins-bot
2021-06-29
1
-1
/
+1
|
\
\
\
|
*
|
|
Use IEC prefixes instead of SI prefixes for byte sizes (docs+backend)
Fomafix
2021-06-28
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge "TableCleanup: stop writing to $wgUser"
jenkins-bot
2021-06-28
1
-6
/
+0
|
\
\
\
|
*
|
|
TableCleanup: stop writing to $wgUser
DannyS712
2021-06-02
1
-6
/
+0
*
|
|
|
Use WikiPage::doUserEditContent() instead of ::doEditContent()
DannyS712
2021-06-28
3
-9
/
+8
|
|
/
/
|
/
|
|
*
|
|
Merge "Factor out LoggedUpdateMaintenance::setForce()"
jenkins-bot
2021-06-24
3
-16
/
+8
|
\
\
\
[prev]
[next]