Closed
Bug 465888
Opened 16 years ago
Closed 16 years ago
Create schema to store plugins
Categories
(addons.mozilla.org Graveyard :: Plugins, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Future
People
(Reporter: morgamic, Assigned: lorchard)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
clouserw
:
review+
|
Details | Diff | Splinter Review |
We need to have a schema to store plugin meta data. The table would be relatively flat but would have to cover information here:
http://svn.mozilla.org/addons/trunk/site/app/webroot/services/pfs.php
http://plugindoc.mozdev.org/
In addition, store data to cover:
* newest version
* update url
Reporter | ||
Updated•16 years ago
|
Component: API → Plugins
QA Contact: api → plugin-listings
Reporter | ||
Updated•16 years ago
|
Assignee: nobody → morgamic
Reporter | ||
Updated•16 years ago
|
Target Milestone: 4.0.4 → 4.0.5
Reporter | ||
Updated•16 years ago
|
Target Milestone: 4.0.5 → 5.0.1
Reporter | ||
Comment 2•16 years ago
|
||
Comment 3•16 years ago
|
||
Its not clear to me how the schema and scripts would handle multiple product/release families that might be supported for a single plugin.
Here is the kind of thing we should design for:
Flash might have two supported releases going as they do currently. One in the 10.x family and one in the 9.x family.
the checking logic might look something like
if user is running 9.x or below make sure they are running 9.0 r152
else upgrade to 9.x r152
if user is running 10.x make sure they are running 10.0 r15
else upgrade to 10.0 r15
at some point adobe will turn off 9.0 support then we would also need to shut that version down.
I don't think we can use the minvers/maxversion to reflect this since intermediate versions like 10.0 r12 have security bug vulnerabilities.
Reporter | ||
Comment 4•16 years ago
|
||
Attachment #358089 -
Attachment is obsolete: true
Attachment #358431 -
Flags: review?(clouserw)
Comment 5•16 years ago
|
||
Comment on attachment 358431 [details] [diff] [review]
v1, patch to add to remora.sql
If that stores everything you need, it wfm
Attachment #358431 -
Flags: review?(clouserw) → review+
Reporter | ||
Comment 6•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 7•16 years ago
|
||
Needs to have support for n:1 platforms:plugins relationship.
Assignee: morgamic → lorchard
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Target Milestone: 5.0.1 → Future
Assignee | ||
Comment 8•16 years ago
|
||
Going to close this bug in favor of bug 465891, specifically for:
https://svn.mozilla.org/projects/pfs2/trunk/conf/schema.sql
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
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
•