^^^^^^^^^^^^^^^^^^
- Adds icons for the Cover content type and for the Compose and Layout tabs.
[wesleybl]
- Fix error when clicking on a folder in Content Tree.
[idgserpro]
- Fix error when clearing content chooser input (fixes `942 <https://github.com/collective/collective.cover/issues/942>`_).
[wesleybl]
- Improve content chooser search input layout.
[wesleybl]
- Fix layout scroll - impossible to save.
[idgserpro]
- Remove patch in ``Products.ZCatalog.query.IndexQuery``. ``Products.ZCatalog`` 5.4 fix bug when search parameter is a record.
[wesleybl]
- Drop suport to Python 3.6.
[wesleybl]
- Use plone resource instead of browser resource.
[wesleybl]
- Remove javascript customization that was making ajax calls synchronous.
[wesleybl]
- Shows selected folder path in Content Tree (fixes `921 <https://github.com/collective/collective.cover/issues/921>`_).
[wesleybl]
- Add missing dependencies: ``Products.MimetypesRegistry``, ``Products.ZCatalog``,
``persistent``, ``plone.locking``, ``zope.container``, ``zope.traversing``, ``ZODB`` and ``Zope``.
[wesleybl]
- Remove unused dependencies: ``plone.app.content``, ``plone.app.jquery``, ``cssselect``, ``testfixtures`` and ``transaction``.
[wesleybl]
- Fix link integrity (fixes `615 <https://github.com/collective/collective.cover/issues/615>`_).
[wesleybl]
- Unlock Cover when editor leaves Compose/Layout tabs (fixes `916 <https://github.com/collective/collective.cover/issues/916>`_).
[wesleybl]
- Fix PicklingError when editing basic tile that contains an image (fixes `907 <https://github.com/collective/collective.cover/issues/907>`_).
[wesleybl]
- Reorganizes the js events register in Compose when we drag content from one tile to
another, in order to prevent the content from remaining on the source tile.
[wesleybl]
- In ``PersistentCoverTileDataManager`` set, purge tile after put values into storage to
prevent old values from being cache, since purge accesses ``tile.data``.
Also updated the attribute where data is saved for ``self.storage``.
[wesleybl]
- Show Cover in navbar.
[wesleybl]
- Remove custom message of onbeforeunload popup. Browsers no longer display the custom
message.
[wesleybl]
- Apply patch in ``Products.ZCatalog.query.IndexQuery``, to avoid error when clicking on a day with event in the calendar tile.
[wesleybl]
- Fix calendar tile in Plone 5.2 (fixes `633 <https://github.com/collective/collective.cover/issues/633>`_).
[wesleybl, pbauer]
- Remove old upgrade steps.
[wesleybl]
- Add suport to Python 3.6, 3.7 and 3.8.
[pbauer]
- Drop support for Plone 4.x
[cleberjsantos]
- Add support to Plone 5.2.
[cleberjsantos]
- Drop PFG support
[cleberjsantos]
- Fix plone.namedfile scales
[cleberjsantos]
- Correction of the visualization of the image scales
[cleberjsantos]
- Fix Js registry with new concepts in Plone 5
[cleberjsantos]
- Drop Deco grid
[cleberjsantos]
- Refactor tests
[cleberjsantos]