Metadata-Version: 2.1
Name: imio.events.core
Version: 1.1.2
Summary: Core product for iMio events website
Home-page: https://github.com/collective/imio.events.core
Author: iMio
Author-email: christophe.boulanger@imio.be
License: GPL version 2
Project-URL: Source, https://github.com/collective/imio.events.core
Project-URL: Tracker, https://github.com/collective/imio.events.core/issues
Project-URL: PyPI, https://pypi.python.org/pypi/imio.events.core
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.events.core/workflows/Tests/badge.svg
            :target: https://github.com/IMIO/imio.events.core/actions?query=workflow%3ATests
            :alt: CI Status
        
        .. image:: https://coveralls.io/repos/github/IMIO/imio.events.core/badge.svg?branch=main
            :target: https://coveralls.io/github/IMIO/imio.events.core?branch=main
            :alt: Coveralls
        
        .. image:: https://img.shields.io/pypi/v/imio.events.core.svg
            :target: https://pypi.python.org/pypi/imio.events.core/
            :alt: Latest Version
        
        .. image:: https://img.shields.io/pypi/status/imio.events.core.svg
            :target: https://pypi.python.org/pypi/imio.events.core
            :alt: Egg Status
        
        .. image:: https://img.shields.io/pypi/pyversions/imio.events.core.svg?style=plastic   :alt: Supported - Python Versions
        
        .. image:: https://img.shields.io/pypi/l/imio.events.core.svg
            :target: https://pypi.python.org/pypi/imio.events.core/
            :alt: License
        
        
        ================
        imio.events.core
        ================
        
        Core product form iMio events website
        
        Features
        --------
        
        This products contains:
        - Content types: Agenda, Folder, Event
        
        
        Examples
        --------
        
        - https://agenda.enwallonie.be
        
        
        Documentation
        -------------
        
        TODO
        
        
        Translations
        ------------
        
        This product has been translated into
        
        - French
        
        
        Installation
        ------------
        
        Install imio.events.core by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                imio.events.core
        
        
        and then running ``bin/buildout``
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/collective/imio.events.core/issues
        - Source Code: https://github.com/collective/imio.events.core
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - iMio, christophe.boulanger@imio.be
        
        
        Changelog
        =========
        
        
        1.1.2 (2023-02-20)
        ------------------
        
        - Remove unused title_fr and description_fr metadatas
          [laulaz]
        
        - Remove SearchableText_fr (Solr will use SearchableText for FR)
          [laulaz]
        
        
        1.1.1 (2023-01-12)
        ------------------
        
        - Add new descriptions metadatas and SearchableText indexes for multilingual
          [laulaz]
        
        
        1.1 (2022-12-20)
        ----------------
        
        - Update to Plone 6.0.0 final
          [boulch]
        
        
        1.0.1 (2022-11-15)
        ------------------
        
        - Fix SearchableText index for multilingual
          [laulaz]
        
        
        1.0 (2022-11-15)
        ----------------
        
        - Add multilingual features: New fields, vocabularies translations, restapi serializer
          [laulaz]
        
        
        1.0a6 (2022-10-21)
        ------------------
        
        - WEB-3770 : Add serializer to get included items when you request an imio.events.Event fullbobjects
          [boulch]
        
        - WEB-3757 : Automaticaly create some defaults agendas (with agendas subscription) when creating a new entity
          [boulch]
        
        - WEB-3726 : Add subjects (keyword) in SearchableText
          [boulch]
        
        
        1.0a5 (2022-10-18)
        ------------------
        
        - Add logging to find cause of infinite loop statement
          [laulaz]
        
        - Fix deprecated get_mimetype_icon
          [boulch]
        - Add logging to find cause of infinite loop statement
          [laulaz]
        
        - Add eea.faceted.navigable behavior on Entity & Agenda types
          [laulaz]
        
        
        1.0a4 (2022-07-14)
        ------------------
        
        - Ensure objects are marked as modified after appending to a list attribute
          [laulaz]
        
        - Fix selected_agendas on events after creating a "linked" agenda
          [boulch]
        
        
        1.0a3 (2022-05-03)
        ------------------
        
        - Remove useless imio.events.Page content type
          [boulch]
        
        - Use unique urls for images scales to ease caching
          [boulch]
        
        - Use common.interfaces.ILocalManagerAware to mark a locally manageable content
          [boulch]
        
        
        1.0a2 (2022-02-09)
        ------------------
        
        - Add event_dates index to handle current events queries correctly
          [laulaz]
        
        - Update buildout to use Plone 6.0.0a3 packages versions
          [boulch]
        
        
        1.0a1 (2022-01-25)
        ------------------
        
        - Initial release.
          [boulch]
        
Keywords: Python Plone CMS
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 5.2
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
