Closed
Bug 529070
Opened 16 years ago
Closed 16 years ago
Contributions statistics broken for individual contributions
Categories
(addons.mozilla.org Graveyard :: Statistics, defect)
addons.mozilla.org Graveyard
Statistics
Tracking
(Not tracked)
VERIFIED
FIXED
5.3.1
People
(Reporter: osunick, Assigned: clouserw)
Details
Attachments
(1 file)
|
2.30 KB,
patch
|
davedash
:
review+
|
Details | Diff | Splinter Review |
As an admin, go to this page:
https://addons.mozilla.org/en-US/statistics/addon/201
Change the dropdown in the graph to "contributions" and the graph and table are empty.
| Assignee | ||
Comment 1•16 years ago
|
||
aliases don't work in the WHERE clause. Since this is a simple one, I just duplicated it from the SELECT. These might be able to be optimized further, since an EXPLAIN says it's still touching a bunch more rows than it returns.
Assignee: nobody → clouserw
Attachment #412681 -
Flags: review?(dd)
Comment 2•16 years ago
|
||
Comment on attachment 412681 [details] [diff] [review]
lame sauce
yeah mysql is brilliantly inconsistent about aliases.
Attachment #412681 -
Flags: review?(dd) → review+
| Assignee | ||
Comment 3•16 years ago
|
||
r56155
QA: This page has no CSV data on it (just a header) right now. Once preview updates it'll have CSV data: https://preview.addons.mozilla.org/en-US/statistics/csv/201/contributions?group_by=date
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → 5.4
Comment 4•16 years ago
|
||
https://preview.addons.mozilla.org/en-US/statistics/csv/201/contributions?group_by=date now has CSV data (while logged in).
Verified FIXED.
Status: RESOLVED → VERIFIED
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•