Closed Bug 565399 Opened 14 years ago Closed 14 years ago

2 new download sources

Categories

(addons.mozilla.org Graveyard :: Statistics, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: fligtar, Assigned: jbalogh)

Details

(Whiteboard: [qa-])

Please add 2 new download sources below. The code portion doesn't have to land immediately, but please add them to the database by the end of this week so that they can be tracked when the new firstrun page goes live next week.

1. src=fxfirstrun
Name: Firefox First-run Page
Desc: Downloads from the first-run page of Firefox, which is loaded the first time a user starts Firefox

2. src=fxwhatsnew
Name: Firefox What's New Page
Desc: Downloads from the What's New page of Firefox, which is loaded after a user updates Firefox
In the db in http://github.com/jbalogh/zamboni/commit/c4c579fa459dc88fa3b690303af75dbf946fdc62

jbalogh: can you cherry pick this to next?  After that we can move this out of 5.11
Target Milestone: 5.11 → 4.x (triaged)
fligtar: if you write these in a format like the following it will be that much easier to add:

            'fxfirstrun' => array(
                'title'       => ___('Firefox First-run Page'),
                'description' => ___('Downloads from the first-run page of Firefox, which is loaded the first time a user starts Firefox.'),
            ),
            'fxwhatsnew' => array(
                'title'       => ___("Firefox What's New Page"),
                'description' => ___("Downloads from the What's New page of Firefox, which is loaded after a user updates Firefox."),
            ),
Assignee: nobody → jbalogh
Target Milestone: 4.x (triaged) → 5.11
r67576
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.