Installation and migration support for five.intid within Plone/CMF
Project description
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
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]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.