Extension:SpamRegex/de

From Linux Web Expert

MediaWiki-Erweiterungen
SpamRegex
Freigabestatus: stabil
File:Special.spamregex.png
Einbindung Spezialseite
Beschreibung Fügt eine Spezialseite hinzu, um ungewünschte reguläre Ausdrücke herauszufiltern.
Autor(en)
Letzte Version 1.7.0 (2020-03-10)
MediaWiki 1.39+
Datenbankänderungen Ja
Lizenz Keine Lizenz angegeben
Herunterladen
Quarterly downloads Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Übersetze die SpamRegex-Erweiterung, wenn sie auf translatewiki.net verfügbar ist
Probleme Offene Aufgaben · Einen Fehler melden

Die Erweiterung SpamRegex erstellt eine neue Seite namens "Special:SpamRegex", um ungewünschte Links oder Text herauszufiltern. Eine vollständige Liste von aktuell gesperrten Links oder Text kann auch auf dieser Spezialseite angesehen werden. The spamregexed expressions cannot be used in page content, edit summaries or page move summaries, depending on what was chosen by the user who blocked links or text.

Installation

  • <translate> [[<tvar name=2>Special:ExtensionDistributor/SpamRegex/de</tvar>|Download]] and move the extracted <tvar name=name>SpamRegex/de</tvar> folder to your <tvar name=ext>extensions/</tvar> directory.</translate>
    <translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/SpamRegex%2Fde
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'SpamRegex/de' );
    
  • <translate> Run the [[<tvar name=update>Special:MyLanguage/Manual:Update.php</tvar>|update script]] which will automatically create the necessary database tables that this extension needs.</translate>
  • This extension uses Handbuch:Memcached - please check if Memcached is configured properly in Global/LocalSettings.php .
  • Ensure the spamregex user right is given to a group that exists; by default this user right is given to the staff user group (which does not exist in a default MediaWiki installation).


Verwendung

  1. Gehe zu "Special:SpamRegex"
  1. Enter the phrase to be blocked into the "Phrase to block" box
  1. Supply a reason for blocking the phrase
  1. Select one or both of the available options: block phrase in page text & block phrase in summary (edit summaries, page move summaries)
  1. Press the "Block this phrase" button

Siehe auch