- Fixed inserting filename in Content-Disposition header. [kroman0]
- Respect field level security in download views also for primary fields. [jensens]
- Internationalize field factory label. [thomasdesvenain]
3.0.0
Not secure
------------------
- Disable CSRF protection when creating a scale so we can write to the database [vangheem]
2.0.5
Not secure
------------------
- Ensure zope.app.file.file module alias is created before its use in file package. [thomasdesvenain]
2.0.4
Not secure
------------------
- Backward compatibility of NamedFile with zope.app.file FileChunk. Avoids NamedFile validation unexpected failures. [thomasdesvenain]
- Validate image field : check if content is actually an image using mimetype. [thomasdesvenain]
- Fix: get_contenttype works when empty string is given as contentType. [thomasdesvenain]
2.0.3
Not secure
------------------
- Scaling Traverser now does not try to traverse two steps in one. This is impossible in chameleon. [do3cc]
2.0.2
Not secure
------------------
* Use plone.app.imaging's (>=1.0.8) quality setting if it exists. https://dev.plone.org/ticket/13337 [khink]
* fix invalidation on contexts that do not implement dublin core; Notably portlet assignments. Fallback is bobo_modification_time. Maybe portlet assignments should implement modified() instead? [tmog]
* Fixed handling of TTW Dexterity content type image field data when image data is large and stored as zope.app.file.file.FileChunk in ZODB instead of raw string data. Issue appearated after Plone 4.3 migration [miohtama]