aboutsummaryrefslogtreecommitdiffstats
path: root/includes/deferred/CdnCacheUpdate.php
Commit message (Expand)AuthorAgeFilesLines
* Fix more PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-151-1/+1
* Replace use of old $wgVersion constant with MW_VERSIONJames D. Forrester2020-05-131-2/+2
* Migrate CdnCacheUpdate to MultiHttpClient and deprecate SquidPurgeClientAaron Schulz2020-04-201-35/+52
* Add small HtmlCacheUpdater service class to normalize purging code (2)Aaron Schulz2020-04-141-38/+87
* CdnCacheUpdate: Accept Titles in addition to stringsBrad Jorsch2020-03-191-11/+23
* Move UIDGenerator code to a service and put it under /libsAaron Schulz2020-02-181-2/+3
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Make CdnCacheUpdate::expand() private and update the sole callerAaron Schulz2019-09-131-2/+2
* Cleanup field visibility and comments in CdnCacheUpdate and HTMLCacheUpdateAaron Schulz2019-09-111-5/+4
* Better docs to make phan happyDaimona Eaytoy2019-09-071-1/+2
* Revert "Add small HtmlCacheUpdater service class to normalize purging code"Daniel Kinzler2019-08-071-5/+9
* Add small HtmlCacheUpdater service class to normalize purging codeAaron Schulz2019-08-061-9/+5
* Rename CDN config variables to be generic, deprecating the old namesJames D. Forrester2019-05-241-10/+10
* jobqueue: add GenericParameterJob and RunnableJob interfaceAaron Schulz2019-04-081-7/+4
* deferred: Remove deprecated CdnCacheUpdate::newSimplePurgeTimo Tijhof2019-03-151-9/+0
* Remove deprecated class SquidUpdateUmherirrender2019-02-051-7/+0
* A few doc comment fixupsTim Starling2017-12-041-1/+0
* Batch request titles for cdn purge from dbErik Bernhardson2017-08-301-1/+2
* Canonicalise '@deprecated since' doc commentsBartosz DziewoƄski2016-08-021-1/+1
* Convert CdnCacheUpdate to event per URLStanislav Malyshev2016-05-161-5/+11
* Convert EventRelayerGroup to services infrastructureStanislav Malyshev2016-04-251-1/+3
* Convert all array() syntax to []Kunal Mehta2016-02-171-7/+7
* Make CDN purges send EventRelayer eventsAaron Schulz2016-02-091-0/+12
* Rename getSquidURLs() => getCdnUrls()Aaron Schulz2015-12-111-2/+2
* Add $wgCdnReboundPurgeDelay for more consistent CDN purgesAaron Schulz2015-12-101-6/+18
* Replace "squid" with "CDN" in various commentsAaron Schulz2015-12-091-4/+3
* Rename SquidUpdate => CdnCacheUpdateAaron Schulz2015-12-091-0/+264