Jump to content

Extension:FlaggedRevs

From mediawiki.org
Revision as of 03:36, 28 March 2007 by Aaron Schulz (talk | contribs) (start)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
MediaWiki extensions manual
Revision control
Release status: unknown
File:Revisionreview.png
Implementation Special page
Description Revision control allows for a reviewer class of users to rate article's accuracy/depth/style and set those revisions as the default revision to show upon normal page view (".../wiki/pagename"). These revisions will remain the same if even if included templates are changed or images are overwritten.
Author(s) Joerg Baach, Aaron Schulz
MediaWiki 1.9
Database changes Yes
License GNU General Public License 2.0 or later
Download SVN
Help Help:Extension:FlaggedRevs
Example
  • $wgFlaggedRevsRestrictionLevels
  • $wgSimpleFlaggedRevsUI
  • $wgFlaggedRevsTagsAuto
  • $wgFlaggedRevsAutoReview
  • $wgFlaggedRevsHandleIncludes
  • $wgFlaggedRevsTagsRestrictions
  • $wgFlaggedRevsTags
  • $wgFlaggedRevsLowProfile
  • $wgFlaggedRevsAutoconfirm
  • $wgFlaggedRevsOverride
  • $wgFlaggedRevsProtection
  • $wgFlaggedRevsAutopromote
  • $wgFlaggedRevsNamespaces
checkuser
Quarterly downloads 55 (Ranked 89th)

Setup

Add the include_once line of FlaggedRevs.php into localsettings.php.

Run the FlaggedRevs.sql query, subsituting in your wiki's table prefix.

Use

First, make sure there is a bureacrat or steward account (Stewards can set any arbitrary rights). Bureacrat accounts, by default promote users to reviewer status.

Users with reviewer status will have a small rating form on page view and diffs that lets them review revisions (actually they lead to the comfirmation interface).

Logging

A log of promotion/demotion of reviewers and why is kept at Special:Log.

A log of the approval/unapproval of revisions is kept at Special:Log.

Licensing and downloads

(c) GPL, Jeorg Baach, Aaron Schulz, 2007