Metadata-Version: 2.1
Name: imio.smartweb.common
Version: 1.0.4
Summary: Common utilities, vocabularies, taxonomies for imio.smartweb & co products
Home-page: https://github.com/imio/imio.smartweb.common
Author: iMio
Author-email: christophe.boulanger@imio.be
License: GPL version 2
Project-URL: Source, https://github.com/imio/imio.smartweb.common
Project-URL: Tracker, https://github.com/imio/imio.smartweb.common/issues
Project-URL: PyPI, https://pypi.python.org/pypi/imio.smartweb.common
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.common/workflows/Tests/badge.svg
            :target: https://github.com/IMIO/imio.smartweb.common/actions?query=workflow%3ATests
            :alt: CI Status
        
        .. image:: https://coveralls.io/repos/github/IMIO/imio.smartweb.common/badge.svg?branch=main
            :target: https://coveralls.io/github/IMIO/imio.smartweb.common?branch=main
            :alt: Coveralls
        
        .. image:: https://img.shields.io/pypi/v/imio.smartweb.common.svg
            :target: https://pypi.python.org/pypi/imio.smartweb.common/
            :alt: Latest Version
        
        .. image:: https://img.shields.io/pypi/status/imio.smartweb.common.svg
            :target: https://pypi.python.org/pypi/imio.smartweb.common
            :alt: Egg Status
        
        .. image:: https://img.shields.io/pypi/pyversions/imio.smartweb.common.svg?style=plastic   :alt: Supported - Python Versions
        
        .. image:: https://img.shields.io/pypi/l/imio.smartweb.common.svg
            :target: https://pypi.python.org/pypi/imio.smartweb.common/
            :alt: License
        
        
        ====================
        imio.smartweb.common
        ====================
        
        Provides various common needs for smartweb related sites :
        
        - topics field behavior with topics vocabulary select widget
        - Iam field behavior with "iam" vocabulary select widget
        - rich description feature, with bold & newlines, limited to a maximum of chars (see ``config.py``)
        - countries vocabulary
        - cities vocabulary (values are stored in registry)
        - faceted relative path widget
        - ``breadcrumb`` index that stores the full object path with titles (and not ids)
        - ``has_leadimage`` index that stores if there is a lead_image on the object or not
        - cropping scales selection mechanism per content-type / field (with adapters)
        - help texts (descriptions) on forms above the fields and not below
        - ``@search-filter`` REST endpoint to get all terms (and titles) of metadatas from search request results
        - colophon viewlet override to add legal mention, accessibility info, cookies preferences & copyright
        - cookies opt-in support for analytics and iframes (Accept/Refuse all or detailed preferences)
        
        
        Custom Add / Edit forms are also provided to :
        
        - Transform tabs into expandable fieldsets
        - Hide lead image caption field (never used)
        
        
        Utils fonctions are also provided for :
        
        - vocabulary term translation
        - object geolocation (with ``IAddress`` schema)
        
        
        A (very) simplified TinyMCE configuration is also made.
        
        
        Translations
        ------------
        
        This product has been translated into
        
        - French
        
        
        Installation
        ------------
        
        Install imio.smartweb.common by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                imio.smartweb.common
        
        
        and then running ``bin/buildout``
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/imio/imio.smartweb.common/issues
        - Source Code: https://github.com/imio/imio.smartweb.common
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - iMio, christophe.boulanger@imio.be
        
        
        Changelog
        =========
        
        
        1.0.4 (2022-05-03)
        ------------------
        
        - Limit uploaded files sizes to 20Mo with JS (without reaching the server)
          [laulaz]
        
        - Add help text on lead image field also on edit forms
          [laulaz]
        
        
        1.0.3 (2022-05-02)
        ------------------
        
        - Hide faceted actions
          [boulch]
        
        
        1.0.2 (2022-04-25)
        ------------------
        
        - Hide unwanted upgrades from site-creation and quickinstaller
          [boulch]
        
        - Add local manager role and sharing permissions rolemap
          [boulch]
        
        - Add help text on lead image fields
          [boulch]
        
        - Fix privacy views JS calls (sometimes called on Zope root instead of Plone root)
          [laulaz]
        
        - Add Subject keywords to SearchableText index
          [laulaz]
        
        
        1.0.1 (2022-03-16)
        ------------------
        
        - Allow readers, editors and reviewers to see inactive (expired) contents
          [laulaz]
        
        
        1.0 (2022-03-08)
        ----------------
        
        - Avoid traceback if @@get_analytics is called outside Plone site
          [laulaz]
        
        
        1.0a11 (2022-02-21)
        -------------------
        
        - Load Analytics via JS call to avoid non-privacy aware caching
          [laulaz]
        
        - Change privacy views permissions to zope.Public
          [laulaz]
        
        
        1.0a10 (2022-02-10)
        -------------------
        
        - Hide ical import related actions
          [laulaz]
        
        
        1.0a9 (2022-02-01)
        ------------------
        
        - Update buildout to use Plone 6.0.0a3 packages versions
          [boulch]
        
        - Remove unneeded override: it has been included in plone.app.z3c.form
          See https://github.com/plone/plone.app.z3cform/issues/138
          [laulaz]
        
        
        1.0a8 (2022-01-24)
        ------------------
        
        - Change colophon copyright position
          [laulaz]
        
        - Change cookies viewlet / overlay logic. We now show (simplified) overlay only
          to see detailed options about cookies because viewlet allows to Accept / Refuse
          all cookies directly
          [laulaz]
        
        - Add Cookies preferences link in colophon
          [laulaz]
        
        - Change some cookies-related texts
          [laulaz]
        
        - Fix iframes transform with existing classes or when there are several iframes
          [laulaz]
        
        
        1.0a7 (2022-01-19)
        ------------------
        
        - Update buildout to use Plone 6.0.0a2 released version
          [laulaz]
        
        - Remove portal messages from cookies settings overlay
          [laulaz]
        
        
        1.0a6 (2022-01-13)
        ------------------
        
        - Add cookies opt-in support for analytics and iframes
          [laulaz]
        
        - Override colophon viewlet to display legal mention, accessibility info and
          copyright links (dependency on imio.gdpr)
          [laulaz]
        
        
        1.0a5 (2021-12-16)
        ------------------
        
        - Fix vocabulary term translation (missing lang)
          [laulaz]
        
        
        1.0a4 (2021-11-23)
        ------------------
        
        - Add utility to get a vocabulary
          [boulch]
        
        
        1.0a3 (2021-11-16)
        ------------------
        
        - Avoid traceback if configure_faceted is called on non-configured type (ex: on
          default collections at Plone install)
          [laulaz]
        
        
        1.0a2 (2021-11-05)
        ------------------
        
        - Fix setup.py classifiers & URLs
          [laulaz]
        
        
        1.0a1 (2021-11-05)
        ------------------
        
        - 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
