Metadata-Version: 2.1
Name: plone.app.intid
Version: 1.1.4
Summary: Installation and migration support for five.intid within Plone/CMF
Home-page: https://github.com/plone/plone.app.intid
Author: Alec Mitchell
Author-email: apm13@columbia.edu
License: GPL
Keywords: plone zope five intid
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 5.0
Classifier: Framework :: Plone :: 5.1
Classifier: Framework :: Plone :: 5.2
Classifier: Framework :: Plone :: Core
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: setuptools
Requires-Dist: zope.intid
Requires-Dist: zope.lifecycleevent
Requires-Dist: five.intid (>=1.0)
Requires-Dist: Products.CMFCore
Provides-Extra: test
Requires-Dist: plone.app.testing ; extra == 'test'
Requires-Dist: plone.dexterity ; extra == 'test'

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

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 dependecy of import profiles
  [naro]

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

- Initial release
  [alecm]


