mediawiki-skins-Vector/includes
jdlrobson d24d858264 Cleanup: Drop unnecessary isLegacy checks
The has-logo property is redundant:
The Sidebar in legacy is its own component. The logo is always
rendered in the legacy sidebar.

data-emphasized-sidebar-action can be unconditionally sent
The legacy sidebar doesn't use it, so there is no need to conditionally
add a check for legacy

These two changes allow us to remove the isLegacy property in favor
of the single use of the isLegacy method.

Change-Id: Ie7ee3cec29b20d07db81799484627254d4a78f5f
2020-07-30 15:10:57 -07:00
..
FeatureManagement Merge "[fix] "Existing account only" skin version config" 2020-04-29 18:55:30 +00:00
templates Cleanup: Drop unnecessary isLegacy checks 2020-07-30 15:10:57 -07:00
Constants.php Add config to disable sidebar state persistence for logged-in users. 2020-07-17 09:32:21 -07:00
Hooks.php Merge SkinVector and VectorTemplate (step 2/2) 2020-07-30 12:20:13 -07:00
ServiceWiring.php Merge "[fix] "Existing account only" skin version config" 2020-04-29 18:55:30 +00:00
SkinVector.php Cleanup: Drop unnecessary isLegacy checks 2020-07-30 15:10:57 -07:00
SkinVersionLookup.php [fix] "Existing account only" skin version config 2020-04-29 18:36:03 +00:00