aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/purgeChangedPages.php
Commit message (Expand)AuthorAgeFilesLines
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-1/+1
* maintenance: Migrate to expression buildersAmir Sarabadani2024-01-171-2/+2
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+1
* Migrate more calls of Database::select* to SelectQueryBuilderAmir Sarabadani2023-07-261-19/+13
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineCommentReedy2020-05-211-1/+1
* Add small HtmlCacheUpdater service class to normalize purging code (2)Aaron Schulz2020-04-141-2/+3
* Unsuppress PhanParamsTooManyDaimona Eaytoy2019-10-101-1/+1
* Type hint against IResultWrapper in maintenance classesUmherirrender2019-06-191-3/+3
* Rename CDN config variables to be generic, deprecating the old namesJames D. Forrester2019-05-241-3/+3
* maintenance: Rewrite parts of the purgeChangedPages scriptThiemo Kreuz2019-04-021-12/+20
* Normalize use of "INNER JOIN" to "JOIN" in database queriesAaron Schulz2019-03-061-1/+1
* maintenance: Add missing limit parameters to some explode()Thiemo Kreuz2019-03-011-1/+1
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Introduce Maintenance::getBatchSize()Max Semenik2017-11-051-1/+1
* Move ResultWrapper subclasses to RdbmsAaron Schulz2017-03-031-0/+2
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-16/+16
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Rename SquidUpdate => CdnCacheUpdateAaron Schulz2015-12-091-1/+1
* Remove '@section LICENSE'Timo Tijhof2014-11-261-1/+0
* Add missing @param to function docsumherirrender2014-08-181-0/+1
* Standardize @todoumherirrender2014-07-231-1/+1
* Update formatting in maintenance/ (3/4)Siebrand Mazeland2014-04-231-0/+1
* Add configurable delay between purgeChangedPages batchesBryan Davis2013-10-151-1/+7
* Add script to purge changed pages from cacheBryan Davis2013-10-071-0/+185