Last modified: 2014-08-06 22:59:04 UTC
Created attachment 15707 [details] screenshot of the problem The AJAX implementation of flagged revs, returns html fragments in case of errors: <p><b>Unable to review this revision</b></p><p>Permission denied</p>. This textual html fragment is passed straight to mw.notify, but mw.notify can only handle: HTML dom, jQueryElements, a message key or plain text.
*** Bug 67484 has been marked as a duplicate of this bug. ***
Affected message key for better search result: 'revreview-failed'
Change 152186 had a related patch set uploaded by Bartosz Dziewoński: Parse HTML in JavaScript failure notices https://gerrit.wikimedia.org/r/152186
Change 152186 abandoned by Bartosz Dziewoński: Parse HTML in JavaScript failure notices Reason: Bah… https://gerrit.wikimedia.org/r/152186
Change 147320 had a related patch set uploaded by Bartosz Dziewoński: Do not show raw HTML code in notification https://gerrit.wikimedia.org/r/147320
Change 147320 merged by jenkins-bot: Do not show raw HTML code in notification https://gerrit.wikimedia.org/r/147320
Turns out this had a patch by Fomafix pending for almost three weeks.