------------------
- Added `News Item` to the list of `purgedContentTypes`, so the image field
and its scales gets purged.
[stefan, hannosch]
- Associated `file_view`, `image_view` and `image_view_fullscreen` by default
with the `plone.content.itemView` ruleset, since none of them is the default
view of their respective content type, they didn't get the automated
handling.
[stefan, hannosch]
- Added purging for plone.app.blob's BlobFields.
[stefan, hannosch]
- Fix documentation to refer to the correct `resourceRegistries` instead of
the singular version.
[stefan, hannosch]
- Use plone.registry ``FieldRefs`` to manage parameter overrides. This
requires plone.app.registry 1.0b3 and plone.app.registry 1.0b3 or later.
[optilude]
- Update distribution metadata to current best practice.
[hannosch]
- Added an etag component to track the existence of a copy/cut cookie
[newbery]
- Fixed various i18n issues.
[vincentfretin]