mediawiki-extensions-Revisi.../modules
Leszek Manicki a2774984c4 Make JavaScript code and CSS follow the style guide.
Changes include:
 - not passing in HTML attributes when creating tag elements,
 - creating HTML elements instead of appending hand-crafted HTML,
 - single append() calls instead of multiple consecutie appends,
 - not using raw HTML messages when not needed,
 - prefixing all CSS classes and IDs with "mw-" to avoid potential
   name conflicts.

Change-Id: I164538bbaf44d46a4c66659f56e07ec7225d7fa9
2016-05-31 14:57:14 +02:00
..
ext.RevisionSlider.css Make JavaScript code and CSS follow the style guide. 2016-05-31 14:57:14 +02:00
ext.RevisionSlider.DiffPage.js Make JavaScript code and CSS follow the style guide. 2016-05-31 14:57:14 +02:00
ext.RevisionSlider.fetchRevisions.js If the slider fails to load then fail nicely! 2016-05-12 09:46:39 +01:00
ext.RevisionSlider.init.js Make JavaScript code and CSS follow the style guide. 2016-05-31 14:57:14 +02:00
ext.RevisionSlider.Pointer.js Make pointer offset depend on whether pointer is the upper pointer. 2016-05-26 12:30:12 +02:00
ext.RevisionSlider.PointerView.js Make JavaScript code and CSS follow the style guide. 2016-05-31 14:57:14 +02:00
ext.RevisionSlider.Revision.js Use correct time offset based on server and user settings 2016-05-13 11:02:20 +00:00
ext.RevisionSlider.RevisionList.js Adds the missing first revision to the slider. 2016-05-12 15:25:37 +00:00
ext.RevisionSlider.RevisionListView.js Make JavaScript code and CSS follow the style guide. 2016-05-31 14:57:14 +02:00
ext.RevisionSlider.Slider.js Fix bug that caused the most recent revision to never be visible. 2016-05-26 10:56:25 +02:00
ext.RevisionSlider.SliderView.js Make JavaScript code and CSS follow the style guide. 2016-05-31 14:57:14 +02:00