commit | 51a1d340fa606557b27c38cc383ddef7451a1fdf | [log] [tgz] |
---|---|---|
author | Translation updater bot <[email protected]> | Wed Aug 28 09:39:54 2024 +0200 |
committer | Translation updater bot <[email protected]> | Wed Aug 28 09:39:54 2024 +0200 |
tree | 6c8ae29edd38b2b09e6abff47348f65c1d82e444 | |
parent | 9abb0bf56fcd128b26a39e07c78007ad948c7605 [diff] |
Localisation updates from https://translatewiki.net. Change-Id: I7dafe0dab9af044c84dba1d1a882ffbd626fadef
This MediaWiki extension shows a slider allowing selecting and comparing of revisions on a diff page
Check out this extension into the extensions
folder of your MediaWiki installation and add the following line to your LocalSettings.php
:
wfLoadExtension( 'RevisionSlider' );
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
See https://www.mediawiki.org/wiki/Manual:JavaScript_unit_testing#Run_the_tests
See tests/selenium/README.md