aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/resourceloader/ResourceLoaderSkinModuleTest.php
Commit message (Expand)AuthorAgeFilesLines
* ResourceLoader namespace (attempt 2)Tim Starling2022-05-241-698/+0
* Remove CSS linear-gradient vendor prefixEd Sanders2022-05-171-1/+1
* mediawiki.skinning: Make accessibility rules module universal to skinsJon Robson2022-05-131-0/+1
* Apply logo variant override in ResourceLoaderSkinModuleFunc2022-03-281-2/+28
* ResourceLoaderSkinModuleTest: Simplify logo tests inputFunc2022-03-271-20/+6
* Update installer to reflect modern logosJon Robson2022-03-101-2/+2
* Define MW_INSTALL_PATH constant and BaseDirectory config.daniel2022-03-041-12/+14
* phpcs: Disable `Generic.Files.LineLength` for test filesTimo Tijhof2022-02-181-1/+0
* Clean up tests that misused the parameters of assertSame/EqualsFunc2022-02-081-1/+1
* resourceloader: Change SkinModule list mode to not add implicit featuresJon Robson2022-01-261-2/+31
* resourceloader: Remove `-moz-` vendor prefix from SkinModule cssVolker E2021-09-141-2/+2
* Logos defined with pixels should be scaleable in browsersJdlrobson2021-09-081-3/+16
* Revert "Logos defined with pixels should be scaleable in browsers"Thcipriani2021-09-081-16/+3
* Logos defined with pixels should be scaleable in browsersjdlrobson2021-09-081-3/+16
* build: Updating dependencieslibraryupgrader2021-07-221-3/+3
* Emit media structure as piloted in ParsoidArlo Breault2021-06-241-1/+1
* ResourceLoaderSkinModule: Deprecated feature keys should be mappedjdlrobson2021-06-021-0/+17
* Merge content-media and content-thumbnailsjdlrobson2021-05-271-2/+11
* resourceloader: Restore feedback for SkinModule invalid argumentTimo Tijhof2021-05-141-0/+34
* resourceloader: Fix reliance on global state in SkinModuleTimo Tijhof2021-05-141-32/+39
* resourceloader: Simplify 'features' processing in SkinModule constructorTimo Tijhof2021-05-141-37/+18
* Make `mw-content-body` universal to all skinsjdlrobson2021-05-131-0/+11
* Merge "Create the `content-links` (and -external) ResourceLoaderSkinModule fe...jenkins-bot2021-04-261-0/+69
|\
| * Create the `content-links` (and -external) ResourceLoaderSkinModule featurejdlrobson2021-04-221-0/+69
* | Remove meaningless ->expects( $this->any() ) from all testsThiemo Kreuz2021-04-231-1/+1
|/
* phpunit: Mass-replace setMethods with onlyMethods and adjustDaimona Eaytoy2021-04-161-2/+2
* The new content-parser-output feature is documented and enabled by defaultjdlrobson2021-03-251-0/+1
* Feature file styles should precede module defined onesjdlrobson2021-01-121-48/+68
* ResourceLoaderSkinModule defines the order of feature stylesjdlrobson2020-12-151-3/+29
* Share Parsoid's media styling with contentArlo Breault2020-12-111-2/+6
* Only preload logo if the optional logo feature is enabled.Cindy Cicalese2020-10-211-0/+24
* resourceloader: Fix incorrect order of feature stylesheetsmainframe982020-09-101-1/+6
* resourceloader: Prepend 'features' CSS before other files in SkinModulemainframe982020-08-261-0/+39
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* Fix stylesheet path of i18n-all-list-margins featuremainframe982020-06-101-0/+27
* ResourceLoaderSkinModule: Restore previous behavior in getLogoData()Bartosz DziewoƄski2020-02-071-0/+10
* Deprecate access of logos directly from config, introduce wgLogosjdlrobson2020-02-041-20/+99
* ResourceLoaderSkinModule: Provide optional mediawiki.skinning stylesjdlrobson2019-11-081-1/+0
* Remove covers validator trait where it is not neededThiemo Kreuz2019-05-171-2/+0
* resourceloader: Remove unused static SkinModule::getLogo methodTimo Tijhof2018-08-281-11/+87
* resourceloader: Improve coverage of SkinModuleTimo Tijhof2018-05-041-2/+1
* build: Updating mediawiki/mediawiki-codesniffer to 16.0.0Umherirrender2018-02-171-1/+1
* build: Updating mediawiki/mediawiki-codesniffer to 15.0.0Umherirrender2018-01-011-2/+2
* Use MediaWikiCoversValidator for tests that don't use MediaWikiTestCaseKunal Mehta2018-01-011-0/+2
* Add support for SVGs to $wgLogoHD with PNG fallbackPaladox2017-10-241-10/+148
* resourceloader: Add unit tests for ResourceLoaderSkinModuleTimo Tijhof2017-07-101-0/+67