https://bugzilla.wikimedia.org/show_bug.cgi?id=71563
--- Comment #7 from Bawolff (Brian Wolff) <[email protected]> --- (In reply to Umherirrender from comment #6) > Purge does not rewrite these values, a reupload would do it, but than > oldimage table contains that broken value. Purge definitely should (calls LocalFile::upgradeRow, which calls LocalFile::reloadFromFile, which should in fact redetermine what the MIME type is) > Some one has to run an update: > application/vnd.oasis.opendocument.presentat -> > application/vnd.oasis.opendocument.presentation > > application/vnd.oasis.opendocument.spreadshe -> > application/vnd.oasis.opendocument.spreadsheet > > https://wikimediafoundation.org/wiki/Special:MIMESearch/application/vnd. > oasis.opendocument.spreadshe contains a file with .odf, which should be > 'application/vnd.oasis.opendocument.formula'? Probably uploaded before we had good mime checking. So its probably an ods file with wrong extension. (In reply to Sam Reed (reedy) from comment #4) > I just did foundationwiki... How do we get the minor_mimie fields to update? Note, on tool labs, img_minor_mime is still VARBINARY(32) (but oi_minor_mime and fa_minor_mime are VARBINARY(100)). I'm not sure if it just takes a while for changes to reflect in tool labs DESCRIBE. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
