Extension:SmartComments/cs

Category:Extensions with invalid or missing type/csCategory:GPL licensed extensions/cs
Příručka k rozšířením MediaWiki
SmartComments
Stav rozšíření: betaCategory:Beta status extensions/cs
Autoři
Správci ArchiXL
Nejnovější verze 2.0.5 ()
Zásady kompatibility Větev master zachovává zpětnou kompatibilitu.
MediaWiki 1.39Category:Extensions with manual MediaWiki version
PHP 7.4
Změny v databázi Ano
Tabulky sic_anchor
sic_data
sic_diff_table
Licence GNU General Public License 2.0 nebo novější
Stáhnout Category:Extensions in GitHub version control/cs
Category:All extensions/csCategory:Extensions not in ExtensionJson

Rozšíření SmartComments umožňuje uživatelům wiki posílat komentáře připojené k textovým fragmentům na stránkách wiki, srovnatelné s přidáváním komentářů k recenzím v aplikaci Microsoft Word a dalších textových procesorech.

Installation

  • Download soubor/y a vložte je do adresáře pojmenovaného SmartComments ve vaší složce extensions/.
  • Na konec vašeho souboru LocalSettings.php přidejte následující kód:
    wfLoadExtension( 'SmartComments' );
    
  • Run the MediaWiki update.php maintenance script to add the database tables
  • Manage user permissions if needed (see below)
  • Yes Dokončeno – Přejděte na stránku Special:Version vaší wiki a zkontrolujte, zda bylo rozšíření úspěšně nainstalováno.

You can also clone via git

git clone https://github.com/ArchiXL/SmartComments.git

Updating to v2.0.0

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

Usage

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.

Version history

  • 2.0.5 - - Compatibility improvements for MediaWiki 1.43 and SemanticMediaWiki 5.0.0
  • 2.0.4 - - Bug fixes with annotations containing and pipe char
  • 2.0.3 - - Renamed .container to .sic-container
  • 2.0.2 - - Several bug fixes and performance improvements
  • 2.0.1 - - Skin compatability changes
  • 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 - - Initial version (beta release)

See also

Category:Semantic MediaWiki extensions/cs Category:Extensions by ArchiXL/cs Category:Annotation extensions/cs
Category:All extensions/cs Category:Annotation extensions/cs Category:ArticleDeleteAfterSuccess extensions/cs Category:BeforePageDisplay extensions/cs Category:Beta status extensions/cs Category:Extensions by ArchiXL/cs Category:Extensions in GitHub version control/cs Category:Extensions not in ExtensionJson Category:Extensions which add rights/cs Category:Extensions with invalid or missing type/cs Category:Extensions with manual MediaWiki version Category:GPL licensed extensions/cs Category:LoadExtensionSchemaUpdates extensions/cs Category:MediaWikiServices extensions/cs Category:ParserCacheSaveComplete extensions/cs Category:ResourceLoaderGetConfigVars extensions/cs Category:ResourceLoaderRegisterModules extensions/cs Category:SMW::Property::initProperties extensions/cs Category:SMW::Store::BeforeDataUpdateComplete extensions/cs Category:SMWStore::updateDataBefore extensions/cs Category:Semantic MediaWiki extensions/cs Category:SkinTemplateNavigation::Universal extensions/cs