Last modified: 2011-10-05 18:03:00 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T33373, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 31373 - Special:ValidationStatistics messages broken on plwiki
Special:ValidationStatistics messages broken on plwiki
Status: RESOLVED DUPLICATE of bug 31385
Product: MediaWiki
Classification: Unclassified
General/Unknown (Other open bugs)
1.18.x
All All
: Unprioritized minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on: 31385
Blocks:
  Show dependency treegraph
 
Reported: 2011-10-05 11:22 UTC by Leinad
Modified: 2011-10-05 18:03 UTC (History)
6 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Leinad 2011-10-05 11:22:44 UTC
In the Polish interface (http://pl.wikipedia.org/wiki/Specjalna:Statystyki_oznaczania?uselang=pl) "duration of time" and "median duration of time" are empty while English (http://pl.wikipedia.org/wiki/Specjalna:Statystyki_oznaczania?uselang=en) looks ok.
Comment 1 Aaron Schulz 2011-10-05 17:10:29 UTC
Yes, the data is OK:

aaron@hume:~$ mwscript eval.php plwiki
> var_dump( FlaggedRevsStats::getStats() );
array(9) {
  ["reviewLag-sampleSize"]=>
  int(517)
  ["reviewLag-average"]=>
  int(57819)
  ["reviewLag-median"]=>
  int(5710)
  ["reviewLag-percentile"]=>
  array(8) {
    [35]=>
    int(1449)
    [45]=>
    int(3878)
    [55]=>
    int(8910)
    [65]=>
    int(23331)
    [75]=>
    int(47493)
    [85]=>
    int(71308)
    [90]=>
    int(87211)
    [95]=>
    int(159769)
  }
  ["totalPages-NS"]=>
  array(2) {
    [0]=>
    int(837320)
    [10]=>
    int(29819)
  }
  ["reviewedPages-NS"]=>
  array(2) {
    [0]=>
    int(837313)
    [10]=>
    int(29793)
  }
  ["syncedPages-NS"]=>
  array(2) {
    [0]=>
    int(836186)
    [10]=>
    int(29783)
  }
  ["pendingLag-average"]=>
  int(201768)
  ["statTimestamp"]=>
  string(14) "20111005075845"
}

>

Maybe something is wrong with the formatTimePeriod() function in Language.php?
Comment 2 Roan Kattouw 2011-10-05 17:24:35 UTC
See bug 31385.
Comment 3 Aaron Schulz 2011-10-05 18:03:00 UTC

*** This bug has been marked as a duplicate of bug 31385 ***

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links