aboutsummaryrefslogtreecommitdiffstats
path: root/includes/deferred/CdnCacheUpdate.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/jobqueueJames D. Forrester2025-03-201-1/+1
* Migrate all uses of deprecated URL global functions to use wfGetUrlUtils()James D. Forrester2024-09-101-1/+1
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-1/+1
* Namespace includes/cacheJames D. Forrester2024-02-201-1/+1
* Namespace remaining files under includes/deferredJames D. Forrester2023-11-221-0/+9
* Replace some more usages of deprecated MWExceptionDaimona Eaytoy2023-06-091-3/+2
* Replace some deprecated wfExpandUrl calls with UrlUtils::expandJames D. Forrester2023-05-301-1/+1
* Remove unused variable from unpacking arraysUmherirrender2022-11-221-1/+1
* Remove some deprecated methods from deferred updatesMatěj Suchánek2022-11-091-14/+0
* Use short array destructuring instead of list()Tim Starling2022-10-211-3/+3
* Hard deprecate CdnCacheUpdate::newFromTitlesMatěj Suchánek2022-07-101-1/+2
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-261-5/+6
* deferred: Improve port handling in CdnCacheUpdate::naivePurgeUmherirrender2022-03-031-2/+2
* Replace deprecated JobQueueGroup::singleton()Umherirrender2022-01-271-1/+1
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-11/+11
* Remove or replace usages of "sanity"Reedy2021-11-191-1/+1
* Remove the deprecated IP classAlexander Vorwerk2021-09-261-1/+2
* Deferred updates: remove Title from method signatures.daniel2021-05-111-14/+16
* uuid: Simplify GlobalIdGenerator by removing QUICK_VOLATILE flagAaron Schulz2021-04-141-3/+3
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* CdnCacheUpdate: Send full URL instead of path to Curl for purgeFerran Tufan2021-02-081-5/+3
* Replace deprecated Title::getCdnUrlsUmherirrender2020-11-031-3/+5
* Use HttpRequestFactory::createMultiClient() in core where possibleTim Starling2020-06-021-1/+2
* 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