Closed
Bug 560391
Opened 16 years ago
Closed 16 years ago
"Popular Collections" are off/incorrect on the homepage
Categories
(addons.mozilla.org Graveyard :: Collections, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
5.10
People
(Reporter: stephend, Assigned: jbalogh)
References
()
Details
(Whiteboard: [z])
Fligtar noticed this:
On https://preview.addons.mozilla.org/z/en-US/firefox/, the "Popular Collections" are off.
Specifically, the first one has 1,386 subscribers, while the next two have 3 and 1, respectively.
(Compare with Remora: https://preview.addons.mozilla.org/en-US/firefox/)
| Reporter | ||
Updated•16 years ago
|
Summary: "Popular Collections" are off/incorrect → "Popular Collections" are off/incorrect on the homepage
Target Milestone: --- → 5.10
| Assignee | ||
Comment 1•16 years ago
|
||
These are ordered by weekly subscribers, and that info must not be available on preview. Check out https://addons.mozilla.org/z/en-US/firefox/?browse=featured.
mysql> select localized_string, weekly_subscribers from collections c, translations t where c.name=t.id and t.locale='en-us' order by weekly_subscribers desc limit 10;
+-------------------------+--------------------+
| localized_string | weekly_subscribers |
+-------------------------+--------------------+
| Family Organizer | 1 |
| Fashion Your Firefox | 0 |
| Web Developer's Toolbox | 0 |
| Games for Gamers | 0 |
| Traveler's Pack | 0 |
| The Best Add-ons Ever | 0 |
| Addons for Researchers | 0 |
| Firebug Add-ons | 0 |
| Social Circuit | 0 |
| Reference Desk | 0 |
+-------------------------+--------------------+
Assignee: nobody → jbalogh
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
Comment 2•16 years ago
|
||
Oh, we switched from total subscribers to weekly subscribers in zamboni? I think I remember that now.
| Assignee | ||
Comment 3•16 years ago
|
||
(In reply to comment #2)
> Oh, we switched from total subscribers to weekly subscribers in zamboni? I
> think I remember that now.
It should make that box refresh more.
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
•