Closed Bug 284025 Opened 19 years ago Closed 18 years ago

Add Internal Version when Adding Application

Categories

(addons.mozilla.org Graveyard :: Developer Pages, defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED WONTFIX

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;
Target Milestone: 1.0 → 1.1
Attached patch Add Internal Version (obsolete) — Splinter Review
Attachment #181697 - Flags: first-review?(mike.morgan)
Status: NEW → ASSIGNED
Blocks: 293931
Depends on: 304857
WONTFIX, we're doing version-compat differently nowadays.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → WONTFIX
Status: RESOLVED → VERIFIED
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-
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: