Page MenuHomePhabricator

Create Special:WatchlistLabels
Closed, ResolvedPublicFeature

Description

Feature summary:

If $wgEnableWatchlistLabels is true, a new special page called Special:WatchlistLabels should be accessible via Special:SpecialPages and the tab bar at the top of the watchlist pages.

The full set of tabs will be as follows:

  • View relevant changes
  • View and edit watchlist
  • Manage labels ← new
  • Edit raw watchlist
  • Clear the watchlist

The new page will for now be empty other than the tab bar at the top. Further functionality is covered in other tasks.

The special page help link should go to mw:Help:Watchlist_labels.

Use case(s):

In order to be able to manage their labels, a user needs a page on which to do so.

Details

Related Changes in Gerrit:

Event Timeline

Change #1200283 had a related patch set uploaded (by Samwilson; author: Samwilson):

[mediawiki/core@master] Add Special:WatchlistLabels

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

Change #1200283 merged by jenkins-bot:

[mediawiki/core@master] Add Special:WatchlistLabels

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

dom_walden subscribed.

I did some brief regression testing of Special:Watchlist, Special:EditWatchlist (including /raw and /clear).

I checked that the name and target of the links are correct and that my username is shown underneath the links (except on Special:Watchlist).

I did turn on the new special page ($wgEnableWatchlistLabels = true;), but it is a blank page at the moment.