Collective.cover

Latest version: v3.0.0

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

Scan your dependencies

Page 5 of 6

1.0a10

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

- Allow to set a custom URL on elements for a Carousel (fixes `377`_).
[frapell]

- If an Image content is included, redirect to view and not the image itself
[frapell]

- Modifying annotations, while iterating through them, caused their size to be reduced and the loop to end early, leaving annotations in the object.
[cguardia]

- Add an option to extend JS configuration to reload tile in custom tiles (outside of collective.cover).
[rodfersou]

- Include a behavior to add a couple of fields that enable reloading the current page after a certain amount of time.
Typical use case is a news portal that wants to keep the front page updated and increase the number of page views.
[hvelarde]

- Fix modification time disappearing from context data and handling missing value (fixes `449`_).
[mhora]

- Show event's start date (instead of publication date) for Event-like objects in Basic, Collection and List tiles.
[hvelarde]

- Remove PloneFormGen's 'Form Folder' from default searchable types (fixes `438`_).
[djowett]

- Fix AttributeError caused by editing a basic tile and not populating the
image field.
[enfold-josh]

- Fix ``RemoveItemFromListTile`` helper browser view to avoid failure to
remove an object when the tile is not a List Tile but a subclass of it.
[hvelarde]

- Fix ``UpdateTileContent`` helper browser view to avoid returning the
rendering of previous object in tile on AJAX calls.
[hvelarde]

1.0a9

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

- Add Traditional Chinese translation.
[l34marr]

- Basic tile implementation was not copying images from objects when the tile
was populated. This was causing an error when an image was removed from the
original object (fixes `426`_).
[vangheem]

- Unpublished content was disappearing from the list tile after access from
anonymous user (fixes `412`_).
[adriana-rv, hvelarde]

- Allow Site Administrator role to manage Cover control panel (closes `423`_)
[ericof]

- Fix showing original size of images in banner and carousel tile.
[maurits]

- Improve python:view.is_compose_mode() tests in tile Zope Page Templates. This
test would return False when content in for example list tiles is reordered
deleted, or dropped on from the content chooser. (fixes `421`_).
[fredvd]

- Content body tile markup was changed to handle different conditions (empty
tile or not) in a saner way; a text indicating when the body text of an
item is empty was also added.
[hvelarde]

- Added link in content body tile to related item (fixes `415`_)
[kcleong]

- Update jss.js to 0.6 and include minified version. This fixes the layout page
rendering and column resizing on IE10+ which was broken. Jss.js creates on the
fly css from javascript. (fixes `398`_).
[fredvd]

- SearchableText indexer for RichText tiles was fixed (closes `411`_).
[hvelarde]

- List tile is again fully sortable; a change on the JS code used there was
reverted (fixes `413`_).
[hvelarde]

1.0a8.post1

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

- Disable SearchableText indexer for RichText tiles as it was causing
``UnicodeDecodeError`` (refs. `411`_).
[hvelarde]

1.0a8

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

- Fix for collection tile not showing header correctly (fixes `407`_). [kcleong]

- Add RichText tiles to the SearchableText index of the cover.
[thepjot]

- Re-enable item sorting on the carousel tile edit form. It was by accident
disabled by removing the field on the list tile schema from which the
carousel tile inherits.
[fredvd]

- Use jQuery's ``.on`` instead of deprecated ``.live`` method. This allows
compatibility with jQuery 1.9+.
[naro]

- Fix carousel tile so it does not break cover when dropping content with no
image field (tile template was refactored and CSS class ``galleria-inner``
was removed). As a side effect the carousel tile is now fully responsive and
you can select the image size that better fits the maximum desired size. An
upgrade step to cook the CSS resources is provided (fixes `371`_).
[hvelarde]

- Handle missing tiles so they do not bork rendering and users are able
to remove defunk ones.
[vangheem]

- Fixed 5-> 6 upgrade when collective.js.bootrap was already installed.
[thomasdesvenain]

- Make base tile inherit from plone.supermodel.model.Schema and fix other
inconsistencies on tiles derivation (fixes `381`_).
[jpgimenez]

