MediaWiki extension RevisionSlider

Clone this repo:
  1. 8adf610 Localisation updates from https://translatewiki.net. by Translation updater bot · 8 days ago master wmf/1.43.0-wmf.25 wmf/branch_cut_pretest
  2. fecf0a7 Localisation updates from https://translatewiki.net. by Translation updater bot · 10 days ago wmf/1.43.0-wmf.24
  3. 9f996d3 Localisation updates from https://translatewiki.net. by Translation updater bot · 4 weeks ago wmf/1.43.0-wmf.22 wmf/1.43.0-wmf.23 wmf/next
  4. 51a1d34 Localisation updates from https://translatewiki.net. by Translation updater bot · 5 weeks ago wmf/1.43.0-wmf.21
  5. 9abb0bf Merge "build: Update MediaWiki requirement to 1.43" by jenkins-bot · 6 weeks ago wmf/1.43.0-wmf.20

RevisionSlider extension

This MediaWiki extension shows a slider allowing selecting and comparing of revisions on a diff page

Installation

Check out this extension into the extensions folder of your MediaWiki installation and add the following line to your LocalSettings.php:

wfLoadExtension( 'RevisionSlider' );

Tests

Before executing tests run the following in the root directory of the extension once:

composer install
npm install

For the tests run:

composer test
node_modules/.bin/grunt test

QUnit Tests

See https://www.mediawiki.org/wiki/Manual:JavaScript_unit_testing#Run_the_tests

Browser Tests

See tests/selenium/README.md