Products.MimetypesRegistry
HomePage: http://pypi.python.org/pypi/Products.MimetypesRegistry
Author: Benjamin Saller
Mimetypes Registry ================== * mimetypes_registry (the mimetypes tool) : handle mime types information Authors ======= Benjamin Saller <bcsaller@yahoo.com> Sidnei da Silva <sidnei@x3ng.com> Sylvain Thenault <sylvain.thenault@logilab.fr> Christian Heimes <tiran@cheimes.de> Credits ======= Icons from: * Plone: http://plone.org * Tango: http://tango.freedesktop.org * FamFamFam: http://http://www.famfamfam.com Changelog ========= 2.0.5 (2013-08-13) ------------------ - Add missing module security declarations. 2.0.4 (2013-01-13) ------------------ - Nothing changed yet. 2.0.3 (2011-08-23) ------------------ * Allow exception MimetypeRegistry in python scripts. Refs http://dev.plone.org/plone/ticket/12061. [thomasdesvenain] 2.0.2 - 2011-05-12 ------------------ * Optimize images and icon file sizes. [hannosch] * More significant icon for application/msword files. From http://www.famfamfam.com/ Closes http://dev.plone.org/plone/ticket/11336. [thomasdesvenain] * Convert import step to be registered in ZCML partially fixing #8350 [kiorky] 2.0.1 - 2010-07-15 ------------------ * Removed the invalid `text/python-source` mime type declaration and replaced it with the valid but unofficial `text/x-python`. [hannosch] 2.0 - 2010-07-01 ---------------- * Updated icons to a more modern set from Tango and Plone. [limi] 2.0b1 - 2009-12-27 ------------------ * Use standard logging instead of relying on Archetypes helpers. [hannosch] * Removed BBB code for zope.contenttype. [hannosch] 2.0a1 - 2009-11-13 ------------------ * Avoid acquiring `mimetypes_registry` and call it via a proper API. [hannosch] * Avoid acquiring `portal_properties` and call it via a proper API. [hannosch] * Cleaned up package metadata and general code. [hannosch] * Declare package dependencies and fixed deprecation warnings for use of Globals. [hannosch] * Purged old Zope 2 Interface interfaces for Zope 2.12 compatibility. Consider branching before this revision if release required before Plone 4. [elro] 1.6.4 - UNRELEASED ------------------ 1.6.3 - 2009-05-16 ------------------ * Fix bug due to removed version.txt in 1.6.2. [wichert] 1.6.2 - 2009-05-16 ------------------ * Updated freedesktop.org shared-mime-info from the shared-mime-info-0.51.tar.bz2 file. [sidnei] * Added Office 2007 mime types to the mime.types file, which was copied from Apache ages ago. The current version of Apache doesn't contain those yet, nor does the shared-mime-info. Care must be taken when this file is updated again to make sure those mime types are not removed accidentally. [sidnei] 1.6.1 - 2008-09-30 ------------------ * Updated freedesktop.org shared-mime-info from the shared-mime-info-0.23.tar.bz2 file. [hannosch] * Added metadata.xml file to the profile. [hannosch] * Changed fixUpSMIGlobs not to reinitialize the smi_mimetypes, when they are already initialized during tool creation. [hannosch] * Compile the 750KiB freedesktop.org.xml file to a binary format which gets loaded on Zope startup instead of reparsing the XML file each time. If the modification time of the source xml file changes, the binary file is automatically recreated. If the binary file cannot be created the xml file is reparsed each time as before. [hannosch] * Change some mimetypes returnd by guessMime to match the mimetypes registered in mtr (from freedesktop.org's mime database). [csenger] * Ensure that lookup doesn't return an empty tuple if asked with a mimetypestring returned by guessMime. Fixes http://dev.plone.org/plone/ticket/7876 [csenger] * Lookup by extensions (not glob) as submitted and retry it with lower case to catch filenames like 'file.TXT' [csenger] 1.6.0 - 2007-08-16 ------------------ 1.6.0-rc2 - 2007-07-27 ---------------------- * Updated componentregisty.xml to new style. [hannosch] 1.6.0-rc1 - 2007-07-04 ---------------------- * Do not modify the portal_skins tool configuration [wichert] 1.6.0-b5 - 2007-05-05 --------------------- * F