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)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

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/)
Summary: "Popular Collections" are off/incorrect → "Popular Collections" are off/incorrect on the homepage
Target Milestone: --- → 5.10
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
Oh, we switched from total subscribers to weekly subscribers in zamboni? I think I remember that now.
(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.
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.