aboutsummaryrefslogtreecommitdiffstats
path: root/includes/resourceloader/ResourceLoaderFileModule.php
Commit message (Expand)AuthorAgeFilesLines
* ResourceLoader namespace (attempt 2)Tim Starling2022-05-241-1475/+0
* Revert "ResourceLoader namespace"Lucas Werkmeister (WMDE)2022-05-161-0/+1475
* ResourceLoader namespaceTim Starling2022-05-161-1475/+0
* Merge "Use str_starts_with/str_ends_with"jenkins-bot2022-05-031-1/+1
|\
| * Use str_starts_with/str_ends_withAryeh Gregor2022-05-021-1/+1
* | Remove access to config globals from more classesdaniel2022-04-281-8/+9
|/
* Use MainConfigNames instead of string literalsAryeh Gregor2022-04-111-1/+2
* phan: Remove PhanPossiblyUndeclaredVariable suppressionUmherirrender2022-03-301-0/+1
* phan: Remove PhanTypePossiblyInvalidDimOffset suppressionUmherirrender2022-03-281-0/+1
* Try not to discard Excimer timeout exceptionsTim Starling2022-02-021-0/+3
* Fix typos in comments (N-R)Siddharth VP2022-01-091-2/+2
* resourceloader: Allow debug=2 on JavaScriptTest, and misc whitespaceTimo Tijhof2022-01-061-0/+2
* Prefer is_dir/is_file to file_existsKosta Harlan2022-01-041-1/+1
* resourceloader: Only load LanguageFallback data if module has languageScriptsTimo Tijhof2021-11-111-7/+13
* Merge "resourceloader: Fix null type docs for FileModule::getPackageFiles"jenkins-bot2021-11-091-5/+5
|\
| * resourceloader: Fix null type docs for FileModule::getPackageFilesUmherirrender2021-11-091-5/+5
* | resourceloader: Fix nullable documentation for property and return typesUmherirrender2021-11-021-1/+1
|/
* ApiParse: Support hidden skinsAmmarpad2021-09-201-1/+1
* Merge "resourceloader: Fix debug mode for RL-to-RL cross-wiki module loads"jenkins-bot2021-09-161-4/+8
|\
| * resourceloader: Fix debug mode for RL-to-RL cross-wiki module loadsTimo Tijhof2021-08-251-4/+8
* | resourceloader: Avoid same named variables in inner and outer foreachUmherirrender2021-09-041-2/+2
* | Merge "resourceloader: Call getStyleFiles from FileModule::getFileHashes"jenkins-bot2021-09-021-13/+3
|\ \
| * | resourceloader: Call getStyleFiles from FileModule::getFileHashesArlo Breault2021-09-021-13/+3
| |/
* / resourceloader: Append newline to JavaScript only if missingFomafix2021-08-281-1/+1
|/
* resourceloader: Remove isFileModule() overhead from web requestsTimo Tijhof2021-08-191-0/+35
* Fix a bunch of random typosDannyS7122021-06-291-1/+1
* Installer: Do not use `mediawiki.skinning.interface` modulejdlrobson2021-04-151-1/+1
* Fix typo in code 'defintion'anjali0412021-04-101-1/+1
* Merge "resourceloader: Allow modules to mark themselves as ES6-only"jenkins-bot2021-03-071-0/+8
|\
| * resourceloader: Allow modules to mark themselves as ES6-onlyRoan Kattouw2021-03-041-0/+8
* | resourceloader: Add wikimedia/minify package and remove local copiesTimo Tijhof2021-02-241-0/+1
* | resourceloader: Fix FileModule resource URLs for document root wikisTim Starling2021-02-241-1/+5
|/
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* Merge "Update a lot of unspecific "array" types in PHPDocs"jenkins-bot2020-11-131-16/+17
|\
| * Update a lot of unspecific "array" types in PHPDocsThiemo Kreuz2020-10-281-16/+17
* | resourceloader: Remove wfExpandUrl() coupling from CSSMinBrad Jorsch2020-11-051-0/+12
* | Remove documentation that literally repeats the codeThiemo Kreuz2020-10-271-1/+0
|/
* resourceloader: Add skin-based 'mediawiki.skin.variables.less' importTimo Tijhof2020-09-151-2/+14
* Deprecate Skin methods moved to SkinFactoryAmmar Abdulhamid2020-08-261-1/+3
* resourceloader: store relative paths in less compilation cacheAaron Schulz2020-07-211-28/+33
* Merge "resourceloader: Add some typehints and misc clean up"jenkins-bot2020-07-021-2/+1
|\
| * resourceloader: Add some typehints and misc clean upTimo Tijhof2020-07-021-2/+1
* | phan: Enable redundant_condition_detectionUmherirrender2020-07-011-1/+1
|/
* VueComponentParser: Use RemexHtml instead of PHP's HTML parserRoan Kattouw2020-06-221-5/+5
* resourceloader: Improve packageFiles/skinScripts error messageTimo Tijhof2020-06-111-4/+1
* resourceloader: skinScripts cannot be used alongside packageFilesVas Jaremchuk2020-06-111-0/+6
* resourceloader: Add more $wgResourceModules documentationHolger Knust2020-03-261-61/+3
* resourceloader: Support single-file component .vue filesRoan Kattouw2020-03-121-5/+83
* resourceloader: Error in FileModule if provided path is a directoryJames D. Forrester2020-03-121-2/+4
* resourceloader: Factor out file loading in ResourceLoaderFileModuleJames D. Forrester2020-03-121-27/+26