Skip to content

MWStake/FeedbackUs-archive

Repository files navigation

FeedbackUs

Mediawiki extension.

Description

  • 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()).

SpecialPage

SpecialPage:FeedbackUs

  • List of commented articles.
  • Only sysops can access.
  • User can mark an item as "solved".
  • Solved items contain username and timestamp.

SpecialPage:ArticleScores

  • Chart of reviewed articles
  • Options: rating, number of article's reviewers (with given rating)

Installation

  • 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).

Configuration

Edit config section of extension.json.

Internationalization

This extension is available in English and Czech language. For other languages, just edit files in /i18n/ folder.

RELEASE NOTES

1.1

  • Manifest version 2
  • MW 1.29+
  • Config moved to extensions.json

1.2

  • Bootstrap modals
  • Magic box removed

2.0

  • 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.

2.1

  • "The constant DB_SLAVE/MASTER deprecated in 1.28. Use DB_REPLICA/PRIMARY instead.

FeedbackUs special page

  • User can mark an item as "solved".
  • "Solving" an item triggers sending info to OTRS.
  • Solved items contain username and timestamp.

ArticleScores special page

  • Options: rating, number of article's reviewers (with given rating), number of articles displayed

Authors and license

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors