wiki.techinc.nl/includes/resourceloader
Tim Starling e2a91921c5 resourceloader: Fix FileModule resource URLs for document root wikis
Per the comment in extractBasePaths(), remoteBasePath is typically '/'
when MediaWiki is installed in the document root. CSSMin knows what to
do with that, but getRemotePath() was getting it wrong, generating an
invalid protocol-relative URL.

So, add a simple hack for this case.

Change-Id: I16abf482e3a1a4a548c571de0e81cb3c1bdf55e1
2021-02-24 05:27:55 +00:00
..
dependencystore
Hook Document hook names in hook interfaces. 2020-09-27 12:03:12 +02:00
DerivativeResourceLoaderContext.php resourceloader: Add internal handling for debug=2 2021-01-29 01:09:35 +00:00
HookRunner.php resourceloader: Use a local HookRunner 2020-09-17 01:53:18 +00:00
MessageBlobStore.php resourceloader: Fail gracefully if a LESS message is not found 2021-01-07 15:41:02 -08:00
ResourceLoader.php Merge "resourceloader: Add internal handling for debug=2" 2021-02-16 19:54:10 +00:00
ResourceLoaderCircularDependencyError.php
ResourceLoaderClientHtml.php Update a lot of unspecific "array" types in PHPDocs 2020-10-28 11:01:33 +01:00
ResourceLoaderContext.php resourceloader: Mark ResourceLoaderContext::encodeJson() as stable 2021-02-19 03:37:53 +00:00
ResourceLoaderFileModule.php resourceloader: Fix FileModule resource URLs for document root wikis 2021-02-24 05:27:55 +00:00
ResourceLoaderFilePath.php
ResourceLoaderForeignApiModule.php Add baseline MW REST API client for frontend 2020-12-09 23:05:15 +00:00
ResourceLoaderImage.php Use private constant for ResourceLoaderImage::$fileTypes 2020-11-25 04:15:17 +00:00
ResourceLoaderImageModule.php
ResourceLoaderLanguageDataModule.php
ResourceLoaderLessVarFileModule.php resourceloader: Fail gracefully if a LESS message is not found 2021-01-07 15:41:02 -08:00
ResourceLoaderModule.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
ResourceLoaderMwUrlModule.php
ResourceLoaderOOUIFileModule.php
ResourceLoaderOOUIIconPackModule.php
ResourceLoaderOOUIImageModule.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
ResourceLoaderOOUIModule.php Improve class property documentation 2020-10-30 10:38:58 +01:00
ResourceLoaderSiteModule.php Update a lot of unspecific "array" types in PHPDocs 2020-10-28 11:01:33 +01:00
ResourceLoaderSiteStylesModule.php Update a lot of unspecific "array" types in PHPDocs 2020-10-28 11:01:33 +01:00
ResourceLoaderSkinModule.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
ResourceLoaderStartUpModule.php
ResourceLoaderUserDefaultsModule.php resourceloader: Avoid User::getDefaultOptions in UserDefaultsModule 2021-01-30 01:15:28 +00:00
ResourceLoaderUserModule.php Merge "Update a lot of unspecific "array" types in PHPDocs" 2020-11-13 21:48:24 +00:00
ResourceLoaderUserOptionsModule.php
ResourceLoaderUserStylesModule.php Merge "Update a lot of unspecific "array" types in PHPDocs" 2020-11-13 21:48:24 +00:00
ResourceLoaderWikiModule.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
VueComponentParser.php