Index: trunk/phase3/includes/MimeMagic.php |
— | — | @@ -80,7 +80,7 @@ |
81 | 81 | audio/x-wav [AUDIO] |
82 | 82 | audio/mp3 audio/mpeg [AUDIO] |
83 | 83 | application/ogg audio/ogg video/ogg [MULTIMEDIA] |
84 | | -image/x-bmp image/bmp [BITMAP] |
| 84 | +image/x-bmp image/x-ms-bmp image/bmp [BITMAP] |
85 | 85 | image/gif [BITMAP] |
86 | 86 | image/jpeg [BITMAP] |
87 | 87 | image/png [BITMAP] |
Index: trunk/phase3/includes/mime.types |
— | — | @@ -85,6 +85,7 @@ |
86 | 86 | image/vnd.wap.wbmp wbmp |
87 | 87 | image/x-cmu-raster ras |
88 | 88 | image/x-icon ico |
| 89 | +image/x-ms-bmp |
89 | 90 | image/x-portable-anymap pnm |
90 | 91 | image/x-portable-bitmap pbm |
91 | 92 | image/x-portable-graymap pgm |
Index: trunk/phase3/includes/mime.info |
— | — | @@ -16,7 +16,7 @@ |
17 | 17 | image/x-rgb [BITMAP] |
18 | 18 | image/x-portable-pixmap [BITMAP] |
19 | 19 | image/x-portable-graymap image/x-portable-greymap [BITMAP] |
20 | | -image/x-bmp image/bmp application/x-bmp application/bmp [BITMAP] |
| 20 | +image/x-bmp image/x-ms-bmp image/bmp application/x-bmp application/bmp [BITMAP] |
21 | 21 | image/x-photoshop image/psd image/x-psd image/photoshop [BITMAP] |
22 | 22 | image/vnd.djvu image/x.djvu image/x-djvu [BITMAP] |
23 | 23 | |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -69,7 +69,8 @@ |
70 | 70 | anonymous users instead of null. |
71 | 71 | * (bug 22627) Remove PHP notice when deleting a page only hidden users edited. |
72 | 72 | * (bug 21520) Anonymous previews now also gives a warning about not being |
73 | | -logged in (anonpreviewwarning). |
| 73 | + logged in (anonpreviewwarning). |
| 74 | +* (bug 22935) image/x-ms-bmp mime type added for BMP files |
74 | 75 | |
75 | 76 | === API changes in 1.17 === |
76 | 77 | * (bug 22738) Allow filtering by action type on query=logevent |