Collective.cover

Latest version: v3.0.0

Safety actively analyzes 627182 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

1.6b5

^^^^^^^^^^^^^^^^^^

- Fix purging of tile annotations when removing tiles from the cover layout.
This solves exponential growth of cover objects when using versioning,
leading to check in/check out (plone.app.iterate) timeouts on backends using proxy servers (fixes `765 <https://github.com/collective/collective.cover/issues/765>`_).
[rodfersou]

- Do not auto include package dependencies, but declare them explicitly.
[hvelarde]

1.6b4

^^^^^^^^^^^^^^^^^^

- Revert declaring ``cover_layout`` field in content type schema as ``readonly`` (fixes `761 <https://github.com/collective/collective.cover/issues/761>`_).
[hvelarde]

1.6b3

^^^^^^^^^^^^^^^^^^

- Fix edit view of carousel tile when one carousel item has a unicode character in its title (fixes `757 <https://github.com/collective/collective.cover/issues/757>`_).
[fulv]

- Explicitly declare ``cover_layout`` field in content type schema as ``readonly``;
Robot Framework tests pass again with latest version of Plone 4.3 (fixes `759 <https://github.com/collective/collective.cover/issues/759>`_).
[hvelarde]

1.6b2

^^^^^^^^^^^^^^^^^^

- Use correct ``image/x-icon`` MIME type for ICO file format (fixes `750 <https://github.com/collective/collective.cover/issues/750>`_).
[hvelarde]

- Fix IDatetimeWidget tile override if using plone.app.contenttypes >= 1.1.1:
collective.z3cform.datetimewidget is merged into plone.formwidget.datetime,
so the zcml must override the template from plone.formwidget.datetime.z3cform.interfaces.IDatetimeWidget
as well. (closes `745`_).
[idgserpro]

- Review tile refresh using custom event.
[rodfersou]

1.6b1

^^^^^^^^^^^^^^^^^^

- Fix deprecation of adapters made in previous release, as they were incorrectly removed.
Code removal will still happen in collective.cover v1.7.
[idgserpro]

- Use absolute URL for root in content chooser tree (fixes `733 <https://github.com/collective/collective.cover/issues/733>`_).
[maurits]

- Fix content chooser clear button to update results (closes `727`_).
[rodfersou]

- Drop support for Plone 4.2.
[hvelarde]

- Fix typo in basic tile template (``is_empty`` is not a property but a function).
[hvelarde]

1.5b1

^^^^^^^^^^^^^^^^^^

.. Warning::
If you are upgrading plone.app.tiles note that latests versions of this package no longer depend on plone.app.drafts.
You should explicitly add plone.app.drafts to the `eggs` part of your buildout configuration to avoid issues.
You can safely uninstall plone.app.drafts after that, if you are not using it.

Adapters used to get the items inside a folder or the results of the query in a collection were deprecated.
The following classes will be removed in collective.cover v1.7: ``ICoverUIDsProvider``, ``CollectionUIDsProvider``, ``FolderUIDsProvider`` and ``GenericUIDsProvider``.

- Information stored on basic tiles populated with private content is no longer shown to users without proper permissions (fixes `721`_).
[hvelarde]

- Dropping a folder on a carousel tile no longer populates the tile with the items inside the folder;
populating the carousel tile with the results of the query in a collection is still supported.
[rodfersou, hvelarde]

- Dropping a folder or a collection into a list tile previously resulted in the tile being populated with the items inside the folder or the results of the query in the collection,
making impossible to have folders or collection as items of the list tile themselves (fixes `713`_).
[rodfersou, hvelarde]

- Update recommended versions of Blocks dependencies to keep in sync with current Mosaic development.
[hvelarde]

- Fix order of UUIDs of sorted function in ListTile's 'results' method.
[idgserpro]

- Review content chooser events to happen just at Compose tab (fixes `710`_).
[rodfersou]

- Do not assume all tile types have schemas.
[alecm]

- Do not declare the ``Cover`` class as an implementer of ``IDAVAware``;
This makes absolutely no sense and is causing an error when doing a GenericSetup export (fixes `396`_).
[hvelarde]

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.