plone.contentrules


Nameplone.contentrules JSON
Version 3.0.1 PyPI version JSON
download
home_pagehttps://pypi.org/project/plone.contentrules
SummaryPlone ContentRules Engine
upload_time2023-11-30 19:29:20
maintainer
docs_urlNone
authorPlone Foundation
requires_python>=3.8
licenseGPL version 2
keywords plone content rules events
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Overview
========

plone.contentrules provides a "pure Zope" implementation of a a rules engine
which allows arbitrary conditions and actions to be combined into rules, and
rules to be executed dependent on events.

You can think of this as somewhat similar to user-assembled mail filtering rules
or something like Apple's Automator. It is used by plone.app.contentrules to
provide such functionality for Plone.

Changelog
=========

.. You should *NOT* be adding new change log entries to this file.
   You should create a file in the news directory instead.
   For helpful instructions, please see:
   https://github.com/plone/plone.releaser/blob/master/ADD-A-NEWS-ITEM.rst

.. towncrier release notes start

3.0.1 (2023-11-30)
------------------

Bug fixes:


- Replace deprecated zope.container imports with their canonical locations.
  [maurits] (#1)


Internal:


- Update configuration files.
  [plone devs] (cfffba8c)


3.0.0 (2023-04-19)
------------------

Bug fixes:


- Drop python 2.7.
  [gforcada] (#1)


Internal:


- Update configuration files.
  [plone devs] (5cc689e5)


2.1.3 (2023-03-21)
------------------

Bug fixes:


- Use `ZODB` as dependency rather than the deprecated `ZODB3`.
  [gforcada] (#1)


2.1.2 (2021-07-28)
------------------

Bug fixes:


- Fixed another deprecation warning for ``ObjectEvent`` from ``zope.component``.
  [maurits] (#3130)


2.1.1 (2021-04-27)
------------------

Bug fixes:


- Fix fields in the interface IRuleConfiguration: enabled, stop and cascading are not required. [andreesg] (#11)


2.1.0 (2020-09-07)
------------------

New features:


- Fixed deprecation warning for ``IObjectEvent/ObjectEvent`` from ``zope.component``.
  Drops compatibility with Plone 5.0 and earlier.
  [maurits] (#3130)


2.0.10 (2020-04-20)
-------------------

Bug fixes:


- Minor packaging updates. (#1)


2.0.9 (2018-10-31)
------------------

Bug fixes:

- Fix tests to not rely on a specific `__repr__` of MoveToFolderAction and make py3 the default in test-output.
  [pbauer]


2.0.8 (2018-09-27)
------------------

Bug fixes:

- Fix tests in py3.
  [pbauer]


2.0.7 (2018-01-30)
------------------

Bug fixes:

- Add Python 2 / 3 compatibility
  [pbauer]


2.0.6 (2016-08-08)
------------------

Fixes:

- Use zope.interface decorator.
  [gforcada]


2.0.5 (2016-02-25)
------------------

Fixes:

- CSRF fix: safe write on read.
  [gforcada]


2.0.4 (2014-01-27)
------------------

- If a rule is 'cascading', actions executed by this rule
  can recursively trigger other rules.
  [thomasdesvenain]


2.0.3 (2013-06-13)
------------------

- Fix: Plone 4.3 sites were broken by "Content added" content rules created before 4.3.
  [thomasdesvenain]


2.0.2 (2013-01-13)
------------------

- Field descriptions on add form are consistent with the ones in edit form.
  [thomasdesvenain]

- Add MANIFEST.in.
  [WouterVH]


2.0.1 - 2011-04-01
------------------

- Event types vocabulary is internationalized.
  This closes http://dev.plone.org/plone/ticket/7059.
  This closes http://dev.plone.org/plone/ticket/6902.
  [thomasdesvenain]


2.0 - 2010-07-18
----------------

- Update license to GPL version 2 only.
  [hannosch]


2.0b1 - 2010-06-13
------------------

- Cleaned up package metadata.
  [hannosch]

- Use ``zope.container`` instead of its older ``zope.app`` variant.
  [hannosch]

- Cleaned up tests to rely on a minimal amount of packages.
  [hannosch]

- Clarified license and copyright.
  [hannosch]

- Specify package dependencies.
  [hannosch]


1.1.0 - 2008-04-20
------------------

- Unchanged from 1.1.0a1


1.1.0a1
-------

- Merge PLIP 204 - GenericSetup support. A contentrules.xml file can now
  be used to import and export rule definitions and assignments.
  [optilude]


1.0.5
-----

- Use the plone i18n domain for text found in metadirectives.py.
  [hannosch]

- Added i18n markup to the IRuleConfiguration schema, which is used in a
  user-visible configuration. This closes
  http://dev.plone.org/plone/ticket/6886.
  [hannosch]

            

Raw data

            {
    "_id": null,
    "home_page": "https://pypi.org/project/plone.contentrules",
    "name": "plone.contentrules",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "Plone content rules events",
    "author": "Plone Foundation",
    "author_email": "plone-developers@lists.sourceforge.net",
    "download_url": "https://files.pythonhosted.org/packages/c4/4a/f7d557a8b42d1003d44e0044ed8209120278305ebd66e4c838cb46c62c2e/plone.contentrules-3.0.1.tar.gz",
    "platform": null,
    "description": "Overview\n========\n\nplone.contentrules provides a \"pure Zope\" implementation of a a rules engine\nwhich allows arbitrary conditions and actions to be combined into rules, and\nrules to be executed dependent on events.\n\nYou can think of this as somewhat similar to user-assembled mail filtering rules\nor something like Apple's Automator. It is used by plone.app.contentrules to\nprovide such functionality for Plone.\n\nChangelog\n=========\n\n.. You should *NOT* be adding new change log entries to this file.\n   You should create a file in the news directory instead.\n   For helpful instructions, please see:\n   https://github.com/plone/plone.releaser/blob/master/ADD-A-NEWS-ITEM.rst\n\n.. towncrier release notes start\n\n3.0.1 (2023-11-30)\n------------------\n\nBug fixes:\n\n\n- Replace deprecated zope.container imports with their canonical locations.\n  [maurits] (#1)\n\n\nInternal:\n\n\n- Update configuration files.\n  [plone devs] (cfffba8c)\n\n\n3.0.0 (2023-04-19)\n------------------\n\nBug fixes:\n\n\n- Drop python 2.7.\n  [gforcada] (#1)\n\n\nInternal:\n\n\n- Update configuration files.\n  [plone devs] (5cc689e5)\n\n\n2.1.3 (2023-03-21)\n------------------\n\nBug fixes:\n\n\n- Use `ZODB` as dependency rather than the deprecated `ZODB3`.\n  [gforcada] (#1)\n\n\n2.1.2 (2021-07-28)\n------------------\n\nBug fixes:\n\n\n- Fixed another deprecation warning for ``ObjectEvent`` from ``zope.component``.\n  [maurits] (#3130)\n\n\n2.1.1 (2021-04-27)\n------------------\n\nBug fixes:\n\n\n- Fix fields in the interface IRuleConfiguration: enabled, stop and cascading are not required. [andreesg] (#11)\n\n\n2.1.0 (2020-09-07)\n------------------\n\nNew features:\n\n\n- Fixed deprecation warning for ``IObjectEvent/ObjectEvent`` from ``zope.component``.\n  Drops compatibility with Plone 5.0 and earlier.\n  [maurits] (#3130)\n\n\n2.0.10 (2020-04-20)\n-------------------\n\nBug fixes:\n\n\n- Minor packaging updates. (#1)\n\n\n2.0.9 (2018-10-31)\n------------------\n\nBug fixes:\n\n- Fix tests to not rely on a specific `__repr__` of MoveToFolderAction and make py3 the default in test-output.\n  [pbauer]\n\n\n2.0.8 (2018-09-27)\n------------------\n\nBug fixes:\n\n- Fix tests in py3.\n  [pbauer]\n\n\n2.0.7 (2018-01-30)\n------------------\n\nBug fixes:\n\n- Add Python 2 / 3 compatibility\n  [pbauer]\n\n\n2.0.6 (2016-08-08)\n------------------\n\nFixes:\n\n- Use zope.interface decorator.\n  [gforcada]\n\n\n2.0.5 (2016-02-25)\n------------------\n\nFixes:\n\n- CSRF fix: safe write on read.\n  [gforcada]\n\n\n2.0.4 (2014-01-27)\n------------------\n\n- If a rule is 'cascading', actions executed by this rule\n  can recursively trigger other rules.\n  [thomasdesvenain]\n\n\n2.0.3 (2013-06-13)\n------------------\n\n- Fix: Plone 4.3 sites were broken by \"Content added\" content rules created before 4.3.\n  [thomasdesvenain]\n\n\n2.0.2 (2013-01-13)\n------------------\n\n- Field descriptions on add form are consistent with the ones in edit form.\n  [thomasdesvenain]\n\n- Add MANIFEST.in.\n  [WouterVH]\n\n\n2.0.1 - 2011-04-01\n------------------\n\n- Event types vocabulary is internationalized.\n  This closes http://dev.plone.org/plone/ticket/7059.\n  This closes http://dev.plone.org/plone/ticket/6902.\n  [thomasdesvenain]\n\n\n2.0 - 2010-07-18\n----------------\n\n- Update license to GPL version 2 only.\n  [hannosch]\n\n\n2.0b1 - 2010-06-13\n------------------\n\n- Cleaned up package metadata.\n  [hannosch]\n\n- Use ``zope.container`` instead of its older ``zope.app`` variant.\n  [hannosch]\n\n- Cleaned up tests to rely on a minimal amount of packages.\n  [hannosch]\n\n- Clarified license and copyright.\n  [hannosch]\n\n- Specify package dependencies.\n  [hannosch]\n\n\n1.1.0 - 2008-04-20\n------------------\n\n- Unchanged from 1.1.0a1\n\n\n1.1.0a1\n-------\n\n- Merge PLIP 204 - GenericSetup support. A contentrules.xml file can now\n  be used to import and export rule definitions and assignments.\n  [optilude]\n\n\n1.0.5\n-----\n\n- Use the plone i18n domain for text found in metadirectives.py.\n  [hannosch]\n\n- Added i18n markup to the IRuleConfiguration schema, which is used in a\n  user-visible configuration. This closes\n  http://dev.plone.org/plone/ticket/6886.\n  [hannosch]\n",
    "bugtrack_url": null,
    "license": "GPL version 2",
    "summary": "Plone ContentRules Engine",
    "version": "3.0.1",
    "project_urls": {
        "Homepage": "https://pypi.org/project/plone.contentrules"
    },
    "split_keywords": [
        "plone",
        "content",
        "rules",
        "events"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f60a69f27be316be427c80f91e0a54d3141327046c5ae300cc8134556462f925",
                "md5": "4ae2892f59045589eafcd689a915c720",
                "sha256": "a1e285ca033c90c5c2074a1cbf629ea84ca8ba472ce8747a482a472b8545eb72"
            },
            "downloads": -1,
            "filename": "plone.contentrules-3.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4ae2892f59045589eafcd689a915c720",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 23322,
            "upload_time": "2023-11-30T19:29:15",
            "upload_time_iso_8601": "2023-11-30T19:29:15.939490Z",
            "url": "https://files.pythonhosted.org/packages/f6/0a/69f27be316be427c80f91e0a54d3141327046c5ae300cc8134556462f925/plone.contentrules-3.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c44af7d557a8b42d1003d44e0044ed8209120278305ebd66e4c838cb46c62c2e",
                "md5": "0bbea16ea440f3c021c1d3979aedaf95",
                "sha256": "4fb0d30d534c63044015b661701710d2ce8cfcf0ca38cb833403da8945278eb5"
            },
            "downloads": -1,
            "filename": "plone.contentrules-3.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0bbea16ea440f3c021c1d3979aedaf95",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 26107,
            "upload_time": "2023-11-30T19:29:20",
            "upload_time_iso_8601": "2023-11-30T19:29:20.511067Z",
            "url": "https://files.pythonhosted.org/packages/c4/4a/f7d557a8b42d1003d44e0044ed8209120278305ebd66e4c838cb46c62c2e/plone.contentrules-3.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-30 19:29:20",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "plone.contentrules"
}
        
Elapsed time: 0.14552s