Closed
Bug 595996
Opened 15 years ago
Closed 15 years ago
Discovery pane download source
Categories
(addons.mozilla.org Graveyard :: Discovery Pane, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
5.11.10
People
(Reporter: fligtar, Assigned: jbalogh)
References
()
Details
(Whiteboard: [z])
Right now discovery pane links to add-ons with src=api. We should make those links src=discovery-pane and add the new source to the database.
(We don't have to do the pretty name and description yet)
Assignee | ||
Comment 1•15 years ago
|
||
Aren't these links going to go to special pages? Does it matter what the src is?
Assignee | ||
Comment 2•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 3•15 years ago
|
||
Verified FIXED; links are https://preview.addons.mozilla.org/z/en-US/firefox/addon/15679/?src=discovery-pane, etc.
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 4•15 years ago
|
||
Did you run the query/migration as well?
(In reply to comment #1)
> Aren't these links going to go to special pages? Does it matter what the src
> is?
They will eventually go to the special details pages which will use the discovery-pane download source, but until then, we need it here.
Reporter | ||
Comment 5•15 years ago
|
||
Re-opening for comment #4 question -- did we run the SQL migration?
Also, we should have disco pane sources on the add-ons in the collection promos.
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 6•15 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Comment 7•15 years ago
|
||
All add-ons now have ?src=discovery-pane; not sure about the SQL migration -- someone with access to the DB can check if the stats are working.
Comment 8•15 years ago
|
||
(In reply to comment #7)
> All add-ons now have ?src=discovery-pane; not sure about the SQL migration --
> someone with access to the DB can check if the stats are working.
From the push bug -- bug 595741:
Run schematic? [y/n]: y
Running migration 77:
INSERT INTO download_sources (name, type, created)
VALUES ('discovery-pane', 'full', NOW());
Verified FIXED.
Status: RESOLVED → VERIFIED
Updated•15 years ago
|
Updated•9 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
•