Clone this repo:
  1. 26e342e Localisation updates from https://translatewiki.net. by Translation updater bot · 3 days ago master wmf/branch_cut_pretest wmf/next
  2. 7763371 Localisation updates from https://translatewiki.net. by Translation updater bot · 11 days ago wmf/1.47.0-wmf.4
  3. 6e7a311 build: Updating ws to 8.20.1 by libraryupgrader · 12 days ago
  4. c45a694 build: Updating npm dependencies by libraryupgrader · 13 days ago wmf/1.47.0-wmf.3
  5. d909a87 build: Updating basic-ftp to 5.3.1 by libraryupgrader · 3 weeks ago

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