wiki.techinc.nl/tests/phpunit/data
Timo Tijhof 0c01d8cc52 resourceloader: Add skin-based 'mediawiki.skin.variables.less' import
Add the SkinLessImportPaths attribute for skin-specific LESS import
paths, which skins can use to override the mediawiki.skin.variables.less
file.

As a starting point, add the following 5 variables:

* device widths (3x)
  To help phase out 'mediawiki.ui/variables'. These are
  commonly used by MobileFrontend.

* @font-family-sans
  Recommended by Volker. Used by multiple skins.

* @border-radius-base
  Recommended by Volker as example of something that we currently
  hardcode in MediaWiki core for Vector and OOUI/WikimediaUI
  in 'mediawiki.widgets.datetime' but should instead be allowed
  to vary by skin and OOUI theme.

  Remove the hardcoded value for '@border-radius-base' in
  various places in favour of importing from mediawiki.skin.
  The default is a bare default of 0 (as border-radius is off
  by default in the browser).

  The value for Vector is restored there by I47da304667811.
  The value for MonoBook is improved by I000f319ab31b.

Bug: T112747
Change-Id: Icf86c930a3b5524254bb549624737d3b9dccb032
2020-09-15 10:05:53 +00:00
..
autoloader
categoriesrdf Write category parent hierarchy when handling categorization 2020-07-31 12:14:13 +02:00
composer ComposerInstalledTest: remove mentions of phpunit-mock-objects 2019-11-21 12:59:45 -08:00
css
cssmin
db Remove DatabaseIntegrationTest::testStoredFunctions() 2020-06-02 10:47:29 +10:00
dumps Make dump tests based on fixture files. 2020-04-06 15:21:00 -07:00
filecontentshasher
filerepo
gitinfo
import Check for unknown slot. 2020-07-20 10:39:28 -04:00
less resourceloader: Add skin-based 'mediawiki.skin.variables.less' import 2020-09-15 10:05:53 +00:00
localisationcache
media
messages languages: Move default $wgNamespaceAliases to MessagesEn.php 2020-03-14 19:27:40 +00:00
MSCompoundFileReader
parser
registration tests: Add test file to test SPDX license expressions 2020-05-02 12:47:31 +01:00
resourceloader VueComponentParser: Use RemexHtml instead of PHP's HTML parser 2020-06-22 19:54:15 +00:00
rlfilepath
templates TemplateParserTest: Add test case with syntax error 2020-01-29 23:15:53 +00:00
upload
zip