collective.fullcalendar


Namecollective.fullcalendar JSON
Version 1.6 PyPI version JSON
download
home_pagehttps://github.com/collective/collective.fullcalendar
SummaryFullcalendar for Plone
upload_time2024-12-06 15:40:17
maintainerNone
docs_urlNone
authorWerkbank GmbH
requires_pythonNone
licenseGPL version 2
keywords python plone cms
VCS
bugtrack_url
requirements setuptools zc.buildout
Travis-CI
coveralls test coverage
            .. image:: https://img.shields.io/pypi/v/collective.fullcalendar.svg
    :target: https://pypi.python.org/pypi/collective.fullcalendar/
    :alt: Latest Version

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


=======================
collective.fullcalendar
=======================


collective.fullcalendar is an implementation of https://fullcalendar.io/ into classic UI Plone.

Features
--------

- Folderish content items and Collections can be turned into calendars



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

This product has been translated into

- German
- English
- Norwegian




Contribute
----------

- Issue Tracker: https://github.com/collective/collective.fullcalendar/issues
- Source Code: https://github.com/collective/collective.fullcalendar



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

- Werkbank GmbH, mail@werkbank.de
- Katja Süss, k.suess@rohberg.ch
- Philip Bauer, bauer@starzel.de


Changelog
=========

1.5 (2024-12-06)
----------------

- make sure that actions are removed when addon is uninstalled, to prevent portal to be broken
  [MrTango]

- make sure resources are removed when addon is uninstalled
  [MrTango]


1.5 (2024-12-06)
----------------

- Upgrade FullCalendar to v6.1.15. Integrate year (multi month) view.
  [kreafox]

- Set default calendar height to auto for dynamic adjustment.
  [kreafox]

- Optimize default order of calendar views
  [MrTango]


1.4 (2024-12-06)
----------------

- Refactor getting JS variable from Plone Python class method.
  [ksuess]

- fix unhashable type: dict in Plone 6.1
  [MrTango]


1.3 (2024-11-29)
----------------

- fix unhashable type: dict in Plone 6.1
  [MrTango]


1.2 (2023-07-04)
----------------

- Remove invalid python_requires.
  [pbauer]
- Add norwegian translation.
  [espenmn]
- Add CSS class for publication class. CSS class will be 'state-published', etc..
  [espenmn]
- Fix: have get_events return recurring events.
  [witch]


1.0b2 (2021-12-11)
------------------

- Fix support for folders.
  [pbauer]

- Support custom collection-types.
  [pbauer]

- Ignore limit and batching in collections.
  [pbauer]

- Do not calculate events twice.
  [pbauer]


1.0b1 (2021-11-22)
------------------

- Make own form for adding new events
  [wkbkhard]

- Fix add-link location
  [pbauer]

- Add setting: custom event type
  [ksuess]

- Fix whole day events
  [ksuess]

- Use default-settings from schema.
  [pbauer]

- Switch view on enable and disable
  [pbauer]

- Remove german phrases
  [wkbkhard]

1.0a3
------------------

- Enhance installation profiles and resources
  [wkbkhard, ksuess]

- Add fullcalendar to collections
  [wkbkhard]

- Adding events over calendar with normal AddForm possible
  [wkbkhard]

1.0a2
------------------

- Changing programming of configuration
  [wkbkhard]

- Disable fullcalendar behavior (still there, but not directly installed)
  [wkbkhard]

- Add fullcalendar interface with AnnotationAdapter with possibility to enable/disable calendar by action
  [wkbkhard]

1.0a1
------------------

