^^^^^^^^^^^^^^^^^^^
- Tiles that display an image now show their description (or title) in the ``alt`` attribute (closes `559`_).
[rodfersou, hvelarde]
- The ``image`` macro previously included on ``tile_macros.pt`` was removed as it is not used anywhere.
[rodfersou]
- Show more information using title tooltip in content search, to ensure listed content is unambiguous.
[cguardia, alecm]
- Generate tile ids client-side to fix an issue causing duplicated ids on tiles when using IE browsers or proxy caches (fixes `526`_).
[frapell, rodfersou]
- Add new feature to make content of new tiles searchable;
now, besides the RichText tile, Basic and Embed tiles are searchable by default.
Developer documentation was also updated with a new section explaining how to accomplish this.
[lewicki]
- Use "application/javascript" media type instead of the obsolete "text/javascript".
[hvelarde]
- Make package compatible with jQuery 1.9.
[naro]
- Fix issue where page composition layer had side-effects outside cover pages by upgrading plone.app.blocks to 2.2 (fixes `331`_).
[datakurre]
- When fetching image from content object, fetch the tile scale to ensure we get a correct crop from plone.app.imagecropping and don't waste space storing a full sized image.
[alecm]
- Add Cache-Control headers to the configure-tile and edit-tile views to prevent Internet Explorer from caching the XHR GET requests for these views.
What would happen is that you would see the previious (old) field info if you configured or edited a tile, saved and re-opened the same dialog in IE.
[fredvd]
- Fix textlinessortable widget for IE11 where IE11 mangles multiform POST data. This fixes removing items from the Caroussel compose widget in IE11.
[fredvd]
- Create format options for datetime widget (closes `534`_).
[rodfersou]
- Add new permission to restrict code inclussion on the Embed tile;
now, by default, only Managers and Site Administrators are able to insert code in the tile.
The provided upgrade step also fixes the roles assigned to the collective.cover.Setup permission that was broken on the previous release.
(closes `297`_).
[hvelarde]
- Add warning to the developer docs that existing custom grid systems have to be upgraded after release 1.0a11 because of internal data structure changes, otherwise your cover columns will be seem to reset to width "1" (closes `530`_).
[fredvd]