Closed
Bug 276291
Opened 20 years ago
Closed 20 years ago
VersionCheck.php returning broken RDF for updates and maxVersion checks
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: cool, Assigned: Bugzilla-alanjstrBugs)
References
()
Details
Attachments
(2 files)
|
12.86 KB,
image/jpeg
|
Details | |
|
621 bytes,
patch
|
Details | Diff | Splinter Review |
When trying to install the Mouse Gestures extension on FireFox 1.0 I'm getting a dialog box with the following text: - begin of quote Mouse Gestures 1.0 could not be installed because it is not compatible with this version of FireFox. (Mouse Gestures 1.0 will only work with FireFox versions from 0.8 to 0.10)" - end of quote The extension link is: "http://ftp.mozilla.org/pub/mozilla.org/extensions/mouse_gestures/mouse_gestures-1.0-fx+mz+tb.xpi" Take good notice of the 0.10 version. Easy bug :) Hope that helps
| Reporter | ||
Comment 1•20 years ago
|
||
Updated•20 years ago
|
Status: UNCONFIRMED → NEW
Component: Extension/Theme Manager → Listings
Ever confirmed: true
Product: Firefox → Update
Version: 1.0 Branch → 1.0
Comment 2•20 years ago
|
||
Must be missing a main.type in the db, because the return from version checking
gives
<RDF:Description about="urn:mozilla::{FFA36170-80B1-4535-B0E3-A4569E497DD0}">
with just :: where it should be :extension:Assignee: bugs → nobody
QA Contact: bugs → mozilla.update
Comment 3•20 years ago
|
||
No, on second look VersionCheck.php must be broken: everything I could find by
looking for things old enough to probably need to look for a higher maxVersion
fails the same way, with defective RDF:
Web Developer 0.8 {c45c406e-ab73-11d8-be73-000a95be3b12}
Magpie 3.1.2 {03786077-1aa1-45a6-81cf-da5b82b29919}
Image Zoom 0.1.7 {1A2D0EC4-75F5-4c91-89C4-3656F6E44B68}
Paste Quote 0.3 {1C7CCF7A-ECB8-4CE5-B5D1-A4FA477A7242}
All have urn:mozilla:: in RDF that would otherwise say they are okay for 1.0.Assignee: nobody → psychoticwolf
Severity: blocker → major
Component: Listings → Web Site
Summary: Mouse Gestures 1.0 extension can't be installed on FireFox 1.0 → VersionCheck.php returning broken RDF for maxVersion checks
Assignee: psychoticwolf → Bugzilla-alanjstrBugs
Component: Web Site → Listings
We lost "main.type AS exttype" from the SELECT statement. Easy fix. Patch coming up. http://lxr.mozilla.org/mozilla/source/webtools/update/update/VersionCheck.php#216
Status: NEW → ASSIGNED
*** Bug 276346 has been marked as a duplicate of this bug. ***
Comment 7•20 years ago
|
||
Not restricted to version checks - extension update silently fails, too.
Summary: VersionCheck.php returning broken RDF for maxVersion checks → VersionCheck.php returning broken RDF for updates and maxVersion checks
Comment 8•20 years ago
|
||
Checking in webtools/update/update/VersionCheck.php; /cvsroot/mozilla/webtools/update/update/VersionCheck.php,v <-- VersionCheck.php new revision: 1.4; previous revision: 1.3 done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
| Reporter | ||
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
Comment 9•18 years ago
|
||
AMO BUGSPAM FOR COMPONENT MOVE AND DELETE (FILTER ME)
Component: Listings → Web Site
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
•