plone.app.standardtiles


Nameplone.app.standardtiles JSON
Version 3.1.3 PyPI version JSON
download
home_pagehttps://github.com/plone/plone.app.standardtiles
SummaryTiles for plone.app.blocks page composition
upload_time2024-04-17 15:23:59
maintainerNone
docs_urlNone
authorRob Gietema
requires_python>=3.8
licenseGPL
keywords tiles content plone
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Plone Standard Tiles
====================

.. image:: https://github.com/plone/plone.app.standardtiles/actions/workflows/main.yml/badge.svg
    :alt: Github workflow status badge

.. image:: https://coveralls.io/repos/plone/plone.app.standardtiles/badge.png?branch=master
    :alt: Coveralls badge
    :target: https://coveralls.io/github/plone/plone.app.standardtiles

This package contains standard tiles to be used with `Plone Mosaic`_
(or as such with `Plone Blocks`_ composition).

.. _Plone Mosaic: https://pypi.python.org/pypi/plone.app.mosaic
.. _Plone Blocks: https://pypi.python.org/pypi/plone.app.blocks


Source Code
-----------

Contributors please read the document `The process for developing for Plone core <https://docs.plone.org/develop/coredev/docs/index.html>`_

Sources are at the `Plone code repository hosted at Github <https://github.com/plone/plone.app.standardtiles>`_.

Please report issues at the `Issue Tracker <https://github.com/plone/plone.app.standardtiles/issues>`_.


License
-------

The project is licensed under the GPLv2.

Changelog
=========

3.1.3 (2024-04-17)
------------------

- Fix rawembed Boolean field required
- sanitize description field css class (same as Classic-UI default: lead)
- add icons global to existing content tile to avoid tracebacks when content-core macros use it
- prepare for upcoming plone.app.z3cform 4.4.x features
  [petschki]


3.1.2 (2023-06-06)
------------------

- Fix missing `item_count` value when coming from older versions.
  [petschki]


3.1.1 (2023-05-13)
------------------

- Fix boolean fields title/description/text to not be required.
  [petschki]


3.1.0 (2023-05-04)
------------------

- Add option to enable the Eventlisting view (this expands recurring events).
  NOTE: The listing will only show Event types.
  [petschki]


3.0.1 (2023-04-22)
------------------

- Fix broken CMFDynamicViewFTI import.
  [thet]

- Fix byline viewlet name
  [frapell]


3.0.0 (2022-12-05)
------------------

- Added linkintegrity for html and existingcontent tile.
  Code is ported form version 2.5.0, and is only active when
  plone.app.blocks version 6.0.2 or higher is used.
  [petschki]


3.0.0b1 (2022-06-24)
--------------------

- Fix ``isDefaultPage`` import which was moved to ``plone.base.defaultpage``
  [petschki]

- Cleanup and fix ExistingContentTile in 5.2
  [gotcha, Mychae1]


3.0.0a2 (2022-04-01)
--------------------

- Fixed KeyError ``results`` in tabular view.  Should have been ``batch``.
  Fixes `issue 122 <https://github.com/plone/plone.app.standardtiles/issues/122>`_.
  [maurits]


3.0.0a1 (2022-03-23)
--------------------

- Fix showing private content while editing a tile.
  Fixes `issue 100 <https://github.com/plone/plone.app.standardtiles/issues/100>`_.
  [maurits]

- Fix tests to respect BS5 Markup of Plone 6.
  [jensens]

- Fix membertools tile
  [agitator]

- Breaking: Drop code marked as deprecated for 3.0.
  This includes ``plone.app.standardtiles.image``.
  If anyone for any reason has still these long deprecated tile around, custom upgrades are needed.
  [jensens]

- Manual code cleanup.
  [jensens]

- Breaking: Drop Support for Python 2.7 and Plone 5.
  [jensens]

- Hide uninstall profile from install view.
  [jensens]


2.4.0 (2021-03-24)
------------------

