aboutsummaryrefslogtreecommitdiffstats
path: root/includes/ForeignResourceManager.php
Commit message (Expand)AuthorAgeFilesLines
* ResourceLoader: Add structure test for foreign-resources.yamlTimo Tijhof2022-10-261-28/+34
* ForeignResourceManager: Property and function docblocksReedy2022-08-161-0/+56
* ForeignResourceManager: Replace custom yaml parser with Symfony Yaml parserReedy2022-08-161-58/+2
* Migrate use of ${var}-style string interpolationMáté Szabó2022-07-291-1/+1
* Avoid use of null, bool or Status in log messagesUmherirrender2022-03-021-1/+2
* Use static closures where safe to useUmherirrender2021-02-111-2/+2
* Pass function name to HttpRequestFactory::createUmherirrender2020-06-071-1/+3
* Improve param docsUmherirrender2019-11-281-1/+4
* Add missing @param and @return to documentationUmherirrender2019-11-101-0/+2
* Fix new phan errors, part 5Daimona Eaytoy2019-10-181-1/+1
* Fix new phan errors, part 1Daimona Eaytoy2019-10-111-0/+1
* Fix some phan warnings for too many params (part 1)Daimona Eaytoy2019-10-101-2/+14
* Use AtEase::quietCall() instead of Wikimedia\quietCall()Derick Alangi2019-06-101-1/+3
* Collapse some nested if statementsReedy2019-04-041-8/+6
* resources: Add caching for faster runs and offline useTimo Tijhof2019-03-241-8/+53
* resources: Improve foreign-resources docs and error messagesTimo Tijhof2019-03-241-3/+9
* Add /** @var SplFileInfo $fileInfo */ docs where neededThiemo Kreuz2019-03-141-0/+1
* ForeignResourceManager: Catch responses other than 200 OKTimo Tijhof2019-02-211-2/+6
* resources: Extract ForeignResourceManager from manageForeignResources.phpTimo Tijhof2018-10-151-0/+327