Closed
Bug 486631
Opened 16 years ago
Closed 15 years ago
Clicking "Learn More" in Thunderbird's extension manager redirects to Firefox-specific add-on page
Categories
(addons.mozilla.org Graveyard :: API, defect, P3)
addons.mozilla.org Graveyard
API
Tracking
(Not tracked)
VERIFIED
FIXED
5.8
People
(Reporter: gkw, Assigned: davedash)
Details
Attachments
(1 file)
338.35 KB,
image/png
|
Details |
Clicking "Learn More" in Thunderbird's extension manager redirects to Firefox-specific add-on page, it should redirect to TB's version.
e.g. https://addons.mozilla.org/addon/5373 which is clicked from ThunderBrowse in Thunderbird extension manager redirects to https://addons.mozilla.org/en-US/firefox/addon/5373
It should redirect to:
https://addons.mozilla.org/en-US/thunderbird/addon/5373
Comment 1•16 years ago
|
||
Nick: this is one of the bugs I was talking about yesterday.
Updated•16 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Updated•15 years ago
|
blocking-thunderbird3.0: --- → ?
Comment 2•15 years ago
|
||
Just ran into this... Note I'm also using the default browser and not ThunderBrowse, so it's sending the URL to Firefox to process. UserAgent isn't going to help for that redirect, it needs to identify the app in the URL.
Comment 3•15 years ago
|
||
Well, the API must let us tell it that we're Thunderbird and we must be telling it, since otherwise we'd just be getting back Firefox recommendations, so I can't imagine anything that would make this a Tb bug: we get back a link that leads to a bad place, we display it, when you click it it leads to a bad place.
Component: Mail Window Front End → API
Product: Thunderbird → addons.mozilla.org
QA Contact: front-end → api
Version: Trunk → unspecified
Comment 4•15 years ago
|
||
Sorry for spam, temporarily need to move back to clear blocking request flag.
Component: API → General
Product: addons.mozilla.org → Thunderbird
QA Contact: api → general
Updated•15 years ago
|
blocking-thunderbird3.0: ? → ---
Updated•15 years ago
|
Component: General → API
Product: Thunderbird → addons.mozilla.org
QA Contact: general → api
Updated•15 years ago
|
Severity: minor → normal
Comment 5•15 years ago
|
||
The old version of the API didn't include the application in the <learnmore> links. The new version does, as you can see here: https://preview.addons.mozilla.org/z/en-US/thunderbird/api/1.3/list/featured/all/
I expect the new version in production around mid-late march.
Assignee: nobody → dd
Status: NEW → RESOLVED
Closed: 15 years ago
Priority: -- → P3
Resolution: --- → FIXED
Target Milestone: --- → 5.8
Comment 6•15 years ago
|
||
Comment 7•15 years ago
|
||
Verified FIXED; after changing several entries to point to preview.addons.mozilla.org, rather than services.addons.mozilla.org, the "Learn More" link goes to:
https://preview.addons.mozilla.org/en-US/thunderbird/addon/1865/?src=api
Status: RESOLVED → VERIFIED
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
•