Extension:SmartComments/pl
SmartComments Status wydania: beta |
|
---|---|
Autor(zy) | |
Opiekun(owie) | ArchiXL |
Ostatnia wersja | 2.0.0 () |
Polityka zgodności | Master utrzymuje kompatybilność wsteczną. |
MediaWiki | 1.39 |
PHP | 7.4 |
Zmiany w bazie danych | Tak |
Tabele | sic_anchor sic_data sic_diff_table |
Licencja | Licencja GNU General Public License 2.0 lub nowsza |
Pobieranie | GitHub: Uwaga: |
|
|
The SmartComments extension enables wiki users to post inline comments attached to text fragments on wiki pages, comparable to posting review comments in Microsoft Word and other word processors.
Instalacja
- Pobierz i umieść plik(i) w katalogu o nazwie
SmartComments
w folderzeextensions/
.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/SmartComments - Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
wfLoadExtension( 'SmartComments' );
- Run the MediaWiki
update.php
maintenance script to add the database tables - Manage user permissions if needed (see below)
- Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.
Updating to v2.0.0
If you had SmartComments previously installed, and now migrating to 2.0.0, follow the steps described here.
Użycie
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.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)
Zobacz też
- Beta status extensions/pl
- Extensions with invalid or missing type/pl
- GPL licensed extensions/pl
- Extensions in GitHub version control/pl
- Extensions which add rights/pl
- LoadExtensionSchemaUpdates extensions/pl
- BeforePageDisplay extensions/pl
- SkinTemplateNavigation::Universal extensions/pl
- ResourceLoaderGetConfigVars extensions/pl
- SMW::Property::initProperties extensions/pl
- SMW::Store::BeforeDataUpdateComplete extensions/pl
- SMWStore::updateDataBefore extensions/pl
- ParserCacheSaveComplete extensions/pl
- MediaWikiServices extensions/pl
- ArticleDeleteAfterSuccess extensions/pl
- ResourceLoaderRegisterModules extensions/pl
- All extensions/pl
- Semantic MediaWiki extensions/pl
- Extensions by ArchiXL/pl
- Annotation extensions/pl