Extension:ContentStabilization

From mediawiki.org
This extension is maintained by a member of the MediaWiki Stakeholders' Group .
MediaWiki extensions manual
ContentStabilization
Release status: stable
Description Allows users to mark pages as "approved" or "draft" and to view the most recent approved version of a page.
Author(s) Hallo Welt! GmbH
Latest version 2.0.0-alpha
Compatibility policy For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension.
MediaWiki 1.35+
Database changes Yes
Composer mediawiki/content-stabilization
License GNU General Public License 3.0 only
Download
  • $wgBlueSpiceUEModulePDFShowStabilizationTag
  • $wgBlueSpiceBookshelfExportListDisabled
  • $wgBlueSpiceBookshelfExportListStable
  • $wgContentStabilizationEnabledNamespaces
  • $wgBlueSpiceExtendedSearchIndexOnlyStable
  • $wgContentStabilizationAllowFirstUnstable
  • $wgBlueSpicePageApprovedReminderDelay
  • $wgContentStabilizationDraftGroups
  • $wgContentStabilizationInclusionMode
  • $wgContentStabilizationStabilizeSMWProperties
  • $wgBlueSpiceBookshelfExportListUnstable
  • contentstabilization-admin
  • contentstabilization-oversight
  • contentstabilization-stabilize
Quarterly downloads 6 (Ranked 138th)
Translate the ContentStabilization extension if it is available at translatewiki.net

The ContentStabilization extension activates an approval mechanism. New versions of a page are initially marked as drafts. These remain in place until a user with approval rights reviews and approves the page.

Installation[edit]

  • Download and move the extracted ContentStabilization folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/ContentStabilization
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'ContentStabilization' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

External links[edit]

See also[edit]