Localisation updates from https://translatewiki.net.

Change-Id: If405b2be56e0c74911a93565dda8220d8fd0959b
1 file changed
tree: 19738f54bc018fe8e3673b8b39a540c4d1e26e2e
  1. .eslintrc.json
  2. .gitignore
  3. .gitreview
  4. .phpcs.xml
  5. .rubocop.yml
  6. .stylelintrc.json
  7. CODE_OF_CONDUCT.md
  8. Gemfile
  9. Gemfile.lock
  10. Gruntfile.js
  11. README.md
  12. composer.json
  13. extension.json
  14. i18n/
  15. jsduck.json
  16. modules/
  17. package.json
  18. resources/
  19. src/
  20. tests/
README.md

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