imio.news.core


Nameimio.news.core JSON
Version 1.2.8 PyPI version JSON
download
home_pagehttps://github.com/collective/imio.news.core
SummaryCore product for iMio news website
upload_time2024-05-02 10:48:00
maintainerNone
docs_urlNone
authorChristophe Boulanger
requires_python>=3.8
licenseGPL version 2
keywords python plone cms
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. 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.news.core/workflows/Tests/badge.svg
    :target: https://github.com/IMIO/imio.news.core/actions?query=workflow%3ATests
    :alt: CI Status

.. image:: https://coveralls.io/repos/github/IMIO/imio.news.core/badge.svg?branch=main
    :target: https://coveralls.io/github/IMIO/imio.news.core?branch=main
    :alt: Coveralls

.. image:: https://img.shields.io/pypi/v/imio.news.core.svg
    :target: https://pypi.python.org/pypi/imio.news.core/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/status/imio.news.core.svg
    :target: https://pypi.python.org/pypi/imio.news.core
    :alt: Egg Status

.. image:: https://img.shields.io/pypi/pyversions/imio.news.core.svg?style=plastic   :alt: Supported - Python Versions

.. image:: https://img.shields.io/pypi/l/imio.news.core.svg
    :target: https://pypi.python.org/pypi/imio.news.core/
    :alt: License


==================
imio.news.core
==================

Core product for iMio news websites

Features
--------

This products contains:
 - Content types: Folder, News, ...


Examples
--------

- https://actualites.enwallonie.be


Documentation
-------------

TODO


Translations
------------

This product has been translated into

- French

The translation domain is ``imio.smartweb`` and the translations are stored in `imio.smartweb.locales <https://github.com/IMIO/imio.smartweb.locales>`_ package.


Known issues
------------

- Dexterity Plone site & multilingual roots are not yet handled.


Installation
------------

Install imio.news.core by adding it to your buildout::

    [buildout]

    ...

    eggs =
        imio.news.core


and then running ``bin/buildout``


Contribute
----------

- Issue Tracker: https://github.com/imio/imio.news.core/issues
- Source Code: https://github.com/imio/imio.news.core


License
-------

The project is licensed under the GPLv2.


Contributors
============

- Christophe Boulanger, christophe.boulanger@imio.be


Changelog
=========


1.2.8 (2024-05-02)
------------------

- WEB-4101 : Use local category (if any) instead of category in `category_title` indexer
  [laulaz]


1.2.7 (2024-04-04)
------------------

- Fix : serializer and message "At least one of these parameters must be supplied: path, UID"
  [boulch]


1.2.6 (2024-03-28)
------------------

- MWEBPM-9 : Add container_uid as metadata_field to retrieve news folder id/title in news serializer and set it in our json dataset
  [boulch]


1.2.5 (2024-03-25)
------------------

- Fix template for translations
  [boulch]


1.2.4 (2024-03-20)
------------------

- WEB-4068 : Add field to limit the new feature "adding news in any news folders" to some entities
  [boulch]


1.2.3 (2024-03-12)
------------------

- WEB-4068 : Adding news in any news folders where user have rights
  [boulch]


1.2.2 (2024-02-28)
------------------

- WEB-4072, WEB-4073 : Enable solr.fields behavior on some content types
  [remdub]

- WEB-4006 : Exclude some content types from search results
  [remdub]

- MWEBRCHA-13 : Add versioning on imio.news.NewsItem
  [boulch]


1.2.1 (2024-01-09)
------------------

- WEB-4041 : Handle new "carre" scale
  [boulch]


1.2 (2023-10-25)
----------------

- WEB-3985 : Use new portrait / paysage scales & logic
  [boulch, laulaz]

- WEB-3985 : Remove old cropping information when image changes
  [boulch, laulaz]


1.1.4 (2023-09-21)
------------------

- WEB-3989 : Fix infinite loop on object deletion
  [laulaz]

- Migrate to Plone 6.0.4
  [boulch]


1.1.3 (2023-03-13)
------------------

- Add warning message if images are too small to be cropped
  [laulaz]

- Migrate to Plone 6.0.2
  [boulch]

- Fix reindex after cut / copy / paste in some cases
  [laulaz]


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.0a5 (2022-10-30)
------------------

- WEB-3757 : Automaticaly create some defaults newsfolders (with newsfolder subscription) when creating a new entity
- Fix deprecated get_mimetype_icon
- WEB-3757 : Automaticaly create some defaults newsfolders (with newsfolder subscription) when creating a new entity
- Fix deprecated get_mimetype_icon
  [boulch]

- Add eea.faceted.navigable behavior on Entity & NewsFolder types
  [laulaz]


1.0a4 (2022-08-10)
------------------

- WEB-3726 : Add subjects (keyword) in SearchableText
  [boulch]


