mediawiki-extensions-Revisi.../modules
Moriel Schottlender 7b75c1ebf2 Use momentjs to display internationalized timestamps
MediaWiki uses the momentJS module to display standard timestamps;
this means you can avoid calculating the user offset, but also, it
means that all timestamps are internationalized and translated, and
use the standard view that MW uses in its interfaces.

We can store the user's offset in a RevisionSlider variable so we can
refer to it in timestamp construction, as well as manipulate it in
tests without touching any global user options that may affect other
tests.

Bug: T136825
Change-Id: I67d9859b8f33ab8a217128822e246e7ab67f6511
2016-06-03 13:20:35 +00:00
..
ext.RevisionSlider.css Add resize cursor to pointers 2016-06-03 11:12:49 +02:00
ext.RevisionSlider.DiffPage.js Fire event for wikipage.content hook 2016-06-03 11:52:49 +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 Use momentjs to display internationalized timestamps 2016-06-03 13:20:35 +00:00
ext.RevisionSlider.noscript.css When JavaScript disabled do not show RevisionSlider 2016-05-31 19:49:08 +00: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 Add resize cursor to pointers 2016-06-03 11:12:49 +02:00
ext.RevisionSlider.Revision.js Use momentjs to display internationalized timestamps 2016-06-03 13:20:35 +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 Merge "Use parsed comment instead of custom parsing" 2016-06-02 15:46:02 +00: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 Add resize cursor to pointers 2016-06-03 11:12:49 +02:00