r44685 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44684‎ | r44685 | r44686 >
Date:20:35, 16 December 2008
Author:aaron
Status:deferred
Tags:
Comment:
u/sigma should go in a better place
Modified paths:
  • /trunk/extensions/FlaggedRevs/language/RatingHistory.i18n.php (modified) (history)
  • /trunk/extensions/FlaggedRevs/specialpages/RatingHistory_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/language/RatingHistory.i18n.php
@@ -20,8 +20,7 @@
2121 'ratinghistory-3years' => 'last 3 years',
2222 'ratinghistory-chart' => 'Reader feedback rating over time',
2323 'ratinghistory-users' => 'Users who gave ratings',
24 - 'ratinghistory-graph' => '$2 of "$3" ($1 {{PLURAL:$1|review|reviews}})
25 - <tspan font-weight="normal">[<tspan fill="blue">μ</tspan>=$4; <tspan fill="blue">σ</tspan>=$5]</tspan>',
 24+ 'ratinghistory-graph' => '$2 of "$3" ($1 {{PLURAL:$1|review|reviews}})',
2625 'readerfeedback-svg' => 'View as SVG',
2726 'ratinghistory-none' => 'There is not enough reader feedback data available for graphs at this time.',
2827 'ratinghistory-legend' => 'The \'\'\'daily average rating\'\'\' <font color="blue">\'\'(blue)\'\'</font> and
Index: trunk/extensions/FlaggedRevs/specialpages/RatingHistory_body.php
@@ -446,9 +446,9 @@
447447 $plot->format['rave'] = array( 'style' => 'stroke:green; stroke-width:1;' );
448448 $plot->format['dcount'] = array( 'style' => 'stroke:red; stroke-width:1;' );
449449 #'attributes' => "marker-end='url(#circle)'");
450 - $pageText = $wgContLang->truncate( $this->page->getPrefixedText(), 60, '...' );
 450+ $pageText = $wgContLang->truncate( $this->page->getPrefixedText(), 65, '...' );
451451 $plot->title = wfMsgExt('ratinghistory-graph',array('parsemag','content'),
452 - $totalCount, wfMsgForContent("readerfeedback-$tag"), $pageText, $u, $sd );
 452+ $totalCount, wfMsgForContent("readerfeedback-$tag"), $pageText );
453453 $plot->styleTitle = 'font-family: sans-serif; font-weight: bold; font-size: 12pt;';
454454 $plot->backgroundStyle = 'fill:#F0F0F0;';
455455 // extra code for markers

Status & tagging log