- Fix for generic title for list tiles introduced in 1.0a7 (fixes `393`_).
[fredvd]

1.0a7

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

- Add ``title`` and ``show more`` to the list tile to have a consistent
look-and-feel with the collection tile.
[maurits]

- Fix searching in content chooser on Japanese (fixes `374`_).
[terapyon]

- Fix Galleria warning on empty carousel tiles.
[warpr]

- Fix dropping Dexterity images on banner tile.
[maurits, warpr]

- Latest items are now properly loaded on content chooser when selecting the
``more`` link (fixes `383`_).
[marcosfromero]

- Use plone.api where possible.
[hvelarde]

- Japanese translation added.
[terapyon]

- Fix crash on view/compose/layout tabs when viewing a cover with an
empty layout. [warpr].

- Fix two javascript issues reported by the JSHint commit hook. [warpr]

- Fix an issue which prevented Firefox users from making selections
on the tile configuration dialogs. [warpr]

- Gets the carousel test working again.
(closes `333`_).
[href]

- Hides empty tile message in all views but the compose view
(closes `348`_).
[href]

- Show the type of a tile (Basic Tile, Collection Tile, etc.) in the
top center of the tile on the compose tab. This makes it easier for
the user to know how they can add content, especially if the user
does not have permission to view the layout tab.
[warpr]

- Make the grid system flexible. The default is still a 16 column
Deco grid. You can register your own system as an `IGridSystem`
utility based on the `Deco16Grid` class with a different name and
select it in the configuration panel. You should create a grid that
matches the css of the theme that you are using on your site.
[warpr, maurits]

- The reordering of list items is now immediately reflected in the DOM
(closes `351`_).
[href]

1.0a6

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

.. Warning::
This release removes all upgrade steps from versions no longer supported.
If you are upgrading from a version previous to 1.0a5 you should upgrade
to 1.0a5 first and then you can upgrade to 1.0a6. This release also
completely removes the code from deprecated image and link tiles; if you
are still using image and link tiles do not upgrade until you have
manually replaced both tiles instances with the new banner tile (this was
supposed to be done on previous release but we did not had time to do it.)

- Field order can now be set on tile configuration screen using drag-and-drop.
(closes `248`_).
[marcosfromero, cleberjsantos]

- CSS improvements for list tile and content chooser. [agnogueira]

- List tile is now configurable: you can set ordering and visibility for all
fields and you can also set the preferred style for the title and the scale
and alignment for the image thumbnail; the date of the items was also added
(fixes `339`_). [hvelarde]

- Fix image positioning on collection tile (fixes `318`_). [hvelarde]

- Fix image positioning on basic tile (fixes `317`_). [agnogueira]

- Let the icons sidebar fixed on top when scrolling the page (closes `342`_).
[agnogueira]

- Add ``short_name`` to all tiles. Use this as title in the tile
list. This can be translated.
[maurits]

- Fix possible problem getting the ``css_class`` when the default
configuration is used. The code tried to treat this as a dictionary
instead of a simple string.
[maurits]

- Add offset as a configuration option to the collection tile.
(fixes `298`_). [warpr]

- Add ``cover-(type)-tile`` class to all tile templates (fixes `189`_).
[warpr]

- Support text from Dexterity items for the bodycontent and richtext
tiles (fixes `323`_). [maurits]

- Leaving layout editing tab after making changes now shows a confirmation
dialog (fixes `314`_). [rristow]

- Show a link to the related collection on compose view of the collection tile
(closes `260`_). [agnogueira, hvelarde]

- Increase test coverage. [tcurvelo]

- Remove bundles from portal_javascript (closes `303`_). [jpgimenez]

- Add German translation. [polyester, pbauer, svx]

- Remove upgrade steps from unsupported versions (closes `295`_). [fulv]

- Depend on collective.js.bootstrap (closes `201`_). [tcurvelo]

- Remove code from Image and Link tiles (closes `301`_). [fulv]

- Catalan translation added. [lpmayos]

Page 5 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.