Closed
Bug 977758
Opened 11 years ago
Closed 11 years ago
Search should return results for add-on where compatible version exists, but is not latest
Categories
(addons.mozilla.org Graveyard :: API, defect)
addons.mozilla.org Graveyard
API
Tracking
(Not tracked)
VERIFIED
FIXED
2014-04
People
(Reporter: kmag, Assigned: kmag)
Details
This causes serious problems, with versions of add-ons such as Lightning needing to be reviewed on precisely the same day of release, and then becoming unavailable to users of other versions.
Comment 1•11 years ago
|
||
Although I think this is a good idea, we talked about doing this several times, but I remember we had some technical/logistical reasons why this was unfeasible. Maybe something to do with how Firefox respects maxVer, etc. I forget. fligtar and the AMO devs might know.
| Assignee | ||
Comment 2•11 years ago
|
||
It's totally feasible. Easy, even. We already filter the version that we return for compatibility with the requested version, we just need to remove the filter at the add-on level.
https://github.com/mozilla/zamboni/pull/1817
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2014-04-08
Comment 4•11 years ago
|
||
Please add STR here or mark it with [qa-] if no QA is needed.
Flags: needinfo?
| Assignee | ||
Comment 6•11 years ago
|
||
It's hard to give simple steps to reproduce. In short, you need two versions of Firefox, and an add-on with two versions, an older one which is compatible with the older version of Firefox, and a newer one which is only compatible with the newer version. In which case:
1) Open about:addons in the older version of Firefox.
2) Search for add-on in question.
3) Ensure that result exists, offering older, compatible version of the add-on.
4) Open about:addons in the newer version of Firefox.
5) Search for add-on in question.
6) Ensure that result exists, offering newest version of the add-on.
Comment 7•11 years ago
|
||
Verified as fixed in https://addons.allizom.org/ on FF27 and FF28 (Win 7).
Postfix screencast http://screencast.com/t/1KN6lkrtyYv
Closing bug.
Status: RESOLVED → VERIFIED
Updated•11 years ago
|
Target Milestone: 2014-04-08 → 2014-04
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
•