aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/purgeList.php
Commit message (Expand)AuthorAgeFilesLines
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-12-051-0/+1
* 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: Migrate to expression buildersAmir Sarabadani2024-01-171-1/+1
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-4/+3
* maintenance: Switch simple calls of Database::select to SQBAmir Sarabadani2023-07-191-10/+8
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* purgeList.php: Clarify that --db-touch is only for purging by titleTimo Tijhof2022-09-191-10/+13
* Use MainConfigNames instead of string literals, #5Aryeh Gregor2022-04-271-1/+2
* purgeList.php: Swap usleep() to sleep()Umherirrender2022-03-091-3/+3
* Replace deprecated Title::getCdnUrlsUmherirrender2020-11-031-2/+4
* purgeList.php Fix all-namespaces option to match one used in codeReedy2020-09-271-1/+1
* Add small HtmlCacheUpdater service class to normalize purging code (2)Aaron Schulz2020-04-141-4/+5
* maintenance: Rename purgeList.php --purge to --db-touchTimo Tijhof2019-10-041-11/+35
* Make purgeList.php use getCdnUrls()Gilles Dubuc2019-09-181-5/+9
* Rename CDN config variables to be generic, deprecating the old namesJames D. Forrester2019-05-241-4/+4
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Introduce Maintenance::getBatchSize()Max Semenik2017-11-051-1/+1
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-9/+9
* 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
* Rename SquidUpdate => CdnCacheUpdateAaron Schulz2015-12-091-2/+2
* Update formatting in maintenance/ (3/4)Siebrand Mazeland2014-04-231-1/+0
* Fixed some @params documentation (maintenance)umherirrender2014-04-171-1/+3
* Fix formatting of some php docsumherirrender2014-03-151-2/+6
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Fixed some spacing in maintenance folderumherirrender2013-04-181-2/+2
* Added/Removed spaces around string concatenationumherirrender2013-04-131-1/+1
* Fix case of some Title methodsAlexandre Emsenhuber2013-03-271-3/+3
* Merge "Added --all option and other features to purgeList.php"Tim Starling2013-02-131-42/+46
|\
| * Added --all option and other features to purgeList.phpTim Starling2013-02-131-42/+46
* | Merge "misc style issues"jenkins-bot2013-02-111-2/+2
|\ \ | |/ |/|
| * misc style issuesAntoine Musso2013-01-301-2/+2
* | style: fix up commas in function argumentsAntoine Musso2013-02-061-1/+1
|/
* Use ResultWrapper::numRows() instead of DatabaseBase::numRows()Alexandre Emsenhuber2013-01-061-1/+1
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-08-051-0/+6
* enable purge of HTTPS URLsAntoine Musso2012-02-141-1/+1
* Use getInternalUrl() instead of getFullUrl() in purgeList.php . This was pote...Roan Kattouw2011-08-191-2/+2
* Fix space/tab indentation FU r94444Antoine Musso2011-08-151-51/+50
* (bug 28273) Merge purgeList and purgeNamespace scriptsAntoine Musso2011-08-141-5/+74
* Fix fatal in r77354 (!!), discovered this when purgeList.php fataled on me on...Roan Kattouw2011-06-301-1/+1
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* Followup r77354: it's page_touched, with an underscoreRoan Kattouw2010-12-141-1/+1
* $options doesn't exist in PurgeListSam Reed2010-11-271-1/+2
* Stylize maintenance folder..Sam Reed2010-05-221-5/+5
* Revert r54244 which was stupid and fix this properly. Require commandLine.inc...Chad Horohoe2009-08-031-1/+1
* Merge maintenance-work branch (now with less errors!):Chad Horohoe2009-08-021-25/+49