plone.app.intid


Nameplone.app.intid JSON
Version 2.0.0 PyPI version JSON
download
home_pagehttps://github.com/plone/plone.app.intid
SummaryInstallation and migration support for five.intid within Plone/CMF
upload_time2023-04-15 07:57:54
maintainer
docs_urlNone
authorAlec Mitchell
requires_python>=3.8
licenseGPL
keywords plone zope five intid
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Introduction
============

This package provides a Generic Setup extension profile that will
install an IntId utility in a CMF portal.  Additionally, it registers
intid handlers for the standard object events on CMF content.  Finally,
it finds existing CMF content in the portal and registers it with the
IntId utility.

Installation notes
------------------

Installation for Plone 3.3 requires plone.app.intid <= 1.0b3 and
five.intid <= 0.4.3.

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

2.0.0 (2023-04-15)
------------------

Breaking changes:


- Drop python 2 support.
  [gforcada] (#1)


Internal:


- Update configuration files.
  [plone devs] (3b8337e6)


1.1.4 (2020-04-20)
------------------

Bug fixes:


- Minor packaging updates. (#1)
- Initialize towncrier.
  [gforcada] (#2548)


1.1.3 (2017-06-08)
------------------

Bug fixes:

- removed unittest2 dependency
   [kakshay21]


1.1.2 (2016-07-05)
------------------

Bug fixes:

- setuphandler now can deal with could-not-adapt exception (TypeError).
- This may happen and must not stop the handler from working


1.1.1 (2016-04-15)
------------------

Fixes:

- Fix code analysis errors reported by http://jenkins.plone.org/view/Pkgs/job/package-plone.app.intid
  [gforcada]


1.1.0 (2015-09-07)
------------------

- Plone 5: plone.app.intid is a dependency of plone.app.linkintegrity which is
  a dependency of CMFPlone, so it is always installed. Adapt tests to this
  change.
  [pbauer]


1.0.4 (2015-03-12)
------------------

- Don't install utility for zope.app.intid's IIntIds,
  which is just an alias for the one in zope.intid.
  [davisagli]

- fix test to not add ``Folder`` fti in testSetup if it already exists.
  [jensens]


1.0.3 (2014-02-25)
------------------

- Make the test setup independent from basic content types in the
  PLONE_FIXTURE.
  [timo]


1.0.2 (2012-12-17)
------------------

- removing zope.app.container as dependency and importing events interfaces
  from zope.lifecycle
  [garbas]

- intid/setuphandlers.py: Removed blacklisted and unused interface
  IDynamicType from query. Closes http://dev.plone.org/ticket/11946.
  [kleist]


1.0.1 (2012-06-15)
------------------

- Fixed registration of pre existing contents in the intids utility
  [gborelli]

- Added setup tests
  [gborelli]

1.0 (2012-02-20)
----------------

- Remove includeOverride for five.intid. [thet]

- Fix import step intid-register-content to register content
  in all Languages if LinguaPlone is installed. [csenger]

1.0b3 2010-02-27
-------------------

- Made compatible with Plone 3.3
  [alecm]

1.0b2 2010-02-22
-------------------

- fixed dependency of import profiles
  [naro]

1.0b1 2010-02-07
-------------------

- Initial release
  [alecm]

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/plone/plone.app.intid",
    "name": "plone.app.intid",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "plone zope five intid",
    "author": "Alec Mitchell",
    "author_email": "apm13@columbia.edu",
    "download_url": "https://files.pythonhosted.org/packages/34/3d/e2666ddb03d28a70792c64e0562d45baea8d3280fec3e0f54d4925b1a270/plone.app.intid-2.0.0.tar.gz",
    "platform": null,
    "description": "Introduction\n============\n\nThis package provides a Generic Setup extension profile that will\ninstall an IntId utility in a CMF portal.  Additionally, it registers\nintid handlers for the standard object events on CMF content.  Finally,\nit finds existing CMF content in the portal and registers it with the\nIntId utility.\n\nInstallation notes\n------------------\n\nInstallation for Plone 3.3 requires plone.app.intid <= 1.0b3 and\nfive.intid <= 0.4.3.\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\n2.0.0 (2023-04-15)\n------------------\n\nBreaking changes:\n\n\n- Drop python 2 support.\n  [gforcada] (#1)\n\n\nInternal:\n\n\n- Update configuration files.\n  [plone devs] (3b8337e6)\n\n\n1.1.4 (2020-04-20)\n------------------\n\nBug fixes:\n\n\n- Minor packaging updates. (#1)\n- Initialize towncrier.\n  [gforcada] (#2548)\n\n\n1.1.3 (2017-06-08)\n------------------\n\nBug fixes:\n\n- removed unittest2 dependency\n   [kakshay21]\n\n\n1.1.2 (2016-07-05)\n------------------\n\nBug fixes:\n\n- setuphandler now can deal with could-not-adapt exception (TypeError).\n- This may happen and must not stop the handler from working\n\n\n1.1.1 (2016-04-15)\n------------------\n\nFixes:\n\n- Fix code analysis errors reported by http://jenkins.plone.org/view/Pkgs/job/package-plone.app.intid\n  [gforcada]\n\n\n1.1.0 (2015-09-07)\n------------------\n\n- Plone 5: plone.app.intid is a dependency of plone.app.linkintegrity which is\n  a dependency of CMFPlone, so it is always installed. Adapt tests to this\n  change.\n  [pbauer]\n\n\n1.0.4 (2015-03-12)\n------------------\n\n- Don't install utility for zope.app.intid's IIntIds,\n  which is just an alias for the one in zope.intid.\n  [davisagli]\n\n- fix test to not add ``Folder`` fti in testSetup if it already exists.\n  [jensens]\n\n\n1.0.3 (2014-02-25)\n------------------\n\n- Make the test setup independent from basic content types in the\n  PLONE_FIXTURE.\n  [timo]\n\n\n1.0.2 (2012-12-17)\n------------------\n\n- removing zope.app.container as dependency and importing events interfaces\n  from zope.lifecycle\n  [garbas]\n\n- intid/setuphandlers.py: Removed blacklisted and unused interface\n  IDynamicType from query. Closes http://dev.plone.org/ticket/11946.\n  [kleist]\n\n\n1.0.1 (2012-06-15)\n------------------\n\n- Fixed registration of pre existing contents in the intids utility\n  [gborelli]\n\n- Added setup tests\n  [gborelli]\n\n1.0 (2012-02-20)\n----------------\n\n- Remove includeOverride for five.intid. [thet]\n\n- Fix import step intid-register-content to register content\n  in all Languages if LinguaPlone is installed. [csenger]\n\n1.0b3 2010-02-27\n-------------------\n\n- Made compatible with Plone 3.3\n  [alecm]\n\n1.0b2 2010-02-22\n-------------------\n\n- fixed dependency of import profiles\n  [naro]\n\n1.0b1 2010-02-07\n-------------------\n\n- Initial release\n  [alecm]\n",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "Installation and migration support for five.intid within Plone/CMF",
    "version": "2.0.0",
    "split_keywords": [
        "plone",
        "zope",
        "five",
        "intid"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "86830dc9b51d2c7e2e14bfc32bcee0d59958ff5657022495e78b4ba6e711d017",
                "md5": "ae11f465a37752bc8a19ec70cf21fc81",
                "sha256": "07ca280e16920aa7b83c2fefbbe909adff4bf3871fe792e99dbc46a01ea4e7c9"
            },
            "downloads": -1,
            "filename": "plone.app.intid-2.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ae11f465a37752bc8a19ec70cf21fc81",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 16221,
            "upload_time": "2023-04-15T07:57:52",
            "upload_time_iso_8601": "2023-04-15T07:57:52.132432Z",
            "url": "https://files.pythonhosted.org/packages/86/83/0dc9b51d2c7e2e14bfc32bcee0d59958ff5657022495e78b4ba6e711d017/plone.app.intid-2.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "343de2666ddb03d28a70792c64e0562d45baea8d3280fec3e0f54d4925b1a270",
                "md5": "a435f30ae6fe45f018c72a71788baff7",
                "sha256": "25b44d59e203403515d4ca060b92da1298c6999be3f9ef00b29fd912b4751bdb"
            },
            "downloads": -1,
            "filename": "plone.app.intid-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a435f30ae6fe45f018c72a71788baff7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 15407,
            "upload_time": "2023-04-15T07:57:54",
            "upload_time_iso_8601": "2023-04-15T07:57:54.486066Z",
            "url": "https://files.pythonhosted.org/packages/34/3d/e2666ddb03d28a70792c64e0562d45baea8d3280fec3e0f54d4925b1a270/plone.app.intid-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-15 07:57:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "plone",
    "github_project": "plone.app.intid",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "plone.app.intid"
}
        
Elapsed time: 0.05285s