Page MenuHomePhabricator

MobileFrontend: Remove unused config options
Closed, ResolvedPublic1 Estimated Story Points

Description

This was originally taken out of T407654, which we are breaking down into sub-tasks.

  • The config option MFRSSFeedLink is provided but never enabled in production. We should drop it.
  • The config option is always MFEnableManifest and doesn't need to be configurable. We should drop it.

QA:

Event Timeline

Change #1206920 had a related patch set uploaded (by Matthias Mullie; author: Matthias Mullie):

[mediawiki/extensions/MobileFrontend@master] Remove MFEnableManifest

https://gerrit.wikimedia.org/r/1206920

Change #1206921 had a related patch set uploaded (by Matthias Mullie; author: Matthias Mullie):

[mediawiki/extensions/MobileFrontend@master] Remove MFRSSFeedLink

https://gerrit.wikimedia.org/r/1206921

HSwan-WMF set the point value for this task to 1.Nov 18 2025, 5:11 PM

Change #1206920 merged by jenkins-bot:

[mediawiki/extensions/MobileFrontend@master] Remove MFEnableManifest

https://gerrit.wikimedia.org/r/1206920

Change #1206921 merged by jenkins-bot:

[mediawiki/extensions/MobileFrontend@master] Remove MFRSSFeedLink

https://gerrit.wikimedia.org/r/1206921

QA test passed on the Minerva mobile site 🎉

  • Test on localhost and compare <link> tags with the production wiki.
  • The <link rel="alternate" type="application/atom+xml>" is not present on localhost (same on production).
  • The <link rel="manifest> is present on localhost (same on production wiki).