https://bugzilla.wikimedia.org/show_bug.cgi?id=31373
Aaron Schulz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|FlaggedRevs |General/Unknown Version|any |1.18 Product|MediaWiki extensions |MediaWiki --- Comment #1 from Aaron Schulz <[email protected]> 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? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
