Extension:SmartComments
SmartComments État de la version : bêta |
|
---|---|
Auteur(s) | |
Maintenance | ArchiXL |
Dernière version | 2.0.0 () |
Politique de compatibilité | Le master conserve la compatibilité arrière. |
MediaWiki | 1.39 |
PHP | 7.4 |
Modifie la base de données |
Oui |
Tables | sic_anchor sic_data sic_diff_table |
Licence | Licence publique générale GNU v2.0 ou supérieur |
Téléchargement | GitHub: Note : |
|
|
L'extension SmartComments permet aux utilisateurs du wiki de publier des commentaires en ligne attachés à des fragments de texte sur les pages du wiki, de manière comparable à la publication de commentaires d'évaluation dans Microsoft Word et d'autres traitements de texte.
Installation
- Téléchargez et placez le(s) fichier(s) dans un répertoire appelé
SmartComments
dans votre dossierextensions/
.
Les développeurs et les contributeurs au code doivent à la place installer l'extension à partir de Git en utilisant:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/SmartComments - Ajoutez le code suivant à la fin de votre fichier LocalSettings.php :
wfLoadExtension( 'SmartComments' );
- Exécutez le script de maintenance MediaWiki
update.php
pour ajouter les tables de base de données - Gérez les autorisations des utilisateurs si nécessaire (voir ci-dessous)
- Fait – Accédez à Special:Version sur votre wiki pour vérifier que l'extension a bien été installée.
Mettre à jour vers la v2.0.0
Si vous aviez déjà installé SmartComments et que vous migrez maintenant vers la version 2.0.0, suivez les étapes décrites ici.
Utilisation
L'utilisation est assez simple. 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.
Historique des versions
- 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 - - Version initiale (version bêta)
Voir aussi
- Beta status extensions/fr
- Extensions with invalid or missing type/fr
- GPL licensed extensions/fr
- Extensions in GitHub version control/fr
- Extensions which add rights/fr
- LoadExtensionSchemaUpdates extensions/fr
- BeforePageDisplay extensions/fr
- SkinTemplateNavigation::Universal extensions/fr
- ResourceLoaderGetConfigVars extensions/fr
- SMW::Property::initProperties extensions/fr
- SMW::Store::BeforeDataUpdateComplete extensions/fr
- SMWStore::updateDataBefore extensions/fr
- ParserCacheSaveComplete extensions/fr
- MediaWikiServices extensions/fr
- ArticleDeleteAfterSuccess extensions/fr
- ResourceLoaderRegisterModules extensions/fr
- All extensions/fr
- Semantic MediaWiki extensions/fr
- Extensions by ArchiXL/fr
- Annotation extensions/fr