r87605 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87604‎ | r87605 | r87606 >
Date:23:42, 6 May 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
added missing right
Modified paths:
  • /trunk/extensions/Ratings/Ratings.i18n.php (modified) (history)
  • /trunk/extensions/Ratings/Ratings.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Ratings/Ratings.php
@@ -122,3 +122,5 @@
123123 }
124124
125125 require_once 'Ratings.settings.php';
 126+
 127+$wgAvailableRights[] = 'rate';
\ No newline at end of file
Index: trunk/extensions/Ratings/Ratings.i18n.php
@@ -19,6 +19,7 @@
2020 */
2121 $messages['en'] = array(
2222 'ratings-desc' => 'Allows users to rate different "properties" of pages',
 23+ 'right-rate' => 'Required to be able to rate.',
2324
2425 // Rating stars
2526 'ratings-starsratings-desc' => 'Displays a simple star rating control allowing the user to rate a certain property of a page.

Follow-up revisions

RevisionCommit summaryAuthorDate
r87619Followup r87605/r8760: Make description of userright consistent with existing...raymond08:42, 7 May 2011

Status & tagging log