Closed Bug 284209 Opened 20 years ago Closed 20 years ago

I upgraded Firefox to 1.0.1, but most extensions don't work anymore. There are no new ones for 1.0.1

Categories

(addons.mozilla.org Graveyard :: Public Pages, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: heinz, Unassigned)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.6) Gecko/20050223 Firefox/1.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.6) Gecko/20050223 Firefox/1.0.1

Extensions suitable for Firefox 1.0.1 don't seem to exist on the extension website.

Reproducible: Always
I think what the user is perceiving is dued to browser version menu showing
1.0.1 among choosable item, but falling back to 1.0 anyway.
It is a side effect of a recent DB update:

<snip from="irc:#umo" date="2005-02-28 03:39 GMT+1">
[03:39]<alanjstr> Soemone please run this on UMO:
[03:39]<alanjstr> UPDATE `applications`  
[03:39]<alanjstr> SET `int_version` = SUBSTRING(  `Version` , 1, 3  )  
[03:39]<alanjstr> WHERE  `int_version`  IS  NULL;
</snip>

It can (should) be fixed with

UPDATE applications SET int_version=NULL where public_ver='YES';

that should at least restore browser version menu consistency.
Status: UNCONFIRMED → NEW
Ever confirmed: true
There should be no difference between an extension for 1.0 and one for 1.0.1.  
 After the fixes we've already implemented, I have no problem seeing 1.0
compatible themes on UMO.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
AMO BUGSPAM FOR COMPONENT MOVE AND DELETE (FILTER ME)
Component: Listings → Web Site
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.