r44650 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44649‎ | r44650 | r44651 >
Date:04:44, 16 December 2008
Author:aaron
Status:ok
Tags:
Comment:
More title tweaks
Modified paths:
  • /trunk/extensions/FlaggedRevs/specialpages/RatingHistory_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/specialpages/RatingHistory_body.php
@@ -434,10 +434,10 @@
435435 $plot->format['rave'] = array( 'style' => 'stroke:green; stroke-width:1;' );
436436 $plot->format['dcount'] = array( 'style' => 'stroke:red; stroke-width:1;' );
437437 #'attributes' => "marker-end='url(#circle)'");
438 - $pageText = $wgContLang->truncate( $this->page->getPrefixedText(), 80, '...' );
 438+ $pageText = $wgContLang->truncate( $this->page->getPrefixedText(), 70, '...' );
439439 $plot->title = wfMsgExt('ratinghistory-graph',array('parsemag','content'),
440440 $totalCount, wfMsgForContent("readerfeedback-$tag"), $pageText );
441 - $plot->styleTitle = 'font-family: sans-serif; font-weight: bold; font-size: 11pt;';
 441+ $plot->styleTitle = 'font-family: sans-serif; font-weight: bold; font-size: 12pt;';
442442 $plot->backgroundStyle = 'fill:#F0F0F0;';
443443 // extra code for markers
444444 // FIXME: http://studio.imagemagick.org/pipermail/magick-bugs/2003-January/001038.html

Status & tagging log