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
/
findMissingFiles.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use $string === '' instead of strlen( $string ) === 0
Fomafix
2025-01-30
1
-1
/
+1
*
add `use MediaWiki\Maintenance\Maintenance` to some maintenance classes
Novem Linguae
2024-12-04
1
-0
/
+2
*
Exclude boilerplate maintenance code from code coverage reports
Dreamy Jazz
2024-08-27
1
-0
/
+4
*
maintenance: Migrate to expression builders
Amir Sarabadani
2024-01-17
1
-3
/
+3
*
maintenance: Begin using `Maintenance::getServiceContainer()`
Derick Alangi
2023-09-04
1
-3
/
+1
*
Migrate more calls of Database::select* to SelectQueryBuilder
Amir Sarabadani
2023-07-26
1
-20
/
+15
*
maintenance: Switch simple calls of Database::select to SQB
Amir Sarabadani
2023-07-19
1
-5
/
+6
*
Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment
Reedy
2020-05-21
1
-1
/
+2
*
maintenance: Avoid deprecated usage of RepoGroup::singleton()
Derick A
2020-02-18
1
-1
/
+3
*
Add string casts when using array_keys() with SQL query conditions
Brad Jorsch
2019-12-16
1
-1
/
+1
*
Set public for override of Maintenance functions
Umherirrender
2019-10-09
1
-2
/
+2
*
Normalize use of "INNER JOIN" to "JOIN" in database queries
Aaron Schulz
2019-03-06
1
-2
/
+2
*
Use ::class to resolve class names in maintenance scripts
Umherirrender
2018-01-23
1
-1
/
+1
*
Introduce Maintenance::getBatchSize()
Max Semenik
2017-11-05
1
-3
/
+4
*
Remove "@author Aaron Schulz" annotations
Aaron Schulz
2017-06-27
1
-1
/
+0
*
Rename getSlaveDB() FileRepo method to getReplicaDB()
Aaron Schulz
2016-11-18
1
-1
/
+1
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-19
/
+19
*
Use addDescription() instead of accessing mDescription directly
Max Semenik
2016-01-30
1
-1
/
+1
*
Avoid the page join when not really needed
Aaron Schulz
2014-10-02
1
-6
/
+8
*
Avoid stupid mariadb filesort in findMissingFiles.php
Aaron Schulz
2014-10-01
1
-2
/
+4
*
Use a less confusing column alias in findMissingFiles.php
Aaron Schulz
2014-09-23
1
-4
/
+4
*
Made findMissingFiles inspect the destination title for moves
Aaron Schulz
2014-08-29
1
-15
/
+18
*
Made findMissingFiles use preloadFileStat() on old versions too to speed it up
Aaron Schulz
2014-08-29
1
-3
/
+11
*
Made findMissingFiles support scanning files changed in a time range
Aaron Schulz
2014-08-28
1
-4
/
+23
*
Added a script to find missing LocalRepo files
Aaron Schulz
2014-08-07
1
-0
/
+85