Extension:Purge

From MediaWiki.org

Jump to: navigation, search

         

Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear action run.png
Purge

Release status: stable

Implementation  User interface
Description Adds a purge tab on all normal pages and bypasses the purge check for anonymous users allowing for quick purging of the cache
Author(s)  Ævar Arnfjörð Bjarmason
MediaWiki  1.11 or higher
License GNU GPL v2 or higher
Download Download snapshot

Subversion [Help]
Browse source code

check usage (experimental)

Purge adds a purge tab on all normal pages and bypasses the purge check for anonymous users allowing for quick purging of the cache

[edit] Installation

  1. Download the latest snapshot and extract it to your extensions directory.
  2. Add
    require_once( "$IP/extensions/Purge/Purge.php" );
    to LocalSettings.php
  3. The extension should be now active.

[edit] see also