Extension:UnblockMe

Category:Extensions with a broken download link
This extension is in development right now, please don't download it until this message is removed. Thank you for your understanding!
Category:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
UnblockMe
Release status: experimentalCategory:Experimental extensions
Implementation Special page Category:Special page extensions
Description Allows blocked users to submit unblock requests for administrators to review.
Author(s) Examknow, Kizule
Latest version 1.0.3
MediaWiki Category:Extensions without MediaWiki version
Database changes Yes
License GNU General Public License 2.0 or later
Download Category:Extensions in Wikimedia version control
Quarterly downloads 6 (Ranked 89th)
Translate the UnblockMe extension if it is available at translatewiki.net
Category:All extensionsCategory:Extensions not in ExtensionJson

The extension UnblockMe was developed to take away some of the issues in talk page unblock requests. This extension is still in beta meaning that there is still work to be done.

Usage

Only users with the unblock right may review requests. Any logged in user may submit an unblock request. Unblock requests are submitted via Special:UnblockMe and they can be reviewed on Special:UnblockRequests.

Installation

  • Download and move the extracted UnblockMe 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/UnblockMe
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'UnblockMe' );
    
  • Run the update script which will automatically create the necessary database tables that this extension needs.
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Category:All extensions Category:Experimental extensions Category:Extensions in Wikimedia version control Category:Extensions not in ExtensionJson Category:Extensions with a broken download link Category:Extensions without MediaWiki version Category:Extensions without a compatibility policy Category:GPL licensed extensions Category:Special page extensions