VectorGOLEM/includes
jdlrobson 68b989efb6 Simplify responsive Vector implementation
Vector has a wgVectorResponsive flag. This adds a ResourceLoader
module as well

I propose the configuration is repurposed to disable the min-width
on Vector and enable the viewport tag. This will allow us to use
test.wikipedia.org to test Vector at lower resolutions in future
as well as provide a suitable option for 3rd parties wanting to run
a responsive version of Vector that can be opted into using:

```
$wgVectorResponsive = true;
$wgVectorDefaultSkinVersion = '2';

```

As part of this change, the default skin version is set to 2, in
preparation for the next MediaWiki release. Note on Wikimedia wikis we
explicitly set this version so this will not impact any of our deployed
wikis.

Bug: T242772
Change-Id: I878920f49d18c5d60efd3ac45dc7912d2c62086e
2021-02-10 13:05:14 +00:00
..
FeatureManagement Move Wvui Search A/B Logic to FeatureManager 2021-01-26 17:36:37 -07:00
HTMLForm/Fields build: Updating mediawiki/mediawiki-codesniffer to 33.0.0 2020-11-17 23:33:50 +01:00
templates Add mw-interlanguage-selector class to language button & hide menu/arrow when appropriate 2021-02-05 15:03:07 -07:00
Constants.php Move Wvui Search A/B Logic to FeatureManager 2021-01-26 17:36:37 -07:00
Hooks.php Simplify responsive Vector implementation 2021-02-10 13:05:14 +00:00
ServiceWiring.php Move Wvui Search A/B Logic to FeatureManager 2021-01-26 17:36:37 -07:00
SkinVector.php Simplify responsive Vector implementation 2021-02-10 13:05:14 +00:00
SkinVersionLookup.php Use User->isRegistered(), not deprecated isLoggedIn() 2020-12-19 16:44:06 +00:00
VectorServices.php hooks: Don't use SkinVersionLookup directly 2020-08-18 11:40:48 +01:00