Extension:UploadBlacklist/de-formal

From mediawiki.org
This page is a translated version of the page Extension:UploadBlacklist and the translation is 25% complete.
MediaWiki extensions manual
UploadBlacklist
Release status: unmaintained
Implementation User activity
Description Allows configuration of an array with sha1 hashes which can then no longer be uploaded
Author(s) Brooke VibberDiskussion
MediaWiki 1.25+
License GNU General Public License 2.0 or later
Download
  • $ubUploadBlacklist
Quarterly downloads 1 (Ranked 143rd)
Translate the UploadBlacklist extension if it is available at translatewiki.net
Issues Open tasks · Report a bug

Download

The extension can be retrieved directly from Git [?]:

  • Browse code
  • Some extensions have tags for stable releases.
  • Each branch is associated with a past MediaWiki release. There is also a "master" branch containing the latest alpha version (might require an alpha version of MediaWiki).

Extract the snapshot and place it in the extensions/UploadBlacklist/ directory of your MediaWiki installation.

If you are familiar with Git and have shell access to your server, you can also obtain the extension as follows:

cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/UploadBlacklist.git

Installation

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens UploadBlacklist 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/UploadBlacklist
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
    wfLoadExtension( 'UploadBlacklist' );
    $ubUploadBlacklist = array ('hash1', 'hash2', ...)
    
  • Yes Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.