[Libreoffice-commits] core.git: bin/get-bugzilla-attachments-by-mimetype

Korrawit Pruegsanusak detective.conan.1412 at gmail.com
Thu Nov 23 21:38:18 UTC 2017


 bin/get-bugzilla-attachments-by-mimetype |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 051130e25b0e133667a39b3e7a8c758c1cb5240f
Author: Korrawit Pruegsanusak <detective.conan.1412 at gmail.com>
Date:   Mon Oct 23 20:41:32 2017 +0700

    get-bugzilla-attachments-by-mimetype: add some duplicated mimetypes ...
    
    that are really used in our TDF bugzilla
    
    Change-Id: I5945cbf10ad2698471a3a74be8773ee1b5d81656
    Reviewed-on: https://gerrit.libreoffice.org/43722
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
    Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype
index 1450d215b548..fe81fa673350 100755
--- a/bin/get-bugzilla-attachments-by-mimetype
+++ b/bin/get-bugzilla-attachments-by-mimetype
@@ -479,16 +479,21 @@ mimetypes = {
 # relatively uncommon image mimetypes
     'image/x-freehand': 'fh',
     'image/cgm': 'cgm',
+    'image/tif': 'tiff',
     'image/tiff': 'tiff',
     'image/vnd.dxf': 'dxf',
+    'image/emf': 'emf',
     'image/x-emf': 'emf',
     'image/x-targa': 'tga',
     'image/x-sgf': 'sgf',
     'image/x-svm': 'svm',
+    'image/wmf': 'wmf',
     'image/x-wmf': 'wmf',
     'image/x-pict': 'pict',
     'image/x-cmx': 'cmx',
     'image/svg+xml': 'svg',
+    'image/bmp': 'bmp',
+    'image/x-ms-bmp': 'bmp',
     'image/x-MS-bmp': 'bmp',
     'image/x-wpg': 'wpg',
     'image/x-eps': 'eps',


More information about the Libreoffice-commits mailing list