MediaWiki extension BlueSpiceFlaggedRevsConnector

Clone this repo:
  1. 3653aca build: Updating eslint-config-wikimedia to 0.27.0 by libraryupgrader · 8 days ago master
  2. 13996f8 Localisation updates from https://translatewiki.net. by Translation updater bot · 11 days ago
  3. 8c321a8 Localisation updates from https://translatewiki.net. by Translation updater bot · 2 weeks ago
  4. 21be4d9 Localisation updates from https://translatewiki.net. by Translation updater bot · 3 weeks ago
  5. cf36e4e Localisation updates from https://translatewiki.net. by Translation updater bot · 4 weeks ago

This package requires third party extensions. They need to be installed the regulat way in <mediawiki>/extensions directory

FlaggedRevs

Using git (in your mediawiki webroot):

git clone -b REL1_27 https://github.com/wikimedia/mediawiki-extensions-FlaggedRevs.git extensions/FlaggedRevs

Using Special:ExtensionDistributor on mediawiki.org

https://www.mediawiki.org/wiki/Special:ExtensionDistributor/FlaggedRevs

or

wget https://extdist.wmflabs.org/dist/extensions/FlaggedRevs-REL1_27-2723016.tar.gz

How to turn on ReadConfirmation after review successfully finished

Add into LocalSettings.php the following line of code:

$bsgReadConfirmationMechanism = '\\BlueSpice\\FlaggedRevsConnector\\ReadConfirmation\\Mechanism\\PageApproved::factory';