[go: nahoru, domu]

Localisation updates from https://translatewiki.net.

Change-Id: I723f7e055bee90a9e8a56b5cab418bccbdad530c
1 file changed
tree: 0300a5f52fe25248a1e83fed06e94b82e9eea66c
  1. .phan/
  2. i18n/
  3. modules/
  4. resources/
  5. src/
  6. tests/
  7. .eslintrc.json
  8. .gitignore
  9. .gitreview
  10. .phpcs.xml
  11. .stylelintrc.json
  12. .svgo.config.js
  13. CODE_OF_CONDUCT.md
  14. composer.json
  15. COPYING
  16. extension.json
  17. Gruntfile.js
  18. jsduck.json
  19. package-lock.json
  20. package.json
  21. README.md
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

Browser Tests

See tests/selenium/README.md