Closed
Bug 291101
Opened 20 years ago
Closed 18 years ago
Include reason for denial on itemoverview
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Bugzilla-alanjstrBugs, Assigned: fligtar)
Details
Attachments
(1 file)
4.63 KB,
patch
|
morgamic
:
first-review+
|
Details | Diff | Splinter Review |
/developers/itemoverview.php
When an extension is denied, an email is sent to the developer. The text is
also retained in the approval table. However, tracking these down could be
easier. On the item overview, where it says "Denied", we should display why.
To avoid a lot of extra coding, the easiest thing would be to set the "release
notes" of that version to be the reason why at the same time we're setting the
Denied flag.
Summary: Include reason for denal on itemoverview → Include reason for denial on itemoverview
Comment 1•20 years ago
|
||
I'd acutally like to see itemoverview expanded to include:
1) Date Uploaded
2) Date Approved / Denied
3) Reason for Denial if necessary
Comment 2•19 years ago
|
||
Mass change - bugs to be read / (re)confirmed.
Assignee: Bugzilla-alanjstrBugs → nobody
Priority: -- → P5
AMO bugspam. Correcting QA contacts on OLD bugs (mozilla.update@update.bugs)
-> Correct QA contact (developers@add-ons.bugs)
Filtermeplzkthx
QA Contact: mozilla.update → developers
I'm duping this forward, even though they're slightly different, I think that Bug 335373 is a better solution for this.
*** This bug has been marked as a duplicate of 335373 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Priority: P5 → --
Resolution: --- → DUPLICATE
Target Milestone: 1.0 → ---
Assignee | ||
Comment 5•18 years ago
|
||
Due to bug 350187, authors are not currently getting the approval/denial emails from AMO, so they have no way of finding out why their add-on was denied. Reopening and working on a patch now.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Assignee | ||
Updated•18 years ago
|
Assignee: nobody → fligtar
Status: REOPENED → NEW
Assignee | ||
Updated•18 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 6•18 years ago
|
||
Instead of adding the approval comments, which in some cases are quite long, to the item overview page, I just gave developers access to the Item History page for reviewers for their own add-ons. Only reviewers and admins can see the reviewers' email addresses, however.
Also, I discovered a bug with the list of versions in itemoverview.php. It uses a group by URI because there are multiple rows for each version, however when an addon is denied, the URI field is cleared. This means that only one denied version will ever be displayed in the list. I changed the group by to by OSName and Version so that all versions are shown.
Attachment #235532 -
Flags: first-review?(morgamic)
Updated•18 years ago
|
Attachment #235532 -
Flags: first-review?(morgamic) → first-review+
Comment 7•18 years ago
|
||
These two fixes improve the pages quite a bit -- it looked good. They should be checked in. Working on an IT req.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago → 18 years ago
Resolution: --- → FIXED
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
•