------------------
- Do not raise an exception for items where full_view_item throws an
exception. Instead hide the object.
[pbauer]
- Do not raise errors when IPrimaryFieldInfo(obj) fails (e.g. when the
Schema-Cache is gone).
Fixes https://github.com/plone/Products.CMFPlone/issues/839
[pbauer]
- Fix an error with logging an exception on indexing SearchableText for files
and concatenating utf-8 encoded strings.
[thet]
- Make consistent use of LeadImage behavior everywhere. Related to
plone/plone.app.contenttypes1012. Contentleadimages no longer show up in
full_view since they are a viewlet.
[sneridagh, pbauer]
- Fixed the summary_view styling
[sneridagh]
- redirect_links property has moved to the configuration registry.
- redirect_links, types_view_action_in_listings properties have moved to the
configuration registry.
[esteele]