http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89779
Revision: 89779
Author: catrope
Date: 2011-06-09 18:15:52 +0000 (Thu, 09 Jun 2011)
Log Message:
-----------
Fix messages on Special:ArticleFeedback per Howie
Modified Paths:
--------------
trunk/extensions/ArticleFeedback/ArticleFeedback.i18n.php
trunk/extensions/ArticleFeedback/SpecialArticleFeedback.php
Modified: trunk/extensions/ArticleFeedback/ArticleFeedback.i18n.php
===================================================================
--- trunk/extensions/ArticleFeedback/ArticleFeedback.i18n.php 2011-06-09
18:10:02 UTC (rev 89778)
+++ trunk/extensions/ArticleFeedback/ArticleFeedback.i18n.php 2011-06-09
18:15:52 UTC (rev 89779)
@@ -86,7 +86,9 @@
'articleFeedback-table-heading-page' => 'Page',
'articleFeedback-table-heading-average' => 'Average',
'articleFeedback-copy-above-highlow-tables' => 'This is an experimental
feature. Please provide feedback on the [$1 discussion page].',
- 'articleFeedback-copy-below-highlow-tables' => 'These tables contain
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.',
+ 'articlefeedback-dashboard-bottom' => "'''Note''': We will continue to
experiment with different ways of surfacing articles in these dashboards. At
present, the dashboards include the following articles:
+* Page with highest/lowest ratings: articles 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.
+* Recent lows: articles that got 70% or more low (2 stars or lower) ratings in
any category in the last 24 hours. Only articles that have received at least 10
ratings in the last 24 hours are included.",
/* Special:Preferences */
'articlefeedback-disable-preference' => "Don't show the Article
feedback widget on pages",
/* EmailCapture */
Modified: trunk/extensions/ArticleFeedback/SpecialArticleFeedback.php
===================================================================
--- trunk/extensions/ArticleFeedback/SpecialArticleFeedback.php 2011-06-09
18:10:02 UTC (rev 89778)
+++ trunk/extensions/ArticleFeedback/SpecialArticleFeedback.php 2011-06-09
18:15:52 UTC (rev 89779)
@@ -38,13 +38,12 @@
//render daily lows table
$this->renderDailyHighsAndLows( $lows, wfMsg(
'articleFeedback-table-caption-dailylows', $wgLang->date( time() )));
- // provide some messaging below high/low tables
- $wgOut->addWikiMsg(
'articleFeedback-copy-below-highlow-tables' );
-
/*
This functionality does not exist yet.
$this->renderWeeklyMostChanged();*/
$this->renderProblems();
+
+ $wgOut->addWikiMsg( 'articlefeedback-dashboard-bottom'
);
} else {
$wgOut->addWikiText( 'This page has been disabled.' );
}
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs