aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/clearInterwikiCache.php
Commit message (Expand)AuthorAgeFilesLines
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-11-121-0/+2
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-1/+1
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-3/+1
* interwiki: Overall clean up and simplificationTimo Tijhof2022-09-291-17/+10
* maintenance: Use SelectQueryBuilder to construct queriesDerick Alangi2022-07-191-1/+5
* Maintenance scripts: replace most globals with ConfigFerran Tufan2022-07-121-2/+3
* Remove usages of $wgMemcmainframe982020-01-201-2/+3
* Replace wfWiki() usage with WikiMap in some additional placesAaron Schulz2019-07-041-3/+3
* Pass '' instead of false for the $conds parameter in select calls.daniel2018-03-021-1/+1
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-2/+2
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-1/+1
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* normalize filenames of maintenance scriptsWaldir Pimenta2013-03-061-0/+58