2010-01-27 13:28:47 +01:00
|
|
|
<configure
|
|
|
|
xmlns="http://namespaces.zope.org/zope"
|
2010-02-06 16:48:23 +01:00
|
|
|
xmlns:zcml="http://namespaces.zope.org/zcml"
|
2015-11-05 00:26:49 +01:00
|
|
|
i18n_domain="plone">
|
2010-01-27 13:28:47 +01:00
|
|
|
|
2010-12-16 03:12:13 +01:00
|
|
|
<subscriber
|
|
|
|
for="plone.app.discussion.interfaces.IComment
|
2012-05-19 00:19:12 +02:00
|
|
|
zope.lifecycleevent.interfaces.IObjectAddedEvent"
|
2010-12-16 03:12:13 +01:00
|
|
|
handler=".comment.notify_workflow"
|
|
|
|
/>
|
2010-02-06 16:48:23 +01:00
|
|
|
|
2021-09-08 13:02:34 +02:00
|
|
|
<subscriber
|
|
|
|
for="plone.app.discussion.interfaces.IComment
|
|
|
|
zope.lifecycleevent.interfaces.IObjectModifiedEvent"
|
|
|
|
handler=".comment.notify_comment_modified"
|
|
|
|
/>
|
|
|
|
|
2010-12-16 03:12:13 +01:00
|
|
|
<subscriber
|
|
|
|
for="plone.app.discussion.interfaces.IComment
|
2012-05-19 00:19:12 +02:00
|
|
|
zope.lifecycleevent.interfaces.IObjectAddedEvent"
|
2010-12-16 03:12:13 +01:00
|
|
|
handler=".comment.notify_content_object"
|
|
|
|
/>
|
2010-02-06 16:48:23 +01:00
|
|
|
|
2014-04-16 17:54:19 +02:00
|
|
|
<subscriber
|
|
|
|
for="plone.app.discussion.interfaces.IComment
|
|
|
|
zope.lifecycleevent.interfaces.IObjectAddedEvent"
|
|
|
|
handler=".comment.notify_comment_added"
|
|
|
|
/>
|
|
|
|
|
2010-12-16 03:12:13 +01:00
|
|
|
<subscriber
|
|
|
|
for="plone.app.discussion.interfaces.IComment
|
2012-05-19 00:19:12 +02:00
|
|
|
zope.lifecycleevent.interfaces.IObjectRemovedEvent"
|
2010-12-16 03:12:13 +01:00
|
|
|
handler=".comment.notify_content_object"
|
|
|
|
/>
|
2010-02-06 16:48:23 +01:00
|
|
|
|
2014-04-16 17:54:19 +02:00
|
|
|
<subscriber
|
|
|
|
for="plone.app.discussion.interfaces.IComment
|
|
|
|
zope.lifecycleevent.interfaces.IObjectRemovedEvent"
|
|
|
|
handler=".comment.notify_comment_removed"
|
|
|
|
/>
|
|
|
|
|
2010-12-16 03:12:13 +01:00
|
|
|
<subscriber
|
|
|
|
for="plone.app.discussion.interfaces.IComment
|
2012-05-19 00:19:12 +02:00
|
|
|
zope.lifecycleevent.interfaces.IObjectAddedEvent"
|
2013-10-10 15:36:18 +02:00
|
|
|
handler=".subscribers.index_object"
|
2016-04-07 18:30:30 +02:00
|
|
|
/>
|
|
|
|
|
|
|
|
<subscriber
|
|
|
|
for="plone.app.discussion.interfaces.IComment
|
|
|
|
zope.lifecycleevent.interfaces.IObjectModifiedEvent"
|
|
|
|
handler=".subscribers.index_object"
|
2010-12-16 03:12:13 +01:00
|
|
|
/>
|
2010-02-06 16:48:23 +01:00
|
|
|
|
2010-12-16 03:12:13 +01:00
|
|
|
<subscriber
|
|
|
|
for="plone.app.discussion.interfaces.IComment
|
2012-05-19 00:19:12 +02:00
|
|
|
zope.lifecycleevent.interfaces.IObjectRemovedEvent"
|
2013-10-10 15:36:18 +02:00
|
|
|
handler=".subscribers.unindex_object"
|
2010-12-16 03:12:13 +01:00
|
|
|
/>
|
2010-02-06 16:48:23 +01:00
|
|
|
|
2010-12-16 03:12:13 +01:00
|
|
|
<subscriber
|
|
|
|
for="Products.CMFCore.interfaces.IContentish
|
2012-05-19 00:19:12 +02:00
|
|
|
zope.lifecycleevent.interfaces.IObjectRemovedEvent"
|
2010-12-16 03:12:13 +01:00
|
|
|
handler=".comment.notify_content_object_deleted"
|
|
|
|
/>
|
2010-01-27 13:28:47 +01:00
|
|
|
|
2011-07-03 20:36:02 +02:00
|
|
|
<subscriber
|
|
|
|
for="Products.CMFCore.interfaces.IContentish
|
2012-05-19 00:19:12 +02:00
|
|
|
zope.lifecycleevent.interfaces.IObjectMovedEvent"
|
2011-07-03 20:36:02 +02:00
|
|
|
handler=".comment.notify_content_object_moved"
|
|
|
|
/>
|
|
|
|
|
2010-12-11 22:30:18 +01:00
|
|
|
<!-- Control panel event subscribers -->
|
2010-12-16 00:52:56 +01:00
|
|
|
|
2010-12-11 18:18:14 +01:00
|
|
|
<subscriber
|
2022-05-02 00:39:34 +02:00
|
|
|
for="plone.base.interfaces.events.IConfigurationChangedEvent"
|
2010-12-11 18:18:14 +01:00
|
|
|
handler=".browser.controlpanel.notify_configuration_changed"
|
|
|
|
/>
|
|
|
|
|
|
|
|
<subscriber
|
|
|
|
for="plone.registry.interfaces.IRecordModifiedEvent"
|
|
|
|
handler=".browser.controlpanel.notify_configuration_changed"
|
2010-12-16 00:52:56 +01:00
|
|
|
/>
|
2010-12-11 18:18:14 +01:00
|
|
|
|
2010-01-27 13:28:47 +01:00
|
|
|
</configure>
|