Metadata-Version: 2.1
Name: imio.smartweb.policy
Version: 1.0.2
Summary: Policies to setup imio.smartweb
Home-page: https://github.com/imio/imio.smartweb.policy
Author: Christophe Boulanger
Author-email: christophe.boulanger@imio.be
License: GPL version 2
Project-URL: Source, https://github.com/imio/imio.smartweb.policy
Project-URL: Tracker, https://github.com/imio/imio.smartweb.policy/issues
Project-URL: PyPI, https://pypi.python.org/pypi/imio.smartweb.policy
Description: .. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
           If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
           This text does not appear on pypi or github. It is a comment.
        
        .. image:: https://github.com/IMIO/imio.smartweb.policy/workflows/Tests/badge.svg
            :target: https://github.com/IMIO/imio.smartweb.policy/actions?query=workflow%3ATests
            :alt: CI Status
        
        .. image:: https://coveralls.io/repos/github/IMIO/imio.smartweb.policy/badge.svg?branch=main
            :target: https://coveralls.io/github/IMIO/imio.smartweb.policy?branch=main
            :alt: Coveralls
        
        .. image:: https://img.shields.io/pypi/v/imio.smartweb.policy.svg
            :target: https://pypi.python.org/pypi/imio.smartweb.policy/
            :alt: Latest Version
        
        .. image:: https://img.shields.io/pypi/status/imio.smartweb.policy.svg
            :target: https://pypi.python.org/pypi/imio.smartweb.policy
            :alt: Egg Status
        
        .. image:: https://img.shields.io/pypi/pyversions/imio.smartweb.policy.svg?style=plastic   :alt: Supported - Python Versions
        
        .. image:: https://img.shields.io/pypi/l/imio.smartweb.policy.svg
            :target: https://pypi.python.org/pypi/imio.smartweb.policy/
            :alt: License
        
        
        ====================
        imio.smartweb.policy
        ====================
        
        Policies to setup imio.smartweb
        
        Features
        --------
        
        - TODO
        
        
        Examples
        --------
        
        This add-on can be seen in action at the following sites:
        - Is there a page on the internet where everybody can see the features?
        
        
        Documentation
        -------------
        
        TODO
        
        
        Translations
        ------------
        
        This product has been translated into
        
        - French
        
        
        Installation
        ------------
        
        Install imio.smartweb.policy by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                imio.smartweb.policy
        
        
        and then running ``bin/buildout``
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/imio/imio.smartweb.policy/issues
        - Source Code: https://github.com/imio/imio.smartweb.policy
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - Christophe Boulanger, christophe.boulanger@imio.be
        
        
        Changelog
        =========
        
        
        1.0.2 (2022-03-08)
        ------------------
        
        - Add/install select2 widget for faceted
          [boulch]
        
        - Fix BAN request when we change a message
          [boulch, laulaz]
        
        
        1.0.1 (2022-03-08)
        ------------------
        
        - Add missing zcml include of collective.autoscaling
          [laulaz]
        
        - Fix faceted criteria update when installing from code (without browser request)
          [laulaz]
        
        
        1.0 (2022-02-22)
        ----------------
        
        - Install and set collective autoscaling with some default values
          [boulch]
        
        
        1.0a17 (2022-02-11)
        -------------------
        
        - Send BAN request after a messageviewlet creation / modification / removal
          [laulaz]
        
        
        1.0a16 (2022-02-10)
        -------------------
        
        - Add imio.prometheus dependency to get metrics view.
          [bsuttor]
        
        
        1.0a15 (2022-02-04)
        -------------------
        
        - Activate plone.app.caching.moderateCaching.lastModified
          [sverbois, laulaz]
        
        - Use auto-checkout for collective.z3cform.select2 (Plone 6)
          [laulaz]
        
        
        1.0a14 (2022-02-03)
        -------------------
        
        - Add collective.z3cform.select2 as a dependency
          [boulch]
        
        
        1.0a13 (2022-02-03)
        -------------------
        
        - Upgrade step : Reload portal types to add imio.smartweb.listing behavior on links
          [boulch]
        
        - Patch ALL caching operations to add Cache-Control header even when
          intercepting a 304 NOT MODIFIED
          [laulaz]
        
        - Update buildout to use Plone 6.0.0a3 packages versions
          [boulch]
        
        
        1.0a12 (2022-01-31)
        -------------------
        
        - Patch terse caching operation to add Cache-Control header even when
          intercepting a 304 NOT MODIFIED
          [laulaz]
        
        - Fix client caching value in terseCaching (was different in upgrade step)
          [laulaz]
        
        
        1.0a11 (2022-01-27)
        -------------------
        
        - Fix Plone translations override
          [laulaz]
        
        
        1.0a10 (2022-01-19)
        -------------------
        
        - Update buildout to use Plone 6.0.0a2 released version
          [laulaz]
        
        - Get some missing upgrades steps from plone6 dev to plone6 released
          [boulch]
        
        - Load/register caching configuration + move upgrades steps in an upgrades folder.
          [boulch]
        
        - Remove client caching in terseCaching
          [sverbois]
        
        
        1.0a9 (2022-01-13)
        ------------------
        
        - Restore Plone colophon viewlet in footer
          [laulaz]
        
        
        1.0a8 (2021-12-16)
        ------------------
        
        - Add caching configuration
          [sverbois]
        
        
        1.0a7 (2021-11-26)
        ------------------
        
        - Restore Default workflow on Link type
          [laulaz]
        
        - Change 'en-un-click' to ifind folder and add iam folder with some links + upgrade steps.
          [boulch]
        
        
        1.0a6 (2021-11-24)
        ------------------
        
        - Add upgrade to restrict collections views (will always be faceted layouts)
          [laulaz]
        
        
        1.0a5 (2021-11-16)
        ------------------
        
        - Add cropping support on File content type
          [laulaz]
        
        
        1.0a4 (2021-11-05)
        ------------------
        
        - Add `collective.solr` dependency & Activate SolR search by default
          [mpeeters]
        
        - Add pas.plugins.imio profile dependency
          [laulaz]
        
        - Hide plone.keywords for non editors
          [laulaz]
        
        - Add topics & page category on File content type
          [laulaz]
        
        - Allow only listing_view on collections
          [laulaz]
        
        - Make Collections globally addable
          [laulaz]
        
        - TinyMCE config is now made in imio.smartweb.common
          [laulaz]
        
        - Simplify TinyMCE config & force paste as text
          [laulaz]
        
        - Allow PortalPage content as default view
          [laulaz]
        
        - Display Collection in navigation by default
          [laulaz]
        
        - Move localmessages viewlet from default abovecontent to portalheader viewlet manager
          [boulch]
        
        - Rename dependency : collective.bigbang to collective.bigbang
          [boulch]
        
        - Manage grouping/order/visibility of subsite/minisite header/footer viewlets
          [laulaz]
        
        - Allow only useful image scales in TinyMCE text fields
          [laulaz]
        
        - Move code to imio.smartweb.common
          [laulaz]
        
        - Remove collective.pivot out of metadata (undo auto-install)
          [boulch]
        
        
        1.0a3 (2021-06-29)
        ------------------
        
        - Add imio.gdpr
          [boulch]
        
        - Add collective.messagesviewlet
          [boulch]
        
        - Add pas.plugins.imio.
          [bsuttor]
        
        - Add collective.bigbang.
          [bsuttor]
        
        
        1.0a2 (2021-04-22)
        ------------------
        
        - WEBMIGP5-12: Override TinyMCE Formats inline items
          [laulaz]
        
        - WEBMIGP5-14: Change images behaviors
          [laulaz]
        
        - WEBMIGP5-13: Change files behaviors
          [laulaz]
        
        - Add configuration for TinyMCE toolbars / menus
          [laulaz]
        
        - Add basic demo profile with content creation & improve install profile
          [laulaz]
        
        - Fix navigation links translations
          [laulaz]
        
        - Change header viewlets default order
          [laulaz]
        
        - Migrate & improve buildout for Plone 6
          [boulch]
        
        - Add uninstall profile
          [boulch]
        
        - Fix tests for Plone 6
          [boulch]
        
        
        1.0a1 (2021-04-19)
        ------------------
        
        - Initial release.
          [boulch]
        
Keywords: Python Plone CMS
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 6.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.8
Provides-Extra: test
