Restore enableWebfonts pref and remove uls-enable
This patch restores the enableWebfonts preference, stored inside the uls-preferences blob. It existed as 'enable-webfonts' in the past and was removed in If735a733717596fae03042c5e277bd538bd8501f Each wiki can be configured to load the fonts by default using the new global variable $wgULSWebfontsEnabled. Its default value is true (to load fonts). This also removes the preference 'uls-enable', recently added in I71b70d8ee7c3cad7f49b32e5dc494ef4fc1bdb2f The initialization of ext.uls.webfonts.js is changed as well, so that minimal webfonts JS library code is loaded, and the rest is loaded only if a user requests it. Bug: 60304 Change-Id: I49e812eae32266f165591c75fd67b86ca06b13f0
This commit is contained in:
@@ -4,7 +4,8 @@ Feature: Settings panel
|
||||
Scenario Outline: Input settings display
|
||||
Given I am <user status>
|
||||
And I am on a page without interlanguage links
|
||||
When I open "Input" panel of language settings
|
||||
When I open ULS
|
||||
And I switch to Input panel of language settings
|
||||
Then I can disable input methods
|
||||
And I can enable input methods
|
||||
|
||||
@@ -15,7 +16,8 @@ Feature: Settings panel
|
||||
|
||||
Scenario: How to use link appears in the Input settings panel
|
||||
Given I am at random page
|
||||
When I open "Input" panel of language settings
|
||||
When I open ULS
|
||||
And I switch to Input panel of language settings
|
||||
And I click the button with the ellipsis
|
||||
And in the language filter I type ml
|
||||
And I click on the link to select Malayalam
|
||||
@@ -23,7 +25,8 @@ Feature: Settings panel
|
||||
|
||||
Scenario: More languages (input language selection)
|
||||
Given I am at random page
|
||||
When I open "Input" panel of language settings
|
||||
When I open ULS
|
||||
And I switch to Input panel of language settings
|
||||
And I click the button with the ellipsis
|
||||
Then I see Worldwide
|
||||
And I see Language Search
|
||||
@@ -80,9 +83,9 @@ Feature: Settings panel
|
||||
Given I am logged in
|
||||
And I have reset my preferences
|
||||
When I open the Universal Language Selector
|
||||
And I open Input panel of language settings
|
||||
And I switch to Input panel of language settings
|
||||
And I click the button with the ellipsis
|
||||
And I use the panel to change my input language to "Finnish"
|
||||
And I close the panel to discard the changes
|
||||
And I open Input panel of language settings
|
||||
And I switch to Input panel of language settings
|
||||
Then I should see English as the selected input language
|
||||
|
||||
Reference in New Issue
Block a user