Metadata-Version: 2.1
Name: plone.app.standardtiles
Version: 1.0.2
Summary: Standard tiles for Plone Blocks page composition
Home-page: http://plone.org
Author: Rob Gietema
Author-email: rob@fourdigits.nl
License: GPL
Description: Plone Standard Tiles
        ====================
        
        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
        
        Changelog
        =========
        
        1.0.2 (2018-08-30)
        ------------------
        
        - 1.0.1 was released as dev0, this is a release as 1.0.2 without postfix.
          Sorry for any inconvinience.
          [jensens]
        
        
        1.0.1 (2018-08-30)
        ------------------
        
        - Add uninstall profile.
          [hvelarde]
        
        - Fix portlet add views by fixing import for i18n support.
          [MatthewWilkes]
        
        
        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
          [Asko Soukka]
        
        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 re-use 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.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Framework :: Plone :: 5.0
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: test