- Content listing: Allow to use collection query parameters from context.
  Content listing: Include query parameters from request.
  Content listing: Add "tile_class".
  Batching support
  Drop support for Plone 5.0.x - no get_top_request available
  [agitator]

- Upgrade tests to github actions
  [djay]

- CI with Github actions: Python 2 / Python 3 and os version
  [ksuess]

- rss tile: expose published date
  [ksuess]

- update link to plone coredev docs in readme
  [spereverde]

- coveralls and github actions workflow
  [ksuess]

2.3.2 (2019-12-05)
------------------

- Added Alt attribute to summary view, needed for accessibility
  [rnunez]

- Py3 fix for existingcontent tile
  [petschki]

- Add uninstall profile.
  [hvelarde]

- Remove installation of plone.app.widgets default profile in tests.
  In Plone 5.0/5.1 with plone.app.widgets >= 2.0, the profile is only a dummy profile for BBB.
  In Plone 5.2 it will be removed.
  [jensens]

- Show event details for all content types which provides start or end fields.
  [MrTango]

- Fix tests in Plone 5.2
  [MrTango]

- Add custom_view also in existingcontent tile.
  [cekk]

- Fix existingcontent tile form labels
  [pnicolli]


2.3.1 (2018-06-07)
------------------

- Fix tests around deprecated raw html tile and use htmltile.
  [jensens]

- Fix #87: Existing Content Tile broken when used in multilingual sites.
  Widget is now similar to related items behavior.
  [jensens]

- Fix TileCommentForm to prefix forms with just 'form' to fix compatibility
  with plone.app.discussion javascripts
  [datakurre]


2.3.0 (2018-04-13)
------------------

New features:

- Moved dependency on ``plone.formwidget.multifile`` used for deprecated Attachement-Tile to an extra ``attachment`` in ``setup.py``.
  [jensens]


Bug fixes:

- Fix tests of Boolean widget:
  Remove checks of implementation details of the widget.
  This does not belong into this tests.
  It changed between 5.0 and 5.1 after some fixes.
  [jensens]

- Fix issue #79,
  where a test failed with Plone 5.1, because a tile in a test had no ``__name__``.
  [jensens]

- Changed title of existing content tile from h1 to h2
  [agitator]

- Fix issue where image field tile template registration did not apply for
  fields on non-default fieldset
  [datakurre]

- Imports are Python3 compatible
  [b4oshany]

- Fix issue where field tile for title and description fields rendered
  with double <html><body>-wrapping
  [datakurre]

2.2.0 (2017-06-09)
------------------

New features:

- Add "show_image", "show_text", "show_comments" and "tile_class" additional
  fields to existing content tile.
  [cekk]

Bug fixes:

- Fix non ASCII HTML tile content
  [tomgross]

- Add better descriptions for tiles.
  [cguardia]

- Fix noembed endpoint url to get valid JSON response.
  [tmassman]


2.1.0 (2017-02-24)
------------------

New features:

- Added title and description fields content listing tile,
  will show up on tile if filled in.
  [agitator]

- Add plone.app.standardtiles.leadimage for rendering lead image from
  lead image behavior directly (without viewlet indirection)
  [datakurre]

Bug fixes:

- Fix setup dependencies: do not depend on plone.app.imaging, it is not needed.
  This removes an transient dependency on Archetypes.
  [jensens]

- Fix issues where tiles didn't properly render when traversed from a view context
  [datakurre]

- Minor cleanup in contentlisting and existingcontent.
  [jensens]

- Fix byline tile to base on respective Plone 5 viewlet
  (but note that it only renders for anonymous users when they are allowed
  to view it)
  [datakurre]

- Fix issue where viewletmanagers were rendered in parent context instead of
  object context
  [datakurre]

- Fix viewletmanager and portlet tiles to render like on default views on ESI
  when rendered directly against contentish context (ESI doesn't have
  knowledge of parent request like subrequest based composition has)
  [datakurre]

