Page MenuHomePhabricator

Expose tags via the tooltip metadata
Closed, ResolvedPublic

Description

Motivation
I want to know as much as I can about a revision. Therefore I want to be able to see the tags in the revisionslider as well.
This was also mentioned as user feedback in: https://www.mediawiki.org/wiki/Topic:U1ntgwd3ntlr3v1w

Solution

  • For each tag of the revision, add a line to the RevisionSlider tool tip
  • The tags should be in sans-serif, font-weight:normal

Mock
(in German unfortunately, but the last lines are tags)

Bildschirmfoto 2018-08-02 um 14.09.30.png (480×1 px, 178 KB)

Notes
The list of possible tagscan be found here in en
in de

Event Timeline

Change 454482 had a related patch set uploaded (by SrishtiSethi; owner: srish):
[mediawiki/extensions/RevisionSlider@master] Show tags data on the tooltip in Revision Slider

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

With new code changes, the tags are shown one in each line on the tooltip.

If I understood it correctly it's not the tag's code name, but display name (under 'Appearance on change lists' column on https://en.wikipedia.org/wiki/Special:Tags) that we need to show.

Screenshot attached:

Screen Shot 2018-08-22 at 1.16.46 AM.png (722×1 px, 105 KB)

Change 454482 merged by jenkins-bot:
[mediawiki/extensions/RevisionSlider@master] Show tags data on the tooltip in Revision Slider

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

@SrishtiSethi: Assuming that this is resolved as per merged patch. If not, then please reopen.