1.0a3 (2022-07-14)
------------------

- Add serializer to get included items when you request an imio.news.NewsItem fullbobjects
  [boulch]

- Ensure objects are marked as modified after appending to a list attribute
  [laulaz]

- Fix selected_news_folders on newsitems after creating a "linked" newsfolder
  [boulch]


1.0a2 (2022-05-03)
------------------

- Use unique urls for images scales to ease caching
  [boulch]

- Use common.interfaces.ILocalManagerAware to mark a locally manageable content
  [boulch]

- Update buildout to use Plone 6.0.0a3 packages versions
  [boulch]


1.0a1 (2022-01-25)
------------------

- Initial release.
  [boulch]



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/collective/imio.news.core",
    "name": "imio.news.core",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "Python Plone CMS",
    "author": "Christophe Boulanger",
    "author_email": "christophe.boulanger@imio.be",
    "download_url": "https://files.pythonhosted.org/packages/53/6b/3a658bd0a066190696f1237344ddcf0e0f24a9cd651e7a88ca5d2d59cede/imio.news.core-1.2.8.tar.gz",
    "platform": null,
    "description": ".. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.\n   If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html\n   This text does not appear on pypi or github. It is a comment.\n\n\n.. image:: https://github.com/IMIO/imio.news.core/workflows/Tests/badge.svg\n    :target: https://github.com/IMIO/imio.news.core/actions?query=workflow%3ATests\n    :alt: CI Status\n\n.. image:: https://coveralls.io/repos/github/IMIO/imio.news.core/badge.svg?branch=main\n    :target: https://coveralls.io/github/IMIO/imio.news.core?branch=main\n    :alt: Coveralls\n\n.. image:: https://img.shields.io/pypi/v/imio.news.core.svg\n    :target: https://pypi.python.org/pypi/imio.news.core/\n    :alt: Latest Version\n\n.. image:: https://img.shields.io/pypi/status/imio.news.core.svg\n    :target: https://pypi.python.org/pypi/imio.news.core\n    :alt: Egg Status\n\n.. image:: https://img.shields.io/pypi/pyversions/imio.news.core.svg?style=plastic   :alt: Supported - Python Versions\n\n.. image:: https://img.shields.io/pypi/l/imio.news.core.svg\n    :target: https://pypi.python.org/pypi/imio.news.core/\n    :alt: License\n\n\n==================\nimio.news.core\n==================\n\nCore product for iMio news websites\n\nFeatures\n--------\n\nThis products contains:\n - Content types: Folder, News, ...\n\n\nExamples\n--------\n\n- https://actualites.enwallonie.be\n\n\nDocumentation\n-------------\n\nTODO\n\n\nTranslations\n------------\n\nThis product has been translated into\n\n- French\n\nThe translation domain is ``imio.smartweb`` and the translations are stored in `imio.smartweb.locales <https://github.com/IMIO/imio.smartweb.locales>`_ package.\n\n\nKnown issues\n------------\n\n- Dexterity Plone site & multilingual roots are not yet handled.\n\n\nInstallation\n------------\n\nInstall imio.news.core by adding it to your buildout::\n\n    [buildout]\n\n    ...\n\n    eggs =\n        imio.news.core\n\n\nand then running ``bin/buildout``\n\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/imio/imio.news.core/issues\n- Source Code: https://github.com/imio/imio.news.core\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n\nContributors\n============\n\n- Christophe Boulanger, christophe.boulanger@imio.be\n\n\nChangelog\n=========\n\n\n1.2.8 (2024-05-02)\n------------------\n\n- WEB-4101 : Use local category (if any) instead of category in `category_title` indexer\n  [laulaz]\n\n\n1.2.7 (2024-04-04)\n------------------\n\n- Fix : serializer and message \"At least one of these parameters must be supplied: path, UID\"\n  [boulch]\n\n\n1.2.6 (2024-03-28)\n------------------\n\n- MWEBPM-9 : Add container_uid as metadata_field to retrieve news folder id/title in news serializer and set it in our json dataset\n  [boulch]\n\n\n1.2.5 (2024-03-25)\n------------------\n\n- Fix template for translations\n  [boulch]\n\n\n1.2.4 (2024-03-20)\n------------------\n\n- WEB-4068 : Add field to limit the new feature \"adding news in any news folders\" to some entities\n  [boulch]\n\n\n1.2.3 (2024-03-12)\n------------------\n\n- WEB-4068 : Adding news in any news folders where user have rights\n  [boulch]\n\n\n1.2.2 (2024-02-28)\n------------------\n\n- WEB-4072, WEB-4073 : Enable solr.fields behavior on some content types\n  [remdub]\n\n- WEB-4006 : Exclude some content types from search results\n  [remdub]\n\n- MWEBRCHA-13 : Add versioning on imio.news.NewsItem\n  [boulch]\n\n\n1.2.1 (2024-01-09)\n------------------\n\n- WEB-4041 : Handle new \"carre\" scale\n  [boulch]\n\n\n1.2 (2023-10-25)\n----------------\n\n- WEB-3985 : Use new portrait / paysage scales & logic\n  [boulch, laulaz]\n\n- WEB-3985 : Remove old cropping information when image changes\n  [boulch, laulaz]\n\n\n1.1.4 (2023-09-21)\n------------------\n\n- WEB-3989 : Fix infinite loop on object deletion\n  [laulaz]\n\n- Migrate to Plone 6.0.4\n  [boulch]\n\n\n1.1.3 (2023-03-13)\n------------------\n\n- Add warning message if images are too small to be cropped\n  [laulaz]\n\n- Migrate to Plone 6.0.2\n  [boulch]\n\n- Fix reindex after cut / copy / paste in some cases\n  [laulaz]\n\n\n1.1.2 (2023-02-20)\n------------------\n\n- Remove unused title_fr and description_fr metadatas\n  [laulaz]\n\n- Remove SearchableText_fr (Solr will use SearchableText for FR)\n  [laulaz]\n\n\n1.1.1 (2023-01-12)\n------------------\n\n- Add new descriptions metadatas and SearchableText indexes for multilingual\n  [laulaz]\n\n\n1.1 (2022-12-20)\n----------------\n\n- Update to Plone 6.0.0 final\n  [boulch]\n\n\n1.0.1 (2022-11-15)\n------------------\n\n- Fix SearchableText index for multilingual\n  [laulaz]\n\n\n1.0 (2022-11-15)\n----------------\n\n- Add multilingual features: New fields, vocabularies translations, restapi serializer\n  [laulaz]\n\n\n1.0a5 (2022-10-30)\n------------------\n\n- WEB-3757 : Automaticaly create some defaults newsfolders (with newsfolder subscription) when creating a new entity\n- Fix deprecated get_mimetype_icon\n- WEB-3757 : Automaticaly create some defaults newsfolders (with newsfolder subscription) when creating a new entity\n- Fix deprecated get_mimetype_icon\n  [boulch]\n\n- Add eea.faceted.navigable behavior on Entity & NewsFolder types\n  [laulaz]\n\n\n1.0a4 (2022-08-10)\n------------------\n\n- WEB-3726 : Add subjects (keyword) in SearchableText\n  [boulch]\n\n\n1.0a3 (2022-07-14)\n------------------\n\n- Add serializer to get included items when you request an imio.news.NewsItem fullbobjects\n  [boulch]\n\n- Ensure objects are marked as modified after appending to a list attribute\n  [laulaz]\n\n- Fix selected_news_folders on newsitems after creating a \"linked\" newsfolder\n  [boulch]\n\n\n1.0a2 (2022-05-03)\n------------------\n\n- Use unique urls for images scales to ease caching\n  [boulch]\n\n- Use common.interfaces.ILocalManagerAware to mark a locally manageable content\n  [boulch]\n\n- Update buildout to use Plone 6.0.0a3 packages versions\n  [boulch]\n\n\n1.0a1 (2022-01-25)\n------------------\n\n- Initial release.\n  [boulch]\n\n\n",
    "bugtrack_url": null,
    "license": "GPL version 2",
    "summary": "Core product for iMio news website",
    "version": "1.2.8",
    "project_urls": {
        "Homepage": "https://github.com/collective/imio.news.core",
        "PyPI": "https://pypi.python.org/pypi/imio.news.core",
        "Source": "https://github.com/imio/imio.news.core",
        "Tracker": "https://github.com/imio/imio.news.core/issues"
    },
    "split_keywords": [
        "python",
        "plone",
        "cms"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "536b3a658bd0a066190696f1237344ddcf0e0f24a9cd651e7a88ca5d2d59cede",
                "md5": "9ddb4afa96e7574d6de77a0bc2c8baaf",
                "sha256": "f5d0bb2a652b9b840ba5037f9429d60e32f94d1af457750b4b16a18fd84445fb"
            },
            "downloads": -1,
            "filename": "imio.news.core-1.2.8.tar.gz",
            "has_sig": false,
            "md5_digest": "9ddb4afa96e7574d6de77a0bc2c8baaf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 71546,
            "upload_time": "2024-05-02T10:48:00",
            "upload_time_iso_8601": "2024-05-02T10:48:00.877372Z",
            "url": "https://files.pythonhosted.org/packages/53/6b/3a658bd0a066190696f1237344ddcf0e0f24a9cd651e7a88ca5d2d59cede/imio.news.core-1.2.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-02 10:48:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "collective",
    "github_project": "imio.news.core",
    "github_not_found": true,
    "lcname": "imio.news.core"
}
        
Elapsed time: 0.26544s