You are here: Home Plone products plone.app.linkintegrity

plone.app.linkintegrity (1.3)

1
by Olha Pelishok last modified 2010-03-10
0.0
0.0
0.0
0.0
Released on 2010-03-06 by Plone Foundation for Plone 3.0 under GPL - GNU General Public License available for All platforms.
Software development stage: alpha
Manage link integrity in Plone.

This package tries to integrate PLIP 125, link integrity checking, into Plone. It is making use of the zope3 event system in order to modify Plone itself as little as possible.

Status

The code handles one of the two use cases of PLIP 125, deleting an item. Whenever an object that is referred to by another one via an <a> or <img> tag is going to be deleted, Plone's regular flow of actions is "interrupted" and a confirmation form is presented to the user. If they then decide to indeed delete the object, the original request will be replayed and this time followed through, thereby breaching link integrity of the site.

This process is implemented independently of how the object is deleted (as long as OFS.ObjectManager's _delObject is used ultimatively) and what request is used to do it. A more detailed — albeit slightly outdated — explanation of how this works can be found in NOTES.txt.

The second use case of PLIP 125, which provides better handling of moved items, is implemented by plone.app.redirector.

Document Actions
Powered by Plone