Jump to content

Erweiterung:SmartComments

From mediawiki.org
This page is a translated version of the page Extension:SmartComments and the translation is 33% complete.
Outdated translations are marked like this.
MediaWiki-Erweiterungen
SmartComments
Freigabestatus: Beta
Autor(en)
Betreuer ArchiXL
Letzte Version 2.0.0 ()
Kompatibilitätspolitik Der Master behält die Abwärtskompatibilität bei.
MediaWiki 1.39
PHP 7.4
Datenbankänderungen Ja
Tabellen sic_anchor
sic_data
sic_diff_table
Lizenz GNU General Public License 2.0 oder neuer
Herunterladen
  • add-inlinecomments,
  • manage-inlinecomments

SmartComments ist eine Erweiterung, mit der Wiki-Benutzer/innen Inline-Kommentare an Textfragmente auf Wiki-Seiten anhängen können, vergleichbar mit dem Verfassen von Überprüfungskommentaren in Microsoft Word und anderen Textverarbeitungsprogrammen.

Installation

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens SmartComments im Ordner extensions/ ablegen.
    Entwickler und Code-Beitragende sollten stattdessen die Erweiterung von Git installieren, mit:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/SmartComments
  • Folgenden Code am Ende deiner LocalSettings.php -Datei einfügen:
    wfLoadExtension( 'SmartComments' );
    
  • Führe das MediaWiki update.php Wartungsskript aus, um die Datenbanktabellen hinzuzufügen
  • Verwalte bei Bedarf die Berechtigungen der Benutzer (siehe unten)
  • Yes Erledigt – Navigiere zu Special:Version in deinem Wiki, um zu überprüfen, ob die Erweiterung erfolgreich installiert wurde.

Updating to v2.0.0

If you had SmartComments previously installed, and now migrating to 2.0.0, follow the steps described here.

Verwendung

Usage is fairly straightforward. Users can post comments by selecting a text fragment on any wiki page and entering comment text in the popup window. Commented text on a wiki page is highlighted in light yellow. Upon clicking such a text fragment, the posted comment is displayed on the right edge of the page. Users can reply to posted comments.

In addition to posting and viewing comments, users with the "manage-inlinecomments" permission can delete other users' comments and toggle comments' status between "open" and "completed". Comments can be managed from the page on which they have been posted or from the "Special:SmartComments" special page.

SemanticMediaWiki

If SemanticMediaWiki has been installed, comments are (additionally) available as subobjects on the page where they have been posted and can be queried accordingly.

Versionsverlauf

  • 2.0.0 - - Several improvements, see release page for more information
  • 1.5.5 - - Fixed bug where you could select everything in the page (now only limited to the #mw-content-text div)
  • 1.5.4 - - (SpecialPage)
    • Removed the use of SMW\HtmlTabs and created custom tabs
  • 1.5.3 - - Removed hard requirement of SemanticMediaWiki in extension.json
  • 1.5.2 - - Several improvements on the admin page (Special:SmartComments)
  • 1.5.1 - - Fixed missing i18n-strings and replaced deprecated SMW hooks
  • 1.5.0 - - Allow comments to be made on HTML selections
  • 1.4.4 - - 3. Mai 2024 - Erste Version (Beta-Veröffentlichung)

Siehe auch