r107682 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107681‎ | r107682 | r107683 >
Date:00:23, 31 December 2011
Author:reedy
Status:ok
Tags:
Comment:
Wordwrap long string
Modified paths:
  • /trunk/extensions/MetricsReporting/ApiAnalyticsBase.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MetricsReporting/ApiAnalyticsBase.php
@@ -348,8 +348,10 @@
349349 'data' => array(
350350 ' timeseries - returns ordered list of value pairs, one for each month within range',
351351 ' timeseriesindexed - like timeseries, but each month\'s value will be relative to oldest month\'s value which is always 100',
352 - ' percentagegrowthlastmonth, percentagegrowthlastyear, percentagegrowthfullperiod - growth percentages are relative to oldest' .
353 - ' value (80->100=25%) although trivial, requesting these metrics through API ensures all clients use same calculation',
 352+ wordwrap( ' percentagegrowthlastmonth, percentagegrowthlastyear, percentagegrowthfullperiod - growth percentages are relative to oldest' .
 353+ 'value (80->100=25%) although trivial, requesting these metrics through API ensures all clients use same calculation',
 354+ 100, "\n "
 355+ ),
354356 ),
355357 'reportlanguage' => 'Language code, used to expand region and country codes into region and country name',
356358 'selectregions' => array(

Status & tagging log