mediawiki/extensions/BlueSpiceFlaggedRevsConnector - Gitiles

MediaWiki extension BlueSpiceFlaggedRevsConnector

Clone this repo:
  1. ac566cf Replace deprecated wfGetDB by Umherirrender · 4 weeks ago master
  2. b0dc1ee Localisation updates from https://translatewiki.net. by Translation updater bot · 3 weeks ago
  3. d5625a0 Localisation updates from https://translatewiki.net. by Translation updater bot · 5 weeks ago
  4. 8447bfd Merge "Remove indirect calls to IDBAccessObject::READ_* constants" by Robert Vogel · 8 weeks ago
  5. 2ae729c Localisation updates from https://translatewiki.net. by Translation updater bot · 9 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';