Closed
Bug 307551
Opened 19 years ago
Closed 19 years ago
dispMUA and mailinglistheader GUIDs need to be changed in umo database
Categories
(addons.mozilla.org Graveyard :: Administration, defect)
addons.mozilla.org Graveyard
Administration
Tracking
(Not tracked)
RESOLVED
FIXED
1.0
People
(Reporter: cweiske, Assigned: justdave)
References
Details
User-Agent: Opera/8.02 (X11; Linux i686; U; en)
Build Identifier:
I can't update the dispMUA and mailinglistheader extensions for Thunderbird in
update.mozilla.org as I changed the GUID some versions ago as Thunderbird
doesn't like textual GUIDs any more.
The old ones were "messenger-dispmua" and "messenger-mailinglistheader", the new
ones are
"{F8147CF4-B9E3-445B-AA87-081ED66548F8}" for dispMUA and
"{F8147CF4-B9E3-445B-AA87-081ED66548F9}" for the mailinglistheader extension.
You can get both of the official releases from my webpage at
http://www.cweiske.de/misc_extensions.htm
if you want to verify it.
Reproducible: Always
Actual Results:
When uploading an update for one of the extensions, I come to the "add new
extension step 2" page.
Expected Results:
I want to get to the "update extension step 2" page.Assignee: Bugzilla-alanjstrBugs → justdave
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Comment 2•19 years ago
|
||
mysql> update main set GUID='{F8147CF4-B9E3-445B-AA87-081ED66548F8}' where ID=562;
Query OK, 1 row affected (0.02 sec)
Rows matched: 1 Changed: 1 Warnings: 0
mysql> update main set GUID='{F8147CF4-B9E3-445B-AA87-081ED66548F9}' where ID=576;
Query OK, 1 row affected (0.11 sec)
Rows matched: 1 Changed: 1 Warnings: 0
Done.Status: NEW → RESOLVED
Closed: 19 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
•