Closed
Bug 724659
Opened 13 years ago
Closed 13 years ago
Convert image upload backend to Django file storage API
Categories
(addons.mozilla.org Graveyard :: Code Quality, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
6.4.1
People
(Reporter: kumar, Assigned: kumar)
References
Details
As a baby step toward bug 721572 this bug deals with replacing the backend for all image upload features:
* addon icon upload (including previews)
* addon screenshot upload (including previews)
This does not change the behavior of those features but we'll need some extra QA to make sure there are no regressions.
Assignee | ||
Comment 1•13 years ago
|
||
Fixed: https://github.com/mozilla/zamboni/commit/7e6688866dd76a9563118db8788da97602ddb955
In case of regressions, this is the commit to revert: https://github.com/mozilla/zamboni/commit/61d08b8db4b47b87d2ec8b93b9af2ce146c09ee7
Assignee: nobody → kumar.mcmillan
Status: NEW → RESOLVED
Closed: 13 years ago
Priority: -- → P1
Resolution: --- → FIXED
Target Milestone: --- → 6.4.1
Comment 2•13 years ago
|
||
Checked that there are no regressions with-
a) upload/preview of user profile pics
b) upload/preview of add-ons icons and screenshots during add-on submission
c) upload/preview of add-ons icons and screenshots during add-on management
Status: RESOLVED → VERIFIED
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
•