contenttypes.basic


Namecontenttypes.basic JSON
Version 2.0 PyPI version JSON
download
home_pagehttps://gitlab.com/csanahuja/contenttypes.basic/
SummaryBasic content, behaviors, fields and widgets for Plone
upload_time2023-03-27 13:06:04
maintainer
docs_urlNone
authorcsanahuja
requires_python>=3.8
licenseGPL version 2
keywords python plone
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.

==================
contenttypes.basic
==================

This addon provides the common content-types. fields, widgets and behaviors.

Features
--------

- Permissions
- Indexers
- Behaviors
- Fields
- Content-types
    - Announcement
    - Banner
    - Icon
    - Slide
- Widgets
    - Colour
    - Icon
    - Map


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

This product has been translated into

- Catalan
- Spanish
- English


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

Install contenttypes.basic by adding it to your buildout::

    [buildout]

    ...

    eggs =
        contenttypes.basic


and then running ``bin/buildout``



Classifiers
-----------

Framework

- Plone 5.2

Programming Language

- Python 3.6
- Python 3.7


License
-------

The project is licensed under the GPLv2.


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

- csanahuja, csanahuja10@gmail.com


Changelog
=========

2.0 (27/03/2023)
------------------

- Drop support Python < 3.8. [csanahuja]
- Update widgets to Boostrap 5 and Plone 6 [csanahuja]
- Update dependencies [csanahuja]


1.7 (17/03/2023)
------------------

New features:

- Add new OSMap widget with advanced features
  [abosch]


1.6.7 (11/11/2022)
------------------

Fixes:

- Fix icon widget display
  [caguilo]


1.6.6 (06/05/2022)
------------------

Fixes:

- Fix colour widget display template when multiple widgets
  [csanahuja]


1.6.5 (07/04/2022)
------------------

Fixes:

- Fix icon widget on datagrid fields
  [csanahuja]


1.6.4 (11/11/2020)
------------------

Fixes:

- Fix all widgets for Plone 5.2.2
  [csanahuja]

1.6.3 (11/11/2020)
------------------

Fixes:

- Fix osmap widget for Plone 5.2.2
  [csanahuja]

1.6.2 (10/01/2020)
------------------

New features:

- Add attribute on icon_input.pt script so we can keep it with diazo
  [csanahuja]

1.6.1 (13/12/2019)
------------------

Fixes:

- Fix missing/wrong translations
  [csanahuja]

1.6 (03/12/2019)
------------------

New features:

- Modified OSMap widget so we use require to load leaflet
  [csanahuja]

Fixes:

- Fix OSMap widget when using plone modal
  [csanahuja]

1.5 (05/11/2019)
------------------

Fixes:

- Fix IOSMapBehavior wrong parent class
  [csanahuja]

1.4 (10/10/2019)
------------------

New features:

- Add default view for each contenttype
  [csanahuja]

Fixes:

- Fix coordinates controlpanel previously with wrong prefix
  [csanahuja]

1.3.1 (09/10/2019)
------------------

- Improved coverage
  [csanahuja]

1.3 (08/10/2019)
------------------

New features:

- Add coordinates controlpanel and profile to install
  [csanahuja]
- Added converter to osmap widget
  [csanahuja]

Fixes:

- Minor fixes and translations
  [csanahuja]

1.2 (07/10/2019)
------------------

New features:

- Make link not reaquired
  [csanahuja]
- Added new default view to content-types to avoid failing when no link
  [csanahuja]

Fixes:

- Correct typo in all behaviors name registration
  [csanahuja]


1.1 (18/09/2019)
------------------

New features:

- Added field and widget for osmap
  [csanahuja]

1.0 (08/08/2019)
------------------

New features:

- Initial release.
  [csanahuja]
- Added content types: Banner, Slider, Icon, Announcement
  [csanahuja]
- Added fields and widgets for icons and colour
  [csanahuja]
- Added behaviors
  [csanahuja]
 

1.0a1 (unreleased)
------------------

