Closed Bug 670103 Opened 13 years ago Closed 10 years ago

Firefox 8.0 as allowed version is inconsistent

Categories

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

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: jwkbugzilla, Assigned: clouserw)

References

()

Details

I noticed that Firefox 8.0 is a valid version now (https://addons.mozilla.org/pages/appversions/). With the nightly builds being at 8.0a1 right now, is that intentional? If it is - there should also be Firefox 8.* as well as similar entries for Thunderbird, Mobile and SeaMonkey. If it isn't - it probably should be removed.
Assignee: nobody → fligtar
There are 94 versions that are already using it as a maxVersion (which is incorrect). We have to deal with those before we can delete it.

# Change maxVersion 8.0 to 8.0a1
UPDATE applications_versions SET max=421 WHERE max=430;
DELETE FROM appversions WHERE id=430;
Assignee: fligtar → clouserw
Firefox Mobile 8.0 has been added as well now. Am I missing something obvious?
Target Milestone: --- → 6.1.8
mysql> UPDATE applications_versions SET max=421 WHERE max=430;
Query OK, 384 rows affected (0.17 sec)
Rows matched: 384  Changed: 384  Warnings: 0

And I removed the appversion using the CRUD on the site.  Wladimir, I don't know about comment 2.  It looks like mfinkle made it:

    [2011-07-18 09:59:59] Mark Finkle created version 8.0 for Fennec

CCing some people for comment.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
I just copied what I saw in the desktop list of maxVersions.
Please remove 8.0 from Mobile. See https://addons.mozilla.org/en-US/firefox/pages/appversions/
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Closing because old.
Status: REOPENED → RESOLVED
Closed: 13 years ago10 years ago
Resolution: --- → WONTFIX
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.