------------------
Breaking changes:
- Removed support for Plone 4.3. For Plone 4.3 support, please use
plone.app.standardtiles < 2.0.
[datakurre, jensens, thet]
- Rename rawhtml to html, deprecate rawhtml tile and make it normal
tile (not persisted into annotation)
[vangheem]
- Mark `plone.app.standardtiles.image` and `plone.app.standardtiles.attachment`
as deprecated.
[vangheem]
- Remove deprecated skip-links tile, because there's no such viewlet feature on
Plone 5
[datakurre]
- Drop Plone 4 fallback for language selector
[jensens]
New features:
- Added a new raw embed tile
[agitator]
- Use safe html transform for html (was raw) tile output
[vangheem]
- Be able to show/hide title/description with existing content tile
[vangheem]
Bug fixes:
- Fix existing content tile to work with collections.
This fixes https://github.com/plone/plone.app.mosaic/issues/202
[vangheem]
- Validate selected content for existing content is not the current context
the tile is being rendered against.
[vangheem]
- Fix batching urls on existing content tiles
[vangheem]
- When calling ``plone.app.standardtiles.contentlisting`` directly without
having it configured via a form, get the ``query`` and ``sort_on`` values
from it's default factories.
[thet]
- Change initial limit for listing tile to 100 instead of 1000
[vangheem]
- Handle unicode error when applying filters on html (was raw) tile
[vangheem]
- Take permissions and visibility of viewlets in tiles into account.
[jensens]
- Replace misleading warnings on missing viewlet tiles with silent
debug level logging
[datakurre]
- Fix issue where layout tiles failed on portlet manager context
[datakurre, agitator]
- Fix lockinfo to not log Unauthorized-errors by protecting its registration
only with zope2.View, but render it empty without cmf.ModifyPortalContent
[datakurre]
- Fix portlet tile (broken by regression)
[datakurre]
- Fix issue where existing content did not render on edit form and
logged error when target content object was deleted
[datakurre]
- Fix recursion loop in existingcontent tile (48)
[tomgross]
Refactoring:
- Move tile registrations from ``media.zcml`` to more appropriate places:
- ``existingcontent``, ``rss`` and ``rawhtml`` tiles into ``content.zcml``,
- ``navigation`` and ``sitemap`` tiles in to ``layout.zcml``.
[thet]
- Housekeeping and minor cleanup.
[jensens]
- Moved KeywordTile and TableOfContentsTile to common.py.
[jensens]
- Simplify basic viewlet proxy tiles.
[jensens]
- Enable coveralls and code analysis.
[gforcada]
- Adapt travis to all other mosaic related packages.
[gforcada]
- Remove unused function.
[gforcada]