- Initial release.
  [csanahuja]

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/csanahuja/contenttypes.basic/",
    "name": "contenttypes.basic",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "Python Plone",
    "author": "csanahuja",
    "author_email": "csanahuja10@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ba/29/8409a3974334289c1cfea7a4ada4c3f1aef91ddf74bea67b4a16924b5997/contenttypes.basic-2.0.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==================\ncontenttypes.basic\n==================\n\nThis addon provides the common content-types. fields, widgets and behaviors.\n\nFeatures\n--------\n\n- Permissions\n- Indexers\n- Behaviors\n- Fields\n- Content-types\n    - Announcement\n    - Banner\n    - Icon\n    - Slide\n- Widgets\n    - Colour\n    - Icon\n    - Map\n\n\nTranslations\n------------\n\nThis product has been translated into\n\n- Catalan\n- Spanish\n- English\n\n\nInstallation\n------------\n\nInstall contenttypes.basic by adding it to your buildout::\n\n    [buildout]\n\n    ...\n\n    eggs =\n        contenttypes.basic\n\n\nand then running ``bin/buildout``\n\n\n\nClassifiers\n-----------\n\nFramework\n\n- Plone 5.2\n\nProgramming Language\n\n- Python 3.6\n- Python 3.7\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n\nContributors\n============\n\n- csanahuja, csanahuja10@gmail.com\n\n\nChangelog\n=========\n\n2.0 (27/03/2023)\n------------------\n\n- Drop support Python < 3.8. [csanahuja]\n- Update widgets to Boostrap 5 and Plone 6 [csanahuja]\n- Update dependencies [csanahuja]\n\n\n1.7 (17/03/2023)\n------------------\n\nNew features:\n\n- Add new OSMap widget with advanced features\n  [abosch]\n\n\n1.6.7 (11/11/2022)\n------------------\n\nFixes:\n\n- Fix icon widget display\n  [caguilo]\n\n\n1.6.6 (06/05/2022)\n------------------\n\nFixes:\n\n- Fix colour widget display template when multiple widgets\n  [csanahuja]\n\n\n1.6.5 (07/04/2022)\n------------------\n\nFixes:\n\n- Fix icon widget on datagrid fields\n  [csanahuja]\n\n\n1.6.4 (11/11/2020)\n------------------\n\nFixes:\n\n- Fix all widgets for Plone 5.2.2\n  [csanahuja]\n\n1.6.3 (11/11/2020)\n------------------\n\nFixes:\n\n- Fix osmap widget for Plone 5.2.2\n  [csanahuja]\n\n1.6.2 (10/01/2020)\n------------------\n\nNew features:\n\n- Add attribute on icon_input.pt script so we can keep it with diazo\n  [csanahuja]\n\n1.6.1 (13/12/2019)\n------------------\n\nFixes:\n\n- Fix missing/wrong translations\n  [csanahuja]\n\n1.6 (03/12/2019)\n------------------\n\nNew features:\n\n- Modified OSMap widget so we use require to load leaflet\n  [csanahuja]\n\nFixes:\n\n- Fix OSMap widget when using plone modal\n  [csanahuja]\n\n1.5 (05/11/2019)\n------------------\n\nFixes:\n\n- Fix IOSMapBehavior wrong parent class\n  [csanahuja]\n\n1.4 (10/10/2019)\n------------------\n\nNew features:\n\n- Add default view for each contenttype\n  [csanahuja]\n\nFixes:\n\n- Fix coordinates controlpanel previously with wrong prefix\n  [csanahuja]\n\n1.3.1 (09/10/2019)\n------------------\n\n- Improved coverage\n  [csanahuja]\n\n1.3 (08/10/2019)\n------------------\n\nNew features:\n\n- Add coordinates controlpanel and profile to install\n  [csanahuja]\n- Added converter to osmap widget\n  [csanahuja]\n\nFixes:\n\n- Minor fixes and translations\n  [csanahuja]\n\n1.2 (07/10/2019)\n------------------\n\nNew features:\n\n- Make link not reaquired\n  [csanahuja]\n- Added new default view to content-types to avoid failing when no link\n  [csanahuja]\n\nFixes:\n\n- Correct typo in all behaviors name registration\n  [csanahuja]\n\n\n1.1 (18/09/2019)\n------------------\n\nNew features:\n\n- Added field and widget for osmap\n  [csanahuja]\n\n1.0 (08/08/2019)\n------------------\n\nNew features:\n\n- Initial release.\n  [csanahuja]\n- Added content types: Banner, Slider, Icon, Announcement\n  [csanahuja]\n- Added fields and widgets for icons and colour\n  [csanahuja]\n- Added behaviors\n  [csanahuja]\n \n\n1.0a1 (unreleased)\n------------------\n\n- Initial release.\n  [csanahuja]\n",
    "bugtrack_url": null,
    "license": "GPL version 2",
    "summary": "Basic content, behaviors, fields and widgets for Plone",
    "version": "2.0",
    "project_urls": {
        "Homepage": "https://gitlab.com/csanahuja/contenttypes.basic/"
    },
    "split_keywords": [
        "python",
        "plone"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d9fbc8b9c619214bb1535b37b0eb9b55297894f6a50ac6afe8d884375df093e1",
                "md5": "f0750b857dee632110033861187c69dd",
                "sha256": "b1c15293b975103bd30a74d2d440f137dfc513497a4fa55fb9058ded5a646e51"
            },
            "downloads": -1,
            "filename": "contenttypes.basic-2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f0750b857dee632110033861187c69dd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 748916,
            "upload_time": "2023-03-27T13:06:01",
            "upload_time_iso_8601": "2023-03-27T13:06:01.785418Z",
            "url": "https://files.pythonhosted.org/packages/d9/fb/c8b9c619214bb1535b37b0eb9b55297894f6a50ac6afe8d884375df093e1/contenttypes.basic-2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba298409a3974334289c1cfea7a4ada4c3f1aef91ddf74bea67b4a16924b5997",
                "md5": "0370f98ad6e4fdd7477a0f96764f2125",
                "sha256": "4646ba3b9775f5f241055c5d16f39fdc2b3c0c2d64c55a9c7decbed37445440f"
            },
            "downloads": -1,
            "filename": "contenttypes.basic-2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0370f98ad6e4fdd7477a0f96764f2125",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 711070,
            "upload_time": "2023-03-27T13:06:04",
            "upload_time_iso_8601": "2023-03-27T13:06:04.211999Z",
            "url": "https://files.pythonhosted.org/packages/ba/29/8409a3974334289c1cfea7a4ada4c3f1aef91ddf74bea67b4a16924b5997/contenttypes.basic-2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-27 13:06:04",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "csanahuja",
    "gitlab_project": "contenttypes.basic",
    "lcname": "contenttypes.basic"
}
        
Elapsed time: 0.47586s