Extension:BunchPatrol

From mediawiki.org
MediaWiki extensions manual
BunchPatrol
Release status: experimental
Implementation Special page
Description Bunches many edits of a user together, so they can be patrolled all at once
Author(s) Travis Derouin (Tderouintalk)
MediaWiki >= 1.35.0
License GNU General Public License 2.0 or later
Download https://git.legoktm.com/ashley/ShoutHow/src/master/extensions/BunchPatrol

The BunchPatrol extension bunches many edits of a user together, so they can be patrolled all at once via the new Special:BunchPatrol page by users who have the patrol user right.

Users cannot bunch-patrol their own edits.

The extension was originally written by Travis Derouin for wikiHow. This page describes the ShoutHow fork, which, miraculously, does not have any external dependencies and should theoretically run on an unmodified MediaWiki, but compatibility with any and all officially supported versions of MediaWiki is not guaranteed.

Installation[edit]

  • Download and place the file(s) in a directory called BunchPatrol in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'BunchPatrol' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.