Extension:PurgeClickThrough/de-formal

This page is a translated version of the page Extension:PurgeClickThrough and the translation is 40% complete.
MediaWiki extensions manual
PurgeClickThrough
Release status: unmaintained
Implementation action (invalid type)
Author(s) Brian Wolff (BawolffDiskussion)
MediaWiki 1.18+
License Public domain
Download
Quarterly downloads 1 (Ranked 143rd)
Translate the PurgeClickThrough extension if it is available at translatewiki.net

Add a page to click through when you do action=purge. This allows one to see debugging messages from $wgDebugComments since purge is one the most interesting bugs appear.

Installation

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens PurgeClickThrough im Ordner extensions/ ablegen.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/PurgeClickThrough
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
    require_once "$IP/extensions/PurgeClickThrough/PurgeClickThrough.php";
    
  •   Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.

Siehe auch