Closed
Bug 284025
Opened 20 years ago
Closed 19 years ago
Add Internal Version when Adding Application
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect)
Tracking
(Not tracked)
VERIFIED
WONTFIX
1.1
People
(Reporter: Bugzilla-alanjstrBugs, Assigned: Bugzilla-alanjstrBugs)
References
()
Details
Attachments
(1 obsolete file)
developers/appmanager.php needs a blank for appmanager. Most of the time, the
internal version will be Major.Minor. This lets 1.0.1 look like 1.0 when
showing the compatible versions.
To update the existing entries:
UPDATE `applications`
SET `int_version` = SUBSTRING( `Version` , 1, 3 )
WHERE `int_version` IS NULL;
Attachment #181697 -
Flags: first-review?(mike.morgan)
WONTFIX, we're doing version-compat differently nowadays.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → WONTFIX
Comment 3•18 years ago
|
||
Comment on attachment 181697 [details] [diff] [review]
Add Internal Version
Out of date, etc.
Attachment #181697 -
Attachment is obsolete: true
Attachment #181697 -
Flags: first-review?(morgamic) → first-review-
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
•