https://bugzilla.wikimedia.org/show_bug.cgi?id=30227
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #9 from [email protected] 2011-09-29 12:26:28 UTC --- Copying the bug report from[0]: ---- I noticed in [[Scott Tucker (racing driver)]] that the Objective rating for the article is currently pegged at 715827884.3 after 9 votes. How did someone get a vote in the millions in? ---- The API[2] currently returns the following on that page { "query": { "articlefeedback": [ { "pageid": "25986151", "revid": 452916497, "ratings": [ { "ratingid": 1, "ratingdesc": "articlefeedback-field-trustworthy-label", "total": 12, "count": 5, "countall": 9 }, { "ratingid": 2, "ratingdesc": "articlefeedback-field-objective-label", "total": 4294967306, "count": 6, "countall": 9 }, { "ratingid": 3, "ratingdesc": "articlefeedback-field-complete-label", "total": 7, "count": 6, "countall": 9 }, { "ratingid": 4, "ratingdesc": "articlefeedback-field-wellwritten-label", "total": 9, "count": 5, "countall": 8 } ], "status": "current" } ] } } [1] https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Thread:Talk:Article_feedback/Bug%3F [2] http://en.wikipedia.org/w/api.php?action=query&format=jsonfm&list=articlefeedback&afpageid=25986151&afanontoken=&afuserrating=0&maxage=0&smaxage=2592000 -- 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
