Mediawiki extension.
- Version 2.1
- Extension gives feedback regarding the articles
- User can send messages to wiki sysops.
- User can see and change article's rating.
- Special pages with feedback.
- Feedback popup available only for "Medik" skin (can be changed at the beginning of FeedbackUsHooks:activateFB()).
- List of commented articles.
- Only sysops can access.
- User can mark an item as "solved".
- Solved items contain username and timestamp.
- Chart of reviewed articles
- Options: rating, number of article's reviewers (with given rating)
- Make sure you have MediaWiki 1.36+ installed.
- "Medik" skin selected.
- Download and place the extension to your /extensions/ folder.
- Add the following code to your LocalSettings.php:
wfLoadExtension( 'FeedbackUs' );
$wgGroupPermissions['*']['feedbackus'] = false;
$wgGroupPermissions['sysop']['feedbackus'] = true;- Run
maintenance/update.php, feedbackus, articlescores and articlescores_sum tables will be added (if not exist).
Edit config section of extension.json.
This extension is available in English and Czech language. For other languages, just edit files in /i18n/ folder.
- Manifest version 2
- MW 1.29+
- Config moved to extensions.json
- Bootstrap modals
- Magic box removed
- Checkboxes removed
- Stars' rating instead of dropdown.
- Direct link in the OTRS message. Feedback item has a detail page now.
- Message can be edited at Mediawiki:feedbackus-message-subject and Mediawiki:feedbackus-message-body.
- "The constant DB_SLAVE/MASTER deprecated in 1.28. Use DB_REPLICA/PRIMARY instead.
- User can mark an item as "solved".
- "Solving" an item triggers sending info to OTRS.
- Solved items contain username and timestamp.
- Options: rating, number of article's reviewers (with given rating), number of articles displayed
- Josef Martiňák, Petr Kajzar
- MIT License, Copyright (c) 2023 First Faculty of Medicine, Charles University