------------------
- Clean up GenericSetup profiles to allow separate installation of
replacement types for "File" and "Image" content.
[witsch]
- Add index accessor to make indexing of file content work again.
This fixes http://plone.org/products/plone.app.blob/issues/12
[witsch]
- Make code more robust in case of missing blob files.
This fixes http://plone.org/products/plone.app.blob/issues/10
[witsch]
- Make tests clean up their temporary blob directories.
[stefan]
- Remove quota argument from DemoStorage calls.
[stefan]
- Add workaround to prevent breakage with CMFEditions (blob-based
content can still not be versioned, though).
[witsch]
- Add missing acquisition-wrapper, also allowing to remove circular
references between instance and field, which broke pickling.
[witsch]
- Fix helper for determining image sizes to not break for non-image
content.
[witsch]
- Use PIL for determining image sizes as the OFS code cannot handle
certain types of JPEGs.
[witsch]
- Added missing metadata.xml to the default profile.
[hannosch]
- Only use the file name for id generation for the replacement types,
i.e. "File" and "Image", but not custom types. This fixes
http://plone.org/products/plone.app.blob/issues/3
[witsch]
- Fix issue where the mime-type registry returned an empty tuple when
looking up an unknown mime-type. This fixes
http://plone.org/products/plone.app.blob/issues/1
[witsch]