Page MenuHomePhabricator

RevisionSlider should show parsed edit summaries in the tooltips
Closed, ResolvedPublic

Description

RevisionSlider should show parsed edit summaries in the tooltips rather than raw edit summaries (which are WikiText). To do this you can just request 'parsedcomment' instead of 'comment' from the API. You may also need to relax the output escaping. Note that parsedcomment is already htmlescaped for you, so this shouldn't be a security issue.

Event Timeline

kaldari raised the priority of this task from to Medium.
kaldari updated the task description. (Show Details)
kaldari subscribed.
kaldari edited a custom field.

I changed comment to parsed comment but if I remove the mw.html.escape(), the output is unescaped and we see long vertical lines of characters on the slider again. So I put the escaping back on.