Closed
Bug 336111
Opened 19 years ago
Closed 19 years ago
Add dateapproved to the database
Categories
(addons.mozilla.org Graveyard :: Administration, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 314019
People
(Reporter: cameron, Unassigned)
References
Details
This will allow everything on the site that sorts by "newest" to be "more better" :)
http://lxr.mozilla.org/mozilla/source/webtools/addons/public/htdocs/rss.php#39
39 case 'newest':
40 default:
41 /**
42 * @TODO change this to dateapproved once the db has this in it.
43 */
44 $rssOrderBy = 'm.dateadded desc, m.name asc';
45 break;
What component do ya want this in?
Comment 1•19 years ago
|
||
This is covered in another bug, plus this particular task is already completed. version has a DateApproved field, but the admin tools don't update this field.
*** This bug has been marked as a duplicate of 314019 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Assignee | ||
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
•