Extension:DeleteHistory

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
DeleteHistory

Release status: stable

Implementation Special page
Description Delete history and optimize MySQL database to win a lot of disk space
Author(s) Pierre Mavro (PmavroTalk)
Last version 0.4.1
MediaWiki 1.14+
License GNU General Public Licence 2.0
Download Snapshot

Check usage (experimental)

Contents

[edit] Informations

This extension delete history is for :

  • Delete unwanted old informations that could be find on history
  • Win up to 90% disks space on MediaWiki database

[edit] Installation

  • Be sure you've got php5-cli installed. If you're under Debian like OS :
aptitude install php5-cli
  • Download the latest version of DeleteHistory
  • Uncompress it in your extensions directory (ex. /var/www/mediawiki/extensions).
# DeleteHistory
$wgGroupPermissions['sysop']['DeleteHistory'] = true;
include('extensions/DeleteHistory/DeleteHistory.php');
  • That's all, now you can go in Special Pages and try the DeleteHistory extension. If you don't see anything new, it's because you don't have the admin privileges.

[edit] User rights

If you don't see anything new, it's because you don't have the admin privileges.

[edit] Usage

Go into Special Page to delete history.

[edit] Changelog

[edit] v0.4.1

  • Fix some vulnerability

[edit] v0.4

  • Compatible with MediaWiki 1.18

[edit] v0.3

  • Show in KB or MB in the database space won when an optimize runs
  • Changed shown order (Result,Optimisation Status,Logs)
  • Added arrays style to results

[edit] v0.2

  • Compatible with MediaWiki 1.16

[edit] v0.1

  • First release
Personal tools
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Print/export
Toolbox