aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/resourceloader/ResourceLoaderFileModuleTest.php
Commit message (Expand)AuthorAgeFilesLines
* ResourceLoader namespace (attempt 2)Tim Starling2022-05-241-966/+0
* Revert "ResourceLoader namespace"Lucas Werkmeister (WMDE)2022-05-161-0/+966
* ResourceLoader namespaceTim Starling2022-05-161-966/+0
* Use updated ObjectFactory namespaceAlexander Vorwerk2022-03-091-1/+1
* Clean up tests that misused the parameters of assertSame/EqualsFunc2022-02-081-8/+8
* resourceloader: Preserve new 'debug' param in getScriptURLsForDebug()Timo Tijhof2021-09-251-3/+14
* Merge "resourceloader: Fix debug mode for RL-to-RL cross-wiki module loads"jenkins-bot2021-09-161-0/+22
|\
| * resourceloader: Fix debug mode for RL-to-RL cross-wiki module loadsTimo Tijhof2021-08-251-0/+22
* | resourceloader: Skip version hash calculation in debug modeTimo Tijhof2021-09-151-1/+1
* | resourceloader: Append newline to JavaScript only if missingFomafix2021-08-281-2/+15
|/
* resourceloader: Add integration test for ResourceModuleSkinStylesTimo Tijhof2021-08-191-2/+37
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* resourceloader: Add missing Module->setConfig() calls in tests and installerTimo Tijhof2021-06-131-0/+3
* resourceloader: Allow modules to mark themselves as ES6-onlyRoan Kattouw2021-03-041-0/+12
* Tests: Mark more more closures as staticUmherirrender2021-02-091-17/+17
* Remove usages of Skin::getAllowedSkins.Ammar Abdulhamid2020-08-051-3/+3
* VueComponentParser: Use RemexHtml instead of PHP's HTML parserRoan Kattouw2020-06-221-6/+1
* Support the creation of Skins with services injectedmainframe982020-03-161-5/+8
* resourceloader: Support single-file component .vue filesRoan Kattouw2020-03-121-0/+46
* Update all use of $wgVersion to MW_VERSIONTimo Tijhof2020-02-251-2/+2
* resourceloader: Allow packageFiles callbacks to return a fileRoan Kattouw2019-12-171-0/+44
* Merge "resourceloader: Add tests for module-level 'noflip' option"jenkins-bot2019-12-051-4/+38
|\
| * resourceloader: Add tests for module-level 'noflip' optionTimo Tijhof2019-12-031-4/+38
* | resourceloader: Use ConvertibleTimestamp and Logger directlyTimo Tijhof2019-12-041-10/+16
|/
* tests: Add explicit return type void to setUp() and tearDown()Max Semenik2019-10-301-1/+1
* resourceloader: Support passing extra arguments to packageFiles callbackAndrew Otto2019-10-211-10/+19
* Replace setExpectedException with single argDaimona Eaytoy2019-10-051-2/+2
* Allow skins/extensions to define custom OOUI themesBartosz DziewoƄski2019-07-101-0/+41
* resourceloader: Document which FileModule methods use a DBTimo Tijhof2019-06-191-5/+7
* resourceloader: Support 'versionCallback' for computed package filesTimo Tijhof2019-06-141-2/+92
* resourceloader: Convert test for FileModule versionHash to data providerTimo Tijhof2019-06-121-14/+34
* Remove usage of deprecated SkinFactory::getDefaultInstance()Kunal Mehta2019-06-021-1/+3
* resourceloader: Change 'packageFiles' format to be JSON-compatibleRoan Kattouw2019-02-221-17/+13
* ResourceLoader: Add support for packageFilesRoan Kattouw2019-02-051-1/+208
* resourceloader: Remove $wgResourceLoaderLESSVars supportTimo Tijhof2018-08-141-0/+17
* resourceloader: Add @covers for FileModuleTestTimo Tijhof2018-06-261-0/+5
* resourceloader: Include lessVars in FileModule definition summaryTimo Tijhof2017-07-271-0/+19
* resourceloader: Add basic tests for getScript() and buildContent()Timo Tijhof2017-06-261-3/+23
* resourceloader: Add @covers for stripBom and makeModuleResponse testsTimo Tijhof2017-06-261-0/+3
* resourceloader: Complete test coverage for FileModule::getTemplates()Timo Tijhof2017-06-261-1/+16
* resourceloader: Fix broken 'deprecated' string messagesTimo Tijhof2017-03-171-3/+1
* phpunit: Make getResourceLoaderContext() more extendableTimo Tijhof2016-12-031-5/+11
* Avoid "Column md_module cannot be null" error in unit testsAaron Schulz2016-09-111-0/+6
* Fix @covers tagKunal Mehta2016-08-061-1/+1
* resourceloader: Implement 'deprecated' option for FileModulejdlrobson2016-08-041-0/+37
* resourceloader: Strip leading BOM when concatenating filesDerk-Jan Hartman2016-05-311-0/+20
* Convert all array() syntax to []Kunal Mehta2016-02-171-78/+78
* phpcs: Use __DIR__ constant instead of callingumherirrender2015-11-151-1/+1
* Fix whitespace issues around parenthesesVivek Ghaisas2015-06-161-1/+1
* resourceloader: Replace timestamp system with version hashingTimo Tijhof2015-05-191-19/+0