Closed
Bug 617213
Opened 15 years ago
Closed 15 years ago
Move some icons around
Categories
(addons.mozilla.org Graveyard :: Maintenance Scripts, defect, P1)
addons.mozilla.org Graveyard
Maintenance Scripts
Tracking
(Not tracked)
RESOLVED
WONTFIX
5.12.5
People
(Reporter: clouserw, Assigned: andy+bugzilla)
References
Details
Bug 614746 and bug 614450 chat a bit about icons and their locations. We're moving from a single sized icon to three though, so we need to move the existing icons around so they fit into the new system.
Basically, we want a simple script that will walk through ADDON_ICONS_PATH and look for old style filenames (see below) and move them to the new style. Example:
/1/5326.png => /1/5326_48.png
For these old icons, the only thing that needs doing is adding an _48.
| Reporter | ||
Comment 1•15 years ago
|
||
Looks like existing icons are 32x32, so use _32 instead. Thanks!
| Assignee | ||
Comment 2•15 years ago
|
||
Just a note so I don't forget in Addons.models it using - as the seperator, not _ so using that in this script.
| Assignee | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
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
•