mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-13 17:37:07 +00:00
Cleanup: Drop unused code in Minerva
The configuration flag $wgMinervaPageIssuesNewTreatment no longer exists. Change-Id: I1b3d928479cbfe47bb46214eef7936f4e8edd7dc
This commit is contained in:
parent
ad43e50cc8
commit
9435136ac0
12
README.md
12
README.md
|
@ -60,18 +60,6 @@ Controls whether the category button should be displayed.
|
|||
|
||||
When enabled a donate link will be added to the main menu. The donate link uses the `sitesupport` and `sitesupport-url` mediawiki messages.
|
||||
|
||||
#### $wgMinervaPageIssuesNewTreatment
|
||||
|
||||
* Type: `Array`
|
||||
* Default:
|
||||
```php
|
||||
[
|
||||
'base' => false,
|
||||
'beta' => true,
|
||||
]
|
||||
```
|
||||
Controls whether page issues should be replaced with a "Page issues" link (false) or displayed inline (true).
|
||||
|
||||
#### $wgMinervaTalkAtTop
|
||||
|
||||
* Type: `Array`
|
||||
|
|
|
@ -56,8 +56,6 @@
|
|||
"skin-minerva-time-ago-years": "{{PLURAL:$1|$1 year|$1 years}} ago",
|
||||
"skin-minerva-mobile-option-MinervaShowCategories": "Categories",
|
||||
"skin-minerva-mobile-option-MinervaShowCategories-description": "View categories of pages",
|
||||
"skin-minerva-mobile-option-MinervaPageIssuesNewTreatment": "Improved page issues treatment",
|
||||
"skin-minerva-mobile-option-MinervaPageIssuesNewTreatment-description": "Page issues (Template:ambox) will be inlined in the article.",
|
||||
"skin-minerva-recentchanges-warning-enhanced-not-supported": "Unfortunately, grouping results by page is not available on mobile. If you would like to use the group by page feature please visit the desktop site.",
|
||||
"skin-minerva-night-mode-unavailable": "Page only available in \"Light\" color theme.",
|
||||
"minerva.css": "/* All CSS here will be loaded for users of the MinervaNeue skin */",
|
||||
|
|
|
@ -71,8 +71,6 @@
|
|||
"skin-minerva-time-ago-years": "Text that displays the age of the diff. Parameters:\n* $1 - number of years",
|
||||
"skin-minerva-mobile-option-MinervaShowCategories": "Label for categories mobile web beta feature.\n{{Identical|Category}}",
|
||||
"skin-minerva-mobile-option-MinervaShowCategories-description": "Description label for categories mobile web beta feature.",
|
||||
"skin-minerva-mobile-option-MinervaPageIssuesNewTreatment": "Title for page issues feature flag displayed in Special:MobileOptions",
|
||||
"skin-minerva-mobile-option-MinervaPageIssuesNewTreatment-description": "Description shown on Special:MobileOptions for page issues beta feature.",
|
||||
"skin-minerva-recentchanges-warning-enhanced-not-supported": "Warning message when informing about the lack of the '''group results by page''' feature availability on the mobile site. Message should recommend visiting desktop site to access grouping results by page.",
|
||||
"skin-minerva-night-mode-unavailable": "Informs reader if page could not be rendered in preferred dark mode theme.",
|
||||
"minerva.css": "{{optional}}\n{{related/css}}",
|
||||
|
|
Loading…
Reference in a new issue