- Initial release.
  [wkbkhard]

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/collective/collective.fullcalendar",
    "name": "collective.fullcalendar",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Python Plone CMS",
    "author": "Werkbank GmbH",
    "author_email": "mail@werkbank.de",
    "download_url": "https://files.pythonhosted.org/packages/41/85/9dd982e12c185a39b008bd80965b63ed99e7dc7d55038b0b7d6f23e048bf/collective.fullcalendar-1.6.tar.gz",
    "platform": null,
    "description": ".. image:: https://img.shields.io/pypi/v/collective.fullcalendar.svg\n    :target: https://pypi.python.org/pypi/collective.fullcalendar/\n    :alt: Latest Version\n\n.. image:: https://img.shields.io/pypi/pyversions/collective.fullcalendar.svg?style=plastic\n    :alt: Supported - Python Versions\n\n\n=======================\ncollective.fullcalendar\n=======================\n\n\ncollective.fullcalendar is an implementation of https://fullcalendar.io/ into classic UI Plone.\n\nFeatures\n--------\n\n- Folderish content items and Collections can be turned into calendars\n\n\n\nTranslations\n------------\n\nThis product has been translated into\n\n- German\n- English\n- Norwegian\n\n\n\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/collective/collective.fullcalendar/issues\n- Source Code: https://github.com/collective/collective.fullcalendar\n\n\n\nContributors\n============\n\n- Werkbank GmbH, mail@werkbank.de\n- Katja S\u00fcss, k.suess@rohberg.ch\n- Philip Bauer, bauer@starzel.de\n\n\nChangelog\n=========\n\n1.5 (2024-12-06)\n----------------\n\n- make sure that actions are removed when addon is uninstalled, to prevent portal to be broken\n  [MrTango]\n\n- make sure resources are removed when addon is uninstalled\n  [MrTango]\n\n\n1.5 (2024-12-06)\n----------------\n\n- Upgrade FullCalendar to v6.1.15. Integrate year (multi month) view.\n  [kreafox]\n\n- Set default calendar height to auto for dynamic adjustment.\n  [kreafox]\n\n- Optimize default order of calendar views\n  [MrTango]\n\n\n1.4 (2024-12-06)\n----------------\n\n- Refactor getting JS variable from Plone Python class method.\n  [ksuess]\n\n- fix unhashable type: dict in Plone 6.1\n  [MrTango]\n\n\n1.3 (2024-11-29)\n----------------\n\n- fix unhashable type: dict in Plone 6.1\n  [MrTango]\n\n\n1.2 (2023-07-04)\n----------------\n\n- Remove invalid python_requires.\n  [pbauer]\n- Add norwegian translation.\n  [espenmn]\n- Add CSS class for publication class. CSS class will be 'state-published', etc..\n  [espenmn]\n- Fix: have get_events return recurring events.\n  [witch]\n\n\n1.0b2 (2021-12-11)\n------------------\n\n- Fix support for folders.\n  [pbauer]\n\n- Support custom collection-types.\n  [pbauer]\n\n- Ignore limit and batching in collections.\n  [pbauer]\n\n- Do not calculate events twice.\n  [pbauer]\n\n\n1.0b1 (2021-11-22)\n------------------\n\n- Make own form for adding new events\n  [wkbkhard]\n\n- Fix add-link location\n  [pbauer]\n\n- Add setting: custom event type\n  [ksuess]\n\n- Fix whole day events\n  [ksuess]\n\n- Use default-settings from schema.\n  [pbauer]\n\n- Switch view on enable and disable\n  [pbauer]\n\n- Remove german phrases\n  [wkbkhard]\n\n1.0a3\n------------------\n\n- Enhance installation profiles and resources\n  [wkbkhard, ksuess]\n\n- Add fullcalendar to collections\n  [wkbkhard]\n\n- Adding events over calendar with normal AddForm possible\n  [wkbkhard]\n\n1.0a2\n------------------\n\n- Changing programming of configuration\n  [wkbkhard]\n\n- Disable fullcalendar behavior (still there, but not directly installed)\n  [wkbkhard]\n\n- Add fullcalendar interface with AnnotationAdapter with possibility to enable/disable calendar by action\n  [wkbkhard]\n\n1.0a1\n------------------\n\n- Initial release.\n  [wkbkhard]\n",
    "bugtrack_url": null,
    "license": "GPL version 2",
    "summary": "Fullcalendar for Plone",
    "version": "1.6",
    "project_urls": {
        "Homepage": "https://github.com/collective/collective.fullcalendar",
        "PyPI": "https://pypi.python.org/pypi/collective.fullcalendar",
        "Source": "https://github.com/collective/collective.fullcalendar",
        "Tracker": "https://github.com/collective/collective.fullcalendar/issues"
    },
    "split_keywords": [
        "python",
        "plone",
        "cms"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a848d939568528c78bf68765756fba66703d25b9df63af03a8b886247af17711",
                "md5": "e5437a0b7ced830f903a4e3bb67b86d7",
                "sha256": "4834c74f0d5bbc65d675d1e69010093eaba0424fec90e53f47e4686e05e9750a"
            },
            "downloads": -1,
            "filename": "collective.fullcalendar-1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e5437a0b7ced830f903a4e3bb67b86d7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 135422,
            "upload_time": "2024-12-06T15:40:15",
            "upload_time_iso_8601": "2024-12-06T15:40:15.442690Z",
            "url": "https://files.pythonhosted.org/packages/a8/48/d939568528c78bf68765756fba66703d25b9df63af03a8b886247af17711/collective.fullcalendar-1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41859dd982e12c185a39b008bd80965b63ed99e7dc7d55038b0b7d6f23e048bf",
                "md5": "e07caabe0a5672713fd129cc8ca9e602",
                "sha256": "da2cfd6698b4c67d4d57f7940fc67cc8a080983c303813d50d31eed924f9b04b"
            },
            "downloads": -1,
            "filename": "collective.fullcalendar-1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "e07caabe0a5672713fd129cc8ca9e602",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 127402,
            "upload_time": "2024-12-06T15:40:17",
            "upload_time_iso_8601": "2024-12-06T15:40:17.752262Z",
            "url": "https://files.pythonhosted.org/packages/41/85/9dd982e12c185a39b008bd80965b63ed99e7dc7d55038b0b7d6f23e048bf/collective.fullcalendar-1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-06 15:40:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "collective",
    "github_project": "collective.fullcalendar",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": false,
    "requirements": [
        {
            "name": "setuptools",
            "specs": []
        },
        {
            "name": "zc.buildout",
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "collective.fullcalendar"
}
        
Elapsed time: 0.41021s