Provide mimetype-based icons for file attachments.
Review Request #2369 — Created May 18, 2011 and submitted — Latest diff uploaded
Provide mimetype-based icons for file attachments. When saving a file attachment, we now record the mimetype as reported by the browser. The mimetype can then be used to return an icon representing that file. We have a handful of icons (all from the Tango set, which is in the public domain). There's a mapping of mimetypes to icon types (based on Tango's) that we use to map, say, zip files to the archive icon.
Along with my other changes, I verified that various files I uploaded had the icon I expected. Unit tests pass.
Diff Revision 1 (Latest)
reviewboard/attachments/forms.py |
---|
reviewboard/attachments/mimetypes.py |
---|
reviewboard/attachments/models.py |
---|
reviewboard/attachments/tests.py |
---|
reviewboard/htdocs/media/rb/images/mimetypes/application-certificate.png |
---|
reviewboard/htdocs/media/rb/images/mimetypes/application-x-executable.png |
---|
reviewboard/htdocs/media/rb/images/mimetypes/audio-x-generic.png |
---|
reviewboard/htdocs/media/rb/images/mimetypes/font-x-generic.png |
---|
reviewboard/htdocs/media/rb/images/mimetypes/image-x-generic.png |
---|
reviewboard/htdocs/media/rb/images/mimetypes/package-x-generic.png |
---|
reviewboard/htdocs/media/rb/images/mimetypes/text-html.png |
---|
reviewboard/htdocs/media/rb/images/mimetypes/text-x-generic.png |
---|
reviewboard/htdocs/media/rb/images/mimetypes/text-x-generic-template.png |
---|
reviewboard/htdocs/media/rb/images/mimetypes/text-x-script.png |
---|
reviewboard/htdocs/media/rb/images/mimetypes/video-x-generic.png |
---|
reviewboard/htdocs/media/rb/images/mimetypes/x-office-address-book.png |
---|
reviewboard/htdocs/media/rb/images/mimetypes/x-office-calendar.png |
---|
reviewboard/htdocs/media/rb/images/mimetypes/x-office-document.png |
---|
reviewboard/htdocs/media/rb/images/mimetypes/x-office-document-template.png |
---|
reviewboard/htdocs/media/rb/images/mimetypes/x-office-drawing.png |
---|
reviewboard/htdocs/media/rb/images/mimetypes/x-office-drawing-template.png |
---|
reviewboard/htdocs/media/rb/images/mimetypes/x-office-presentation.png |
---|
reviewboard/htdocs/media/rb/images/mimetypes/x-office-presentation-template.png |
---|
reviewboard/htdocs/media/rb/images/mimetypes/x-office-spreadsheet.png |
---|
reviewboard/htdocs/media/rb/images/mimetypes/x-office-spreadsheet-template.png |
---|