Closed
Bug 689811
Opened 14 years ago
Closed 14 years ago
Packager adds an unrecognized element to the install.rdf
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect)
addons.mozilla.org Graveyard
Developer Pages
Tracking
(Not tracked)
VERIFIED
FIXED
6.2.6
People
(Reporter: krupa.mozbugs, Assigned: cvan)
References
()
Details
Attachments
(1 file)
|
14.20 KB,
application/x-xpinstall
|
Details |
steps to reproduce:
1. create an add-on at https://addons-dev.allizom.org/en-US/developers/addon/package/
2. Upload that add-on at https://addons-dev.allizom.org/en-US/developers/addon/submit/2
actual behavior:
Uploaded add-on has a warning about 'Unrecognized element in install.rdf'
See https://addons-dev.allizom.org/en-US/developers/upload/8620ce11ce994b1dac61731c43ec8472
Comment 1•14 years ago
|
||
should be <em:creator> for a single entry, or <em:developer> for multiple.
https://developer.mozilla.org/en/install_manifests#creator
Updated•14 years ago
|
Target Milestone: --- → 6.2.6
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → cwiemeersch
| Assignee | ||
Comment 2•14 years ago
|
||
The issue was <em:author> was used (where it should've been <em:creator>). So, currently we allow <em:creator> for a single entry and <em:contributor> for (multiple) contributors. Does this sound good? Or, do we want support for <em:developer> as well?
https://github.com/cvan/addon-packager/commit/87742cd5
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 3•14 years ago
|
||
I think creator and contributors should cover most cases, so there's no need to make it more complicated.
| Reporter | ||
Comment 4•14 years ago
|
||
verified at https://addons-dev.allizom.org/en-US/developers/upload/5976b71890b04e318b8c87863979781f
with pre-built features: https://addons-dev.allizom.org/en-US/developers/upload/12ba9010bfd3465d9b61a2eeddbf3fd5
Status: RESOLVED → VERIFIED
Updated•10 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
•