Closed
Bug 539031
Opened 16 years ago
Closed 16 years ago
Let developers move their add-ons from beta to public
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
5.6
People
(Reporter: jbalogh, Assigned: jbalogh)
References
Details
Attachments
(1 file, 1 obsolete file)
|
3.50 KB,
patch
|
clouserw
:
review-
|
Details | Diff | Splinter Review |
No description provided.
Comment 1•16 years ago
|
||
The files would need to be reviewed before going public.
| Assignee | ||
Comment 2•16 years ago
|
||
Attachment #422838 -
Flags: review?(clouserw)
| Assignee | ||
Comment 3•16 years ago
|
||
fligtar and I decided that this should be a <select> on the version detail page, available if your status is beta, sandbox, or public
| Assignee | ||
Comment 4•16 years ago
|
||
QA: There should be a <select> on the version detail page (not the list) if the file has a status of Beta, Sandbox, or Public.
A trusted add-on like Weave should be able to switch a file between (BSP). https://preview.addons.mozilla.org/en-US/developers/versions/10868/
A normal add-on like Flagfox should be able to switch between (BS). https://preview.addons.mozilla.org/en-US/developers/versions/5791
If a file does not already have a (BSP) status, it shouldn't be modifiable. https://preview.addons.mozilla.org/en-US/developers/versions/58840/
If you're clever, you can try POSTing the data that would be sent to modify the status there, to make sure it's denied/ignored on the backend.
If this was zamboni, I would have written these tests in code, not words!
Comment 5•16 years ago
|
||
Comment on attachment 422838 [details] [diff] [review]
allow developers to change files status from beta -> sandbox or public
If the version is already public, that needs to be in the dropdown, not just trusted add-ons. Otherwise any modification on the page changes the status to Beta (first in the list)
Attachment #422838 -
Flags: review?(clouserw) → review-
| Assignee | ||
Comment 6•16 years ago
|
||
Attachment #423031 -
Flags: review?(clouserw)
| Assignee | ||
Updated•16 years ago
|
Attachment #422838 -
Attachment is obsolete: true
Comment 7•16 years ago
|
||
With that check, they'll be able to stay on public, but if they move to beta they'll never be able to go back to public.
When an author moves an add-on from public->sandbox we let them reverse it. The same should happen here -- if the file was previously public it should be allowed to be public again.
Updated•16 years ago
|
Attachment #423031 -
Flags: review?(clouserw) → review-
Comment 8•16 years ago
|
||
fwiw I'm fine with not being able to reverse it. I think adding the higheststatus stuff to every version will make things way more complicated than is needed.
| Assignee | ||
Comment 9•16 years ago
|
||
r61107, with a warning r+'d by clouserw on IRC. http://grab.by/1Xzq
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Verified FIXED based on testing in comment 4 and some more exploratory testing; didn't find anything thus far.
Status: RESOLVED → VERIFIED
Updated•10 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
•