2011-04-08 22:20:34 +02:00
|
|
|
<configure
|
|
|
|
xmlns="http://namespaces.zope.org/zope"
|
|
|
|
xmlns:genericsetup="http://namespaces.zope.org/genericsetup">
|
2012-01-09 16:31:52 +01:00
|
|
|
|
2011-04-08 22:20:34 +02:00
|
|
|
<genericsetup:upgradeStep
|
|
|
|
source="*"
|
2011-04-08 22:23:07 +02:00
|
|
|
destination="100"
|
2011-04-08 22:20:34 +02:00
|
|
|
title="Update plone.app.discussion setting registry"
|
|
|
|
description=""
|
|
|
|
profile="plone.app.discussion:default"
|
|
|
|
handler=".upgrades.update_registry"
|
|
|
|
/>
|
2012-01-09 16:31:52 +01:00
|
|
|
|
2017-01-10 18:02:03 +01:00
|
|
|
<genericsetup:upgradeStep
|
|
|
|
title="edit comments and delete own comments"
|
|
|
|
description="reload registry config to enable new fields edit_comment_enabled and delete_own_comment_enabled"
|
|
|
|
source="100"
|
|
|
|
destination="101"
|
|
|
|
handler=".upgrades.update_registry"
|
|
|
|
sortkey="1"
|
|
|
|
profile="plone.app.discussion:default"
|
|
|
|
/>
|
|
|
|
|
|
|
|
<genericsetup:upgradeStep
|
|
|
|
title="delete comments and delete own comments"
|
|
|
|
description="reload rolemap config to enable new permissions 'Delete comments' and 'Delete own comments'"
|
|
|
|
source="101"
|
|
|
|
destination="102"
|
|
|
|
handler=".upgrades.update_rolemap"
|
|
|
|
sortkey="1"
|
|
|
|
profile="plone.app.discussion:default"
|
|
|
|
/>
|
|
|
|
|
2011-04-08 22:20:34 +02:00
|
|
|
</configure>
|