wiki.techinc.nl/includes/resourceloader
jdlrobson 4a287f9217 ResourceLoaderSkinModule defines the order of feature styles
Previously, the order of styles outputted by this module was
arbitrary, based on the order of the feature files passed in.

This was not how it was intended to work - the ResourceLoaderSkinModule
should be aware of the correct ordering.

In the case of normalize for example - it should always be the first
file output.

The implementation is adapted to check for valid features once in
the constructor and to also consider a DEFAULT_FEATURES value has been
set.

We  use the FEATURE_FILES constant to determine
the order of CSS output.

This is all documented in the class.

Bug: T269618
Change-Id: Iecbf11b5f09882e55d694651210d6d132d3cd412
2020-12-15 02:11:22 +00:00
..
dependencystore Mark exceptions as @newable 2020-07-08 17:51:38 +00:00
Hook Document hook names in hook interfaces. 2020-09-27 12:03:12 +02:00
DerivativeResourceLoaderContext.php Fix even more PSR12.Properties.ConstantVisibility.NotFound 2020-05-16 00:51:14 +01:00
HookRunner.php resourceloader: Use a local HookRunner 2020-09-17 01:53:18 +00:00
MessageBlobStore.php resourceloader: Add some typehints and misc clean up 2020-07-02 03:05:59 +01:00
ResourceLoader.php Update a lot of unspecific "array" types in PHPDocs 2020-10-28 11:01:33 +01:00
ResourceLoaderCircularDependencyError.php
ResourceLoaderClientHtml.php Update a lot of unspecific "array" types in PHPDocs 2020-10-28 11:01:33 +01:00
ResourceLoaderContext.php Deprecate Skin methods moved to SkinFactory 2020-08-26 12:45:52 -07:00
ResourceLoaderFileModule.php Merge "Update a lot of unspecific "array" types in PHPDocs" 2020-11-13 21:48:24 +00:00
ResourceLoaderFilePath.php resourceloader: Add some typehints and misc clean up 2020-07-02 03:05:59 +01:00
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 resourceloader: Add some typehints and misc clean up 2020-07-02 03:05:59 +01:00
ResourceLoaderLanguageDataModule.php resourceloader: Add some typehints and misc clean up 2020-07-02 03:05:59 +01:00
ResourceLoaderLessVarFileModule.php resourceloader: Add some typehints and misc clean up 2020-07-02 03:05:59 +01:00
ResourceLoaderModule.php Update a lot of unspecific "array" types in PHPDocs 2020-10-28 11:01:33 +01:00
ResourceLoaderMwUrlModule.php resourceloader: Add some typehints and misc clean up 2020-07-02 03:05:59 +01:00
ResourceLoaderOOUIFileModule.php resourceloader: Add some typehints and misc clean up 2020-07-02 03:05:59 +01:00
ResourceLoaderOOUIIconPackModule.php resourceloader: Add some typehints and misc clean up 2020-07-02 03:05:59 +01:00
ResourceLoaderOOUIImageModule.php ResourceLoaderOOUIImageModule: loadOOUIDefinition() may return false 2020-08-10 22:24:36 +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 ResourceLoaderSkinModule defines the order of feature styles 2020-12-15 02:11:22 +00:00
ResourceLoaderStartUpModule.php resourceloader: Add some typehints and misc clean up 2020-07-02 03:05:59 +01:00
ResourceLoaderUserDefaultsModule.php resourceloader: Add some typehints and misc clean up 2020-07-02 03:05:59 +01:00
ResourceLoaderUserModule.php Merge "Update a lot of unspecific "array" types in PHPDocs" 2020-11-13 21:48:24 +00:00
ResourceLoaderUserOptionsModule.php resourceloader: Add some typehints and misc clean up 2020-07-02 03:05:59 +01:00
ResourceLoaderUserStylesModule.php Merge "Update a lot of unspecific "array" types in PHPDocs" 2020-11-13 21:48:24 +00:00
ResourceLoaderWikiModule.php Merge "Use LinkBatchFactory" 2020-11-01 20:48:02 +00:00
VueComponentParser.php resourceloader: Improve perf of VueComponentParser's use of Remex 2020-07-08 16:46:59 +00:00