aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/resourceloader/ResourceLoaderStartUpModuleTest.php
Commit message (Expand)AuthorAgeFilesLines
* ResourceLoader namespace (attempt 2)Tim Starling2022-05-241-969/+0
* Revert "ResourceLoader namespace"Lucas Werkmeister (WMDE)2022-05-161-0/+969
* ResourceLoader namespaceTim Starling2022-05-161-969/+0
* resourceloader: Add Module::getSkins to skip irrelevant modules from startupSiddharth VP2022-03-241-0/+28
* resourceloader: omit `noscript` module from client registryDannyS7122021-10-071-0/+26
* resourceloader: Skip version hash calculation in debug modeTimo Tijhof2021-09-151-107/+117
* resourceloader: Make getVersionHash() finalTimo Tijhof2021-09-151-33/+20
* resourceloader: Add missing Module->setConfig() calls in tests and installerTimo Tijhof2021-06-131-12/+12
* phpunit: Mass-replace setMethods with onlyMethods and adjustDaimona Eaytoy2021-04-161-3/+3
* resourceloader: Allow modules to mark themselves as ES6-onlyRoan Kattouw2021-03-041-0/+27
* Fix a plethora of class and function call case mismatchesReedy2020-05-261-9/+9
* resourceloader: Move site-level mw.config from startup to mediawiki.baseBrad Jorsch2020-02-071-2/+2
* resourceloader: Add $context to static functions in ResourceLoaderFomafix2019-09-271-4/+6
* resourceloader: Reduce width of module hash from 7 chars to 5Timo Tijhof2019-09-021-3/+3
* resourceloader: Map group names to integers internallyAmir Sarabadani2019-08-241-6/+6
* resourceloader: Replace some Xml::encodeJs calls with RL's own encodeJsonTimo Tijhof2019-07-161-69/+69
* resourceloader: Remove use of object registering in test suitesTimo Tijhof2019-07-121-92/+184
* resourceloader: Remove support for raw modulesTimo Tijhof2019-06-271-17/+0
* resourceloader: Skip modules with circular deps in tree optimiserTimo Tijhof2019-06-131-0/+77
* resourceloader: Add tests for StartUpModule dep tree optimisationTimo Tijhof2019-05-221-2/+73
* resourceloader: Move registering of custom sources to ServiceWiringTimo Tijhof2019-03-291-4/+3
* Add missing empty lines between methodsThiemo Kreuz2019-01-151-0/+1
* resourceloader: Use 'enableModuleContentVersion' for startup moduleTimo Tijhof2018-08-311-4/+33
* resourceloader: Add coverage for StartupModule::getAllModuleHashesTimo Tijhof2018-07-071-0/+45
* resourceloader: Add coverage for StartupModule::getDefinitionSummaryTimo Tijhof2018-06-241-0/+28
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz DziewoƄski2018-05-301-1/+1
* resourceloader: Apply safemode to startup module registryTimo Tijhof2018-05-191-1/+71
* Use ::class to resolve class names in testsUmherirrender2018-01-261-3/+3
* resourceloader: Avoid mw-exception log spam from PHPUnit testsTimo Tijhof2017-07-151-0/+4
* resourceloader: Improve code coverageTimo Tijhof2017-04-051-2/+86
* resourceloader: Don't cache stale responses in mw.loader.storeTimo Tijhof2016-10-101-6/+1
* resourceloader: Improve coverage in ResourceLoaderTest.phpTimo Tijhof2016-08-241-1/+0
* resourceloader: Update expected length of module version hashOri Livneh2016-07-141-1/+1
* resourceloader: Replace SHA1 with 32-bit FNV-1 as hash functionOri Livneh2016-07-051-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-89/+89
* resourceloader: Migrate from msg_resource table to object cacheTimo Tijhof2015-12-081-1/+1
* resourceloader: Centralise expected version hash for blank test modulesTimo Tijhof2015-11-171-33/+49
* resourceloader: Move startup code from PHP to startup.jsTimo Tijhof2015-07-271-9/+17
* resourceloader: Enable module content version for data modulesTimo Tijhof2015-06-181-24/+24
* resourceloader: Replace timestamp system with version hashingTimo Tijhof2015-05-191-24/+24
* Fix typo references in comments to ResourceLoaderStartUpModuleAdrian Heine2015-01-081-0/+388