mediawiki-extensions-Revisi.../modules
Leszek Manicki 8ec7004cc3 Do not escape quotes and double quotes in user names
Quotes and double quotes are allowed as part of a user name/page title.
Other things escaped by previously used mw.html.escape, ie. <, >, &
are not allowed in a user name any way. But just in case, to stick with
current preventive behaviour, this strips those three characters
if they somehow happen to appear in the user name returned by API.

Bug: T141171
Change-Id: I08dd09dcc94823461d7e9a8b116c088c4e8ee8d5
2016-07-26 10:24:44 +02:00
..
ext.RevisionSlider.css Prefix all classes and IDs with mw-revslider 2016-07-01 11:27:23 +01:00
ext.RevisionSlider.DiffPage.js Prefix all classes and IDs with mw-revslider 2016-07-01 11:27:23 +01:00
ext.RevisionSlider.fetchRevisions.js Add a simple JSDuck config file 2016-06-22 14:40:27 +02:00
ext.RevisionSlider.HelpDialog.js Open links in the "tutorial" in the new window 2016-07-20 12:28:20 +02:00
ext.RevisionSlider.init.js Make RevisionList expect list of Revision object 2016-07-05 00:01:46 +02:00
ext.RevisionSlider.noscript.css Prefix all classes and IDs with mw-revslider 2016-07-01 11:27:23 +01:00
ext.RevisionSlider.Pointer.js Enhance code documentation. 2016-06-21 13:25:50 +02:00
ext.RevisionSlider.PointerView.js Prefix all classes and IDs with mw-revslider 2016-07-01 11:27:23 +01:00
ext.RevisionSlider.Revision.js Account for suppressed comments and users 2016-07-15 09:27:59 +01:00
ext.RevisionSlider.RevisionList.js Make RevisionList expect list of Revision object 2016-07-05 00:01:46 +02:00
ext.RevisionSlider.RevisionListView.js Do not escape quotes and double quotes in user names 2016-07-26 10:24:44 +02:00
ext.RevisionSlider.Slider.js Enhance code documentation. 2016-06-21 13:25:50 +02:00
ext.RevisionSlider.SliderView.js Prefix all classes and IDs with mw-revslider 2016-07-01 11:27:23 +01:00