Jump to content

Extension:AuthorProtect: Difference between revisions

From mediawiki.org
Content deleted Content added
new download method
No edit summary
Line 16: Line 16:
|readme = [[Extension:AuthorProtect#Usage|Readme]]
|readme = [[Extension:AuthorProtect#Usage|Readme]]
|changelog = [[Extension:AuthorProtect#Changelog|Changelog]]
|changelog = [[Extension:AuthorProtect#Changelog|Changelog]]
|license = None (Public Domain)
|parameters =
|rights = author, authorprotect
|rights = author, authorprotect
}}
}}

Revision as of 16:44, 14 July 2008

MediaWiki extensions manual
AuthorProtect
Release status: stable
Implementation User rights , Page action
Description Allows the author of a page to protect it from other users
Author(s) Ryan Schmidt (Skizzerztalk)
Latest version 1.1
MediaWiki 1.11+
  • $wgRestrictionLevels
author, authorprotect
Licence None (Public Domain)
Download
Readme
Changelog
Translate the AuthorProtect extension if it is available at translatewiki.net

Usage

This extension allows page authors to protect pages from non-authors on a page-by-page basis. Authors with the 'authorprotect' permission will gain a protect tab on pages they author that gives them access to this interface. Because logs and anonymous users don't mix very well (as with the fact that all anonymous users share the same user id), anonymous users are unable to use this extension regardless of if they have the 'authorprotect' right or not.

Warning Warning: Do not assign the author right via GroupPermissions (except to those who you want to be able to edit author-protected pages)! This right is automatically assigned to the author of the page. Assigning this right via $wgGroupPermissions gives that group the ability to edit all author-protected pages, regardless of if they are the author of the page or not.

Download instructions

Please download the latest snapshot and extract it into $IP/extensions. Note: $IP stands for the root directory of your MediaWiki installation, the same directory that holds LocalSettings.php.

Installation

To install this extension, add the following to LocalSettings.php:

require_once("$IP/extensions/AuthorProtect/AuthorProtect.php");

Changelog

Version 1.1
Many bugfixes, basically made it work when using expirys and trying to unprotect. Also added author to the real protection interface so sysops can revert bad changes, etc.
Version 1.0
First stable release. Moved code to subversion repository.
Version 0.1
Initial beta release. Has not been tested at all as of yet. Unless you want to test this extension, do not install this version.

See also