https://bugzilla.wikimedia.org/show_bug.cgi?id=30227
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #7 from [email protected] 2011-09-02 17:19:51 UTC --- (In reply to comment #6) > There is a similar bug that is visible on http://en.wikipedia.org/wiki/Mormons Indeed, it displays * Trustworthy: 130150527.4 * Objective: 113025458.3 * Complete: 119304650.5 * Well-written: 3.8 Is the fix deployed yet? For the record, http://en.wikipedia.org/w/api.php?action=query&format=jsonfm&list=articlefeedback&afpageid=18925&afanontoken=&afuserrating=0&maxage=0&smaxage=2592000 returns the following data for that page right now: ------------------------------------ { "query": { "articlefeedback": [ { "pageid": "18925", "revid": 447998960, "ratings": [ { "ratingid": 1, "ratingdesc": "articlefeedback-field-trustworthy-label", "total": 4294967404, "count": 33, "countall": 55 }, { "ratingid": 2, "ratingdesc": "articlefeedback-field-objective-label", "total": 4294967414, "count": 38, "countall": 60 }, { "ratingid": 3, "ratingdesc": "articlefeedback-field-complete-label", "total": 4294967418, "count": 36, "countall": 59 }, { "ratingid": 4, "ratingdesc": "articlefeedback-field-wellwritten-label", "total": 130, "count": 34, "countall": 59 } ], "status": "current" } ] } } ------------------------------------ -- 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
