2016-05-11 15:42:32 +00:00
|
|
|
# RevisionSlider extension
|
|
|
|
|
|
|
|
This MediaWiki extension shows a slider allowing selecting and comparing of revisions on a diff page
|
|
|
|
|
|
|
|
## Installation
|
2016-11-24 14:53:31 +00:00
|
|
|
Check out this extension into the `extensions` folder of your MediaWiki installation and add the following line to your `LocalSettings.php`:
|
2016-05-11 15:42:32 +00:00
|
|
|
|
|
|
|
wfLoadExtension( 'RevisionSlider' );
|
|
|
|
|
|
|
|
## Tests
|
2016-11-24 14:53:31 +00:00
|
|
|
Before executing tests run the following in the root directory of the extension once:
|
2016-05-11 15:42:32 +00:00
|
|
|
|
|
|
|
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
|