Closed
Bug 264970
Opened 20 years ago
Closed 20 years ago
Add columns to t_version for major, minor, subver, and build
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 255803
People
(Reporter: Bugzilla-alanjstrBugs, Assigned: wolf)
Details
There are several bugs that relate to the sorting of versions being incorrect. I suggest that we correct this by having columns for major, minor, subver, and build, like we do for t_applications. This would be more correct than Date Updated because someone can add/edit an older version. This will not only require a db change, but some php to change when inserting the record and querying.
| Assignee | ||
Comment 1•20 years ago
|
||
(1) This is much too large to block 260157. As it requires altering an SQL query in showlist.php which has already been proven to be quite good at returning unexpected results when touched. As well as breaking alot of code that is in the process of being stablized, for 1.0. (2) This bug is a dupe of 255803 - that bug states the problem, this bug claims to have a solution, they're the same bug though. (3) Bug 262153 should not be blocked by this, as other parts of update handle multiple item filtering just fine. *** This bug has been marked as a duplicate of 255803 ***
| Assignee | ||
Updated•20 years ago
|
| Assignee | ||
Updated•20 years ago
|
Component: Update → Developers
Product: mozilla.org → Update
Version: other → unspecified
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
•