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
/
storage
/
compressOld.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
maintenance: Introduce getReplicaDB() and getPrimaryDB()
Amir Sarabadani
2024-01-18
1
-4
/
+4
*
maintenance: Migrate to expression builders
Amir Sarabadani
2024-01-17
1
-3
/
+11
*
Convert numerous DB queries to use QueryBuilders
Reedy
2023-10-09
1
-35
/
+29
*
maintenance: Begin using `Maintenance::getServiceContainer()`
Derick Alangi
2023-09-04
1
-5
/
+4
*
compressOld: Do not assume the latest revision has the greatest ID
Func
2023-08-05
1
-6
/
+6
*
maintenance: Switch simple calls of Database::select to SQB
Amir Sarabadani
2023-07-19
1
-11
/
+18
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
Remove unused local variable assignment
Umherirrender
2023-02-04
1
-2
/
+0
*
maintenance: Use $this->waitForReplication()
Amir Sarabadani
2022-10-24
1
-1
/
+1
*
phan: Remove PhanPossiblyUndeclaredVariable suppression
Umherirrender
2022-03-30
1
-0
/
+1
*
Replace remaining usages of IDatabase::fetchObject()
Alexander Vorwerk
2022-01-19
1
-1
/
+1
*
Replace uses of DB_MASTER with DB_PRIMARY
James D. Forrester
2021-04-29
1
-3
/
+3
*
Add some int casts for queries in maintenance scripts
Umherirrender
2020-11-27
1
-1
/
+1
*
Pass function name to database functions (maintenance scripts)
Umherirrender
2020-06-07
1
-3
/
+6
*
Replace wfWaitForSlaves() with LBFactory::waitForReplication()
Reedy
2020-05-02
1
-1
/
+3
*
Remove compat code for pre-MCR schema.
daniel
2020-03-24
1
-16
/
+9
*
Upgrade phan to 0.9.1
Daimona Eaytoy
2020-01-25
1
-1
/
+0
*
build: Upgrade phan to 0.9.0
Daimona Eaytoy
2019-12-07
1
-1
/
+1
*
Remove Revision::getRevisionText and gated pre-MCR schema access
Petr Pchelko
2019-09-27
1
-2
/
+10
*
Unsuppress phan issues part 6
Daimona Eaytoy
2019-09-01
1
-0
/
+1
*
Make ExternalStore wrap ExternalStoreFactory and create access class
Aaron Schulz
2019-06-28
1
-2
/
+6
*
Remove references to field rev_text_id
Bill Pirkle
2019-04-22
1
-32
/
+22
*
Use https://www.php.net/ instead of https://secure.php.net/
Fomafix
2019-04-12
1
-1
/
+1
*
build: Updating mediawiki/mediawiki-codesniffer to 24.0.0
Kunal Mehta
2019-02-07
1
-1
/
+0
*
No yoda conditions
Fomafix
2018-11-21
1
-2
/
+2
*
Replace HTTP by HTTPS
Fomafix
2018-05-22
1
-1
/
+1
*
Remove wfWaitForSlaves when using Maintenance::commitTransaction
Umherirrender
2018-02-26
1
-1
/
+0
*
Use ::class to resolve class names in maintenance scripts
Umherirrender
2018-01-23
1
-1
/
+1
*
build: Updating mediawiki/mediawiki-codesniffer to 15.0.0
Umherirrender
2018-01-01
1
-2
/
+1
*
Maintenance: add fatalError() method
Bryan Davis
2017-11-21
1
-2
/
+2
*
Remove empty lines from PHP and JavaScript comment blocks
Thiemo Mättig
2016-12-09
1
-2
/
+0
*
Clean up array() syntax in docs, part VII
Amir Sarabadani
2016-09-27
1
-1
/
+1
*
Rename DB_SLAVE constant to DB_REPLICA
Aaron Schulz
2016-09-05
1
-1
/
+1
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-31
/
+31
*
Use addDescription() instead of accessing mDescription directly
Max Semenik
2016-01-30
1
-1
/
+1
*
Update wfGetDB calls in Maintenance scripts to use getDB()
Reedy
2016-01-02
1
-4
/
+4
*
Clean up transactions in maintenance scripts
Aaron Schulz
2015-12-30
1
-2
/
+2
*
Fix issues identified by SpaceBeforeSingleLineComment sniff
Vivek Ghaisas
2015-09-26
1
-4
/
+4
*
Documentation of compressOld.php
ayush_garg
2015-02-06
1
-3
/
+13
*
Add missing @param to function docs
umherirrender
2014-08-18
1
-1
/
+5
*
Pass phpcs-strict on maintenance/storage/
Siebrand Mazeland
2014-04-22
1
-12
/
+61
*
Fixed some @params documentation (maintenance)
umherirrender
2014-04-17
1
-8
/
+8
*
Move closing parenthesis from multi line if and function to own line
umherirrender
2013-12-01
1
-2
/
+2
*
phpcs: More require/include is not a function
Timo Tijhof
2013-05-21
1
-1
/
+1
*
phpcs: Fix WhiteSpace.LanguageConstructSpacing warnings
Timo Tijhof
2013-05-09
1
-1
/
+1
*
Fixed spacing around parenthesis in languages/tests/maintenance
umherirrender
2013-04-28
1
-5
/
+5
*
Fixed some spacing in maintenance folder
umherirrender
2013-04-18
1
-4
/
+5
*
Added spaces before and removed spaces after 'array'
umherirrender
2013-04-14
1
-5
/
+5
*
Added/Removed spaces around string concatenation
umherirrender
2013-04-13
1
-2
/
+2
*
Use ResultWrapper::numRows() instead of DatabaseBase::numRows()
Alexandre Emsenhuber
2013-01-06
1
-2
/
+2
[next]