r109986 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109985‎ | r109986 | r109987 >
Date:02:31, 25 January 2012
Author:rsterbin
Status:ok (Comments)
Tags:aft 
Comment:
Rearranged the order of messages and documentation lines so that they match (and so that I could make a complete list of the messages missing documentation)
Modified paths:
  • /trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.i18n.php
@@ -118,8 +118,6 @@
119119 'articlefeedbackv5-percent-found' => '<span class="stat-marker positive">$1%</span> found what they were looking for',
120120 'articlefeedbackv5-overall-rating' => 'Rating: $1/5',
121121 'articlefeedbackv5-special-title' => '==Feedback==',
122 - 'articlefeedbackv5' => 'Article feedback dashboard',
123 - 'articlefeedbackv5-desc' => 'Article feedback',
124122 'articleFeedbackv5-table-caption-dailyhighsandlows' => 'Today\'s highs and lows',
125123 'articleFeedbackv5-table-caption-dailyhighs' => 'Pages with highest ratings: $1',
126124 'articleFeedbackv5-table-caption-dailylows' => 'Pages with lowest ratings: $1',
@@ -132,6 +130,8 @@
133131 'articlefeedbackv5-dashboard-bottom' => "'''Note''': We will continue to experiment with different ways of surfacing pages in these dashboards. At present, the dashboards include the following pages:
134132 * Pages with highest/lowest ratings: pages that have received at least 10 ratings within the last 24 hours. Averages are calculated by taking the mean of all ratings submitted within the last 24 hours.
135133 * Recent lows: pages that got 70% or more low (2 stars or lower) ratings in any category in the last 24 hours. Only pages that have received at least 10 ratings in the last 24 hours are included.",
 134+ 'articlefeedbackv5' => 'Article feedback dashboard',
 135+ 'articlefeedbackv5-desc' => 'Article feedback',
136136
137137 /* Feedback forms */
138138 /* Option 1 ("Did you find what you were looking for?") */
@@ -342,8 +342,6 @@
343343 'articlefeedbackv5-form-delete' => '{{Identical|Delete}}',
344344 'articlefeedbackv5-form-oversight' => 'Request that an oversighter review this feedback',
345345 'articlefeedbackv5-form-unoversight' => 'Remove request for oversight',
346 - 'articlefeedbackv5-oversight-saved' => 'Oversight request saved successfully',
347 - 'articlefeedbackv5-unoversight-saved' => 'Request for oversight removed successfully',
348346 'articlefeedbackv5-form-header' => "* '''$1''' is the feedback ID.
349347 * '''$2''' is the date and time at which the feedback was given.",
350348 'articlefeedbackv5-form1-header-found' => 'Parameters:
@@ -359,6 +357,8 @@
360358 'articlefeedbackv5-form2-header-suggestion' => 'Parameters:
361359 * $1 is a user name.',
362360 'articlefeedbackv5-form4-header' => 'Messages in the feedback dashboard to indicate that a user was only presented with a Call To Action form. This is a feedback form that asks a user to do something, rather than provide feedback.',
 361+ 'articlefeedbackv5-oversight-saved' => 'Oversight request saved successfully',
 362+ 'articlefeedbackv5-unoversight-saved' => 'Request for oversight removed successfully',
363363 'articlefeedbackv5-discussion-page' => '{{Identical|Discussion}}',
364364 'articlefeedbackv5-whats-this' => '{{Identical|Help}}',
365365 'articlefeedbackv5-special-title' => 'don\'t touch "== ==".

Comments

#Comment by Santhosh.thottingal (talk | contribs)   14:23, 25 January 2012

I have a small php script for that. See https://gist.github.com/1676475

#Comment by Rsterbin (talk | contribs)   16:51, 25 January 2012

Thanks.

Status & tagging log