Page MenuHomePhabricator

Replace html paragraph tags in i18n
Closed, ResolvedPublic1 Estimated Story Points

Description

As follow up to T254946: HTML escaping bug in RevisionSlider tutorial we should remove the HTML in the tutorial message and use linebreaks and wikitext parsing instead.

  • Change the message as follows.
  • Make sure it looks the same as before (see the screenshot below for reference). If the resulting HTML uses <p> or <br><br> doesn't matter.
revisionslider-help-dialog-slide3a
<p>To compare certain revisions, select the revisions using the two colored knobs.</p><p>The upper knob controls the newer revision, the lower knob maps to the older revision.</p><p>Move the knobs by drag and drop or clicking on the slider line.</p>
To compare certain revisions, select the revisions using the two colored knobs.\n\nThe upper knob controls the newer revision, the lower knob maps to the older revision.\n\nMove the knobs by drag and drop or clicking on the slider line.

Screenshot from 2022-02-07 15-05-43.png (287×351 px, 24 KB)

Event Timeline

thiemowmde updated the task description. (Show Details)
thiemowmde set the point value for this task to 1.
thiemowmde moved this task from Incoming to Backlog on the WMDE-TechWish-Maintenance board.

Is this issue still open?
if Yes,Can I work on it?
This is my very first contribution I need some guidance. I want to work on this issue. Please help me get started.
@WMDE-Fisch @Aklapper

Change 771512 had a related patch set uploaded (by Abhigya Pandey; author: Abhigya Pandey):

[mediawiki/extensions/RevisionSlider@master] Replace html paragraph tags in i18n

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

Hi, @Aklapper, @WMDE-Fisch and @thiemowmde I tried to solve this issue and made a PR please review it and suggest the required changes needed to solve this issue.

(@abhigya_pandey: Thanks. There was a notification in this very task; six minutes before your comment. Plus Gerrit notifications. No need for triplication.)

Hi, thiemowmde I have uploaded patch set 2 with the necessary changes please review it and give your feedback.

Hello,
How can we view any particular installed extension in our local environment of Wikimedia.
We can see the list of installed extension by going to the Special:Version page but what I want is that how we can see subpages of any particular extension in local after installing it.
By going to which route we can view changes done by myself in code base of particular extension in localhost.

Not all extensions have a subpage. RevisionSlider can be found by opening the history of any page and clicking any of the diff links. RevisionSlider appears as a small bar at the top, which can be expanded. The message in this ticket can be see by clicking the question mark icon.

Change 771512 merged by jenkins-bot:

[mediawiki/extensions/RevisionSlider@master] Replace html paragraph tags in i18n

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