Extension:DeleteQueue
From MediaWiki.org
|
DeleteQueue Release status: experimental |
|
|---|---|
| Description | Creates a queue-based system for managing deletion |
| Author(s) | Andrew Garrett (WerdnaTalk) |
| License | GPL 2 or later |
| Download | Download snapshot Subversion [Help] |
|
Check usage (experimental) |
|
Note: the extension creator stated: "It does nothing, at the moment. It exists mostly as a record of a failed/abandoned attempt to implement the functionality in question."
Creates a queue-based system for managing deletion.
[edit] Installation
To install this extension, add the following to LocalSettings.php:
#add configuration parameters here #setup user rights here require_once("$IP/extensions/DeleteQueue/DeleteQueue.php");
