Closed
Bug 375412
Opened 18 years ago
Closed 18 years ago
make all migrated add-ons public
Categories
(addons.mozilla.org Graveyard :: Administration, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: shaver, Unassigned)
Details
Much more about this later, but I feel pretty strongly at this point that we need to make all add-ons that were public in the v2 system public now. We will continue to raise the quality bar, but we'll do it in a way that communicates better with existing add-on developers, and provides a better user experience -- which is the entire goal, really.
I believe the query will look something like
update addons set status=4 where addon_id <= $MAX_MIGRATED_ID
... except that there are a handful of add-ons that we manually put back into the sandbox, like the super mario/megaman/school-logo ones. I think I put those into the sandbox rather than disabling them, at least the ones I handled, so they would probably become public _again_ if just that query was run.
Reporter | ||
Comment 1•18 years ago
|
||
The solution to the problem above would, of course, be to go and mark those ones disabled instead before running the query! Duh!
Reporter | ||
Comment 2•18 years ago
|
||
This was done.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
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
•