- Fix discussion tile to properly post to tile URL and redirect to context URL;
  Add explicit CSRF-protection to support rendering as ESI tile
  [datakurre]


2.0.0 (2016-12-13)
------------------

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]


1.0 (2016-04-11)
----------------

- Nothing changed.


1.0b5 (2016-04-06)
------------------

- Add registry configuration to specify additional content listing views
  [vangheem]

- Add limit to contentlisting
  [martior]

- Fix embed tile to ram.cache oembed code by URL
  [datakurre]

- Fix permission definitions to not use public permissions for add
  [vangheem]

- Fix Event to work with summary_view content listing tile
  [vangheem]

- Fix listings not including /view on urls
  [vangheem]

- Add better error handling in summary_view
  [vangheem]

- Fix getting lead image
  [vangheem]

- Fix to not transform rawhtml output if rendered within mosaic layouteditor
  [vangheem]


1.0b4 (2015-10-04)
------------------

- Change navigation tile to not use deprecated defaults from portal_properties
  [datakurre]

- Add socialtags tile
  [vangheem]

- Fix sitemap tile to read correct setting on Plone 5
  [datakurre]


1.0b3 (2015-09-16)
------------------

- Fix to apply output filters for rawhtml tile
  [datakurre]
- Fix encoding issue when rendering existing content tile
  [datakurre]

1.0b2 (2015-09-16)
------------------

- Add ``plone.app.standardtiles.rawhtml`` tile
  [vangheem]
- Change image tile to use radio widget for image scale selection
  [datakurre]
- Fix default values for rendering the content listing tile
  [vangheem]

1.0b1 (2015-06-08)
------------------

- Fix field tile backwards compatibility with plone.app.blocks < 2.1.1
  [datakurre]

1.0a4 (2015-06-06)
------------------

- Remove text, calendar and configlets tiles
  [datakurre]
- Add scripts, stylesheets and toolbar tiles for Plone 5
  [datakurre]
- Add dublincore layout tile
  [datakurre]
- Add title field for image tile
  [datakurre]
- Refactor most layout tiles to reuse viewlets' for shared codebase
  [datakurre]
- Fix issue where byline tile was broken on Plone 5
  [datakurre]
- Fix issue where field tile ignored widget directive
  [datakurre]
- Fix profile version (no upgrade step; upgrade by reinstall)
  [datakurre]

1.0a3 (2015-05-27)
------------------

- Fix import error on Plone 4 without plone.app.contenttypes
  [datakurre]

1.0a2 (2015-05-27)
------------------

- Fix image tile to only set image width to allow proportional scaling within
  smaller than width columns
  [datakurre]

1.0a1 (2015-05-25)
------------------

- First alpha release.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/plone/plone.app.standardtiles",
    "name": "plone.app.standardtiles",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "tiles content plone",
    "author": "Rob Gietema",
    "author_email": "rob@fourdigits.nl",
    "download_url": "https://files.pythonhosted.org/packages/59/1e/8a70dc7631cb23db660ce5cd165c72b5379493b3db5fca6fde2cbd3a69ed/plone.app.standardtiles-3.1.3.tar.gz",
    "platform": null,
    "description": "Plone Standard Tiles\n====================\n\n.. image:: https://github.com/plone/plone.app.standardtiles/actions/workflows/main.yml/badge.svg\n    :alt: Github workflow status badge\n\n.. image:: https://coveralls.io/repos/plone/plone.app.standardtiles/badge.png?branch=master\n    :alt: Coveralls badge\n    :target: https://coveralls.io/github/plone/plone.app.standardtiles\n\nThis package contains standard tiles to be used with `Plone Mosaic`_\n(or as such with `Plone Blocks`_ composition).\n\n.. _Plone Mosaic: https://pypi.python.org/pypi/plone.app.mosaic\n.. _Plone Blocks: https://pypi.python.org/pypi/plone.app.blocks\n\n\nSource Code\n-----------\n\nContributors please read the document `The process for developing for Plone core <https://docs.plone.org/develop/coredev/docs/index.html>`_\n\nSources are at the `Plone code repository hosted at Github <https://github.com/plone/plone.app.standardtiles>`_.\n\nPlease report issues at the `Issue Tracker <https://github.com/plone/plone.app.standardtiles/issues>`_.\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\nChangelog\n=========\n\n3.1.3 (2024-04-17)\n------------------\n\n- Fix rawembed Boolean field required\n- sanitize description field css class (same as Classic-UI default: lead)\n- add icons global to existing content tile to avoid tracebacks when content-core macros use it\n- prepare for upcoming plone.app.z3cform 4.4.x features\n  [petschki]\n\n\n3.1.2 (2023-06-06)\n------------------\n\n- Fix missing `item_count` value when coming from older versions.\n  [petschki]\n\n\n3.1.1 (2023-05-13)\n------------------\n\n- Fix boolean fields title/description/text to not be required.\n  [petschki]\n\n\n3.1.0 (2023-05-04)\n------------------\n\n- Add option to enable the Eventlisting view (this expands recurring events).\n  NOTE: The listing will only show Event types.\n  [petschki]\n\n\n3.0.1 (2023-04-22)\n------------------\n\n- Fix broken CMFDynamicViewFTI import.\n  [thet]\n\n- Fix byline viewlet name\n  [frapell]\n\n\n3.0.0 (2022-12-05)\n------------------\n\n- Added linkintegrity for html and existingcontent tile.\n  Code is ported form version 2.5.0, and is only active when\n  plone.app.blocks version 6.0.2 or higher is used.\n  [petschki]\n\n\n3.0.0b1 (2022-06-24)\n--------------------\n\n- Fix ``isDefaultPage`` import which was moved to ``plone.base.defaultpage``\n  [petschki]\n\n- Cleanup and fix ExistingContentTile in 5.2\n  [gotcha, Mychae1]\n\n\n3.0.0a2 (2022-04-01)\n--------------------\n\n- Fixed KeyError ``results`` in tabular view.  Should have been ``batch``.\n  Fixes `issue 122 <https://github.com/plone/plone.app.standardtiles/issues/122>`_.\n  [maurits]\n\n\n3.0.0a1 (2022-03-23)\n--------------------\n\n- Fix showing private content while editing a tile.\n  Fixes `issue 100 <https://github.com/plone/plone.app.standardtiles/issues/100>`_.\n  [maurits]\n\n- Fix tests to respect BS5 Markup of Plone 6.\n  [jensens]\n\n- Fix membertools tile\n  [agitator]\n\n- Breaking: Drop code marked as deprecated for 3.0.\n  This includes ``plone.app.standardtiles.image``.\n  If anyone for any reason has still these long deprecated tile around, custom upgrades are needed.\n  [jensens]\n\n- Manual code cleanup.\n  [jensens]\n\n- Breaking: Drop Support for Python 2.7 and Plone 5.\n  [jensens]\n\n- Hide uninstall profile from install view.\n  [jensens]\n\n\n2.4.0 (2021-03-24)\n------------------\n\n- Content listing: Allow to use collection query parameters from context.\n  Content listing: Include query parameters from request.\n  Content listing: Add \"tile_class\".\n  Batching support\n  Drop support for Plone 5.0.x - no get_top_request available\n  [agitator]\n\n- Upgrade tests to github actions\n  [djay]\n\n- CI with Github actions: Python 2 / Python 3 and os version\n  [ksuess]\n\n- rss tile: expose published date\n  [ksuess]\n\n- update link to plone coredev docs in readme\n  [spereverde]\n\n- coveralls and github actions workflow\n  [ksuess]\n\n2.3.2 (2019-12-05)\n------------------\n\n- Added Alt attribute to summary view, needed for accessibility\n  [rnunez]\n\n- Py3 fix for existingcontent tile\n  [petschki]\n\n- Add uninstall profile.\n  [hvelarde]\n\n- Remove installation of plone.app.widgets default profile in tests.\n  In Plone 5.0/5.1 with plone.app.widgets >= 2.0, the profile is only a dummy profile for BBB.\n  In Plone 5.2 it will be removed.\n  [jensens]\n\n- Show event details for all content types which provides start or end fields.\n  [MrTango]\n\n- Fix tests in Plone 5.2\n  [MrTango]\n\n- Add custom_view also in existingcontent tile.\n  [cekk]\n\n- Fix existingcontent tile form labels\n  [pnicolli]\n\n\n2.3.1 (2018-06-07)\n------------------\n\n- Fix tests around deprecated raw html tile and use htmltile.\n  [jensens]\n\n- Fix #87: Existing Content Tile broken when used in multilingual sites.\n  Widget is now similar to related items behavior.\n  [jensens]\n\n- Fix TileCommentForm to prefix forms with just 'form' to fix compatibility\n  with plone.app.discussion javascripts\n  [datakurre]\n\n\n2.3.0 (2018-04-13)\n------------------\n\nNew features:\n\n- Moved dependency on ``plone.formwidget.multifile`` used for deprecated Attachement-Tile to an extra ``attachment`` in ``setup.py``.\n  [jensens]\n\n\nBug fixes:\n\n- Fix tests of Boolean widget:\n  Remove checks of implementation details of the widget.\n  This does not belong into this tests.\n  It changed between 5.0 and 5.1 after some fixes.\n  [jensens]\n\n- Fix issue #79,\n  where a test failed with Plone 5.1, because a tile in a test had no ``__name__``.\n  [jensens]\n\n- Changed title of existing content tile from h1 to h2\n  [agitator]\n\n- Fix issue where image field tile template registration did not apply for\n  fields on non-default fieldset\n  [datakurre]\n\n- Imports are Python3 compatible\n  [b4oshany]\n\n- Fix issue where field tile for title and description fields rendered\n  with double <html><body>-wrapping\n  [datakurre]\n\n2.2.0 (2017-06-09)\n------------------\n\nNew features:\n\n- Add \"show_image\", \"show_text\", \"show_comments\" and \"tile_class\" additional\n  fields to existing content tile.\n  [cekk]\n\nBug fixes:\n\n- Fix non ASCII HTML tile content\n  [tomgross]\n\n- Add better descriptions for tiles.\n  [cguardia]\n\n- Fix noembed endpoint url to get valid JSON response.\n  [tmassman]\n\n\n2.1.0 (2017-02-24)\n------------------\n\nNew features:\n\n- Added title and description fields content listing tile,\n  will show up on tile if filled in.\n  [agitator]\n\n- Add plone.app.standardtiles.leadimage for rendering lead image from\n  lead image behavior directly (without viewlet indirection)\n  [datakurre]\n\nBug fixes:\n\n- Fix setup dependencies: do not depend on plone.app.imaging, it is not needed.\n  This removes an transient dependency on Archetypes.\n  [jensens]\n\n- Fix issues where tiles didn't properly render when traversed from a view context\n  [datakurre]\n\n- Minor cleanup in contentlisting and existingcontent.\n  [jensens]\n\n- Fix byline tile to base on respective Plone 5 viewlet\n  (but note that it only renders for anonymous users when they are allowed\n  to view it)\n  [datakurre]\n\n- Fix issue where viewletmanagers were rendered in parent context instead of\n  object context\n  [datakurre]\n\n- Fix viewletmanager and portlet tiles to render like on default views on ESI\n  when rendered directly against contentish context (ESI doesn't have\n  knowledge of parent request like subrequest based composition has)\n  [datakurre]\n\n- Fix discussion tile to properly post to tile URL and redirect to context URL;\n  Add explicit CSRF-protection to support rendering as ESI tile\n  [datakurre]\n\n\n2.0.0 (2016-12-13)\n------------------\n\nBreaking changes:\n\n- Removed support for Plone 4.3. For Plone 4.3 support, please use\n  plone.app.standardtiles < 2.0.\n  [datakurre, jensens, thet]\n\n- Rename rawhtml to html, deprecate rawhtml tile and make it normal\n  tile (not persisted into annotation)\n  [vangheem]\n\n- Mark `plone.app.standardtiles.image` and `plone.app.standardtiles.attachment`\n  as deprecated.\n  [vangheem]\n\n- Remove deprecated skip-links tile, because there's no such viewlet feature on\n  Plone 5\n  [datakurre]\n\n- Drop Plone 4 fallback for language selector\n  [jensens]\n\nNew features:\n\n- Added a new raw embed tile\n  [agitator]\n\n- Use safe html transform for html (was raw) tile output\n  [vangheem]\n\n- Be able to show/hide title/description with existing content tile\n  [vangheem]\n\nBug fixes:\n\n- Fix existing content tile to work with collections.\n  This fixes https://github.com/plone/plone.app.mosaic/issues/202\n  [vangheem]\n\n- Validate selected content for existing content is not the current context\n  the tile is being rendered against.\n  [vangheem]\n\n- Fix batching urls on existing content tiles\n  [vangheem]\n\n- When calling ``@@plone.app.standardtiles.contentlisting`` directly without\n  having it configured via a form, get the ``query`` and ``sort_on`` values\n  from it's default factories.\n  [thet]\n\n- Change initial limit for listing tile to 100 instead of 1000\n  [vangheem]\n\n- Handle unicode error when applying filters on html (was raw) tile\n  [vangheem]\n\n- Take permissions and visibility of viewlets in tiles into account.\n  [jensens]\n\n- Replace misleading warnings on missing viewlet tiles with silent\n  debug level logging\n  [datakurre]\n\n- Fix issue where layout tiles failed on portlet manager context\n  [datakurre, agitator]\n\n- Fix lockinfo to not log Unauthorized-errors by protecting its registration\n  only with zope2.View, but render it empty without cmf.ModifyPortalContent\n  [datakurre]\n\n- Fix portlet tile (broken by regression)\n  [datakurre]\n\n- Fix issue where existing content did not render on edit form and\n  logged error when target content object was deleted\n  [datakurre]\n\n- Fix recursion loop in existingcontent tile (#48)\n  [tomgross]\n\nRefactoring:\n\n- Move tile registrations from ``media.zcml`` to more appropriate places:\n  - ``existingcontent``, ``rss`` and ``rawhtml`` tiles into ``content.zcml``,\n  - ``navigation`` and ``sitemap`` tiles in to ``layout.zcml``.\n  [thet]\n\n- Housekeeping and minor cleanup.\n  [jensens]\n\n- Moved KeywordTile and TableOfContentsTile to common.py.\n  [jensens]\n\n- Simplify basic viewlet proxy tiles.\n  [jensens]\n\n- Enable coveralls and code analysis.\n  [gforcada]\n\n- Adapt travis to all other mosaic related packages.\n  [gforcada]\n\n- Remove unused function.\n  [gforcada]\n\n\n1.0 (2016-04-11)\n----------------\n\n- Nothing changed.\n\n\n1.0b5 (2016-04-06)\n------------------\n\n- Add registry configuration to specify additional content listing views\n  [vangheem]\n\n- Add limit to contentlisting\n  [martior]\n\n- Fix embed tile to ram.cache oembed code by URL\n  [datakurre]\n\n- Fix permission definitions to not use public permissions for add\n  [vangheem]\n\n- Fix Event to work with summary_view content listing tile\n  [vangheem]\n\n- Fix listings not including /view on urls\n  [vangheem]\n\n- Add better error handling in summary_view\n  [vangheem]\n\n- Fix getting lead image\n  [vangheem]\n\n- Fix to not transform rawhtml output if rendered within mosaic layouteditor\n  [vangheem]\n\n\n1.0b4 (2015-10-04)\n------------------\n\n- Change navigation tile to not use deprecated defaults from portal_properties\n  [datakurre]\n\n- Add socialtags tile\n  [vangheem]\n\n- Fix sitemap tile to read correct setting on Plone 5\n  [datakurre]\n\n\n1.0b3 (2015-09-16)\n------------------\n\n- Fix to apply output filters for rawhtml tile\n  [datakurre]\n- Fix encoding issue when rendering existing content tile\n  [datakurre]\n\n1.0b2 (2015-09-16)\n------------------\n\n- Add ``plone.app.standardtiles.rawhtml`` tile\n  [vangheem]\n- Change image tile to use radio widget for image scale selection\n  [datakurre]\n- Fix default values for rendering the content listing tile\n  [vangheem]\n\n1.0b1 (2015-06-08)\n------------------\n\n- Fix field tile backwards compatibility with plone.app.blocks < 2.1.1\n  [datakurre]\n\n1.0a4 (2015-06-06)\n------------------\n\n- Remove text, calendar and configlets tiles\n  [datakurre]\n- Add scripts, stylesheets and toolbar tiles for Plone 5\n  [datakurre]\n- Add dublincore layout tile\n  [datakurre]\n- Add title field for image tile\n  [datakurre]\n- Refactor most layout tiles to reuse viewlets' for shared codebase\n  [datakurre]\n- Fix issue where byline tile was broken on Plone 5\n  [datakurre]\n- Fix issue where field tile ignored widget directive\n  [datakurre]\n- Fix profile version (no upgrade step; upgrade by reinstall)\n  [datakurre]\n\n1.0a3 (2015-05-27)\n------------------\n\n- Fix import error on Plone 4 without plone.app.contenttypes\n  [datakurre]\n\n1.0a2 (2015-05-27)\n------------------\n\n- Fix image tile to only set image width to allow proportional scaling within\n  smaller than width columns\n  [datakurre]\n\n1.0a1 (2015-05-25)\n------------------\n\n- First alpha release.\n",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "Tiles for plone.app.blocks page composition",
    "version": "3.1.3",
    "project_urls": {
        "Homepage": "https://github.com/plone/plone.app.standardtiles"
    },
    "split_keywords": [
        "tiles",
        "content",
        "plone"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56d933767efce8ef72e391fd267509719094ae3ddd17f74ff82710d98b3e8b79",
                "md5": "62ba4304b4141a635e488eaefc7fdee6",
                "sha256": "e7ccf784d4fdd9cc667f02dfb347b175022656a7df84946b5f1d21633c512c9c"
            },
            "downloads": -1,
            "filename": "plone.app.standardtiles-3.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "62ba4304b4141a635e488eaefc7fdee6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 91347,
            "upload_time": "2024-04-17T15:23:57",
            "upload_time_iso_8601": "2024-04-17T15:23:57.563586Z",
            "url": "https://files.pythonhosted.org/packages/56/d9/33767efce8ef72e391fd267509719094ae3ddd17f74ff82710d98b3e8b79/plone.app.standardtiles-3.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "591e8a70dc7631cb23db660ce5cd165c72b5379493b3db5fca6fde2cbd3a69ed",
                "md5": "3d862b2a36bb1c42f8262d399f69023a",
                "sha256": "3b454f41a60ae5aa49609d04d81e2963ab8f2187dc11e328cf752cd5acb5ff9a"
            },
            "downloads": -1,
            "filename": "plone.app.standardtiles-3.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "3d862b2a36bb1c42f8262d399f69023a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 67745,
            "upload_time": "2024-04-17T15:23:59",
            "upload_time_iso_8601": "2024-04-17T15:23:59.307331Z",
            "url": "https://files.pythonhosted.org/packages/59/1e/8a70dc7631cb23db660ce5cd165c72b5379493b3db5fca6fde2cbd3a69ed/plone.app.standardtiles-3.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-17 15:23:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "plone",
    "github_project": "plone.app.standardtiles",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "plone.app.standardtiles"
}
        
Elapsed time: 0.25298s