Erweiterung:PushToWatch

From mediawiki.org
This page is a translated version of the page Extension:PushToWatch and the translation is 33% complete.
MediaWiki-Erweiterungen
PushToWatch
Freigabestatus: stabil
Einbindung Benutzer-Schnittstelle, SeitenaktivitÀt
Beschreibung Allows to push a page to another user's watchlist
Autor(en) François Leurent (cloudyksDiskussion)
Letzte Version 0.3.0 (2020-11-24)
KompatibilitÀtspolitik Snapshots werden zusammen mit MediaWiki veröffentlicht. Der Master ist nicht abwÀrtskompatibel.
MediaWiki >= 1.37.0
DatenbankÀnderungen Nein
Lizenz GNU General Public License 2.0 oder neuer
Herunterladen
  • pushtowatch
Quarterly downloads 2 (Ranked 142nd)
Übersetze die PushToWatch-Erweiterung, wenn sie auf translatewiki.net verfĂŒgbar ist
Probleme Offene Aufgaben · Einen Fehler melden

The PushToWatch extension allows to push a page to another user's watchlist.

Installation

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens PushToWatch 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/PushToWatch
  • Folgenden Code am Ende deiner LocalSettings.php -Datei einfĂŒgen:
    wfLoadExtension( 'PushToWatch' );
    
  • Yes Erledigt – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu ĂŒberprĂŒfen.

Verwendung

You should see a form at the bottom of all pages, preceded by the list of all current watcher. You can put someone account name (login), there, press enter to submit. The page will refresh itself, and changes take effect immediately.

The "pusher" and the "pushed to" will receive email notifying them of the "forced invitation".