make sure p.a.registry ZCML is loaded

svn path=/plone.app.discussion/trunk/; revision=46432
This commit is contained in:
David Glick 2010-12-21 19:20:36 +00:00
parent d90c436f8a
commit b0ca33dcc6
2 changed files with 7 additions and 2 deletions

View File

@ -4,6 +4,10 @@ Changelog
1.0RC1 (unreleased)
-------------------
- Make sure plone.app.registry's ZCML is loaded, so that its import step will run
when plone.app.discussion is installed.
[davisagli]
- Avoid sending multiple notification emails to the same person when
he has commented multiple times.
[maurits]

View File

@ -10,10 +10,11 @@
<five:registerPackage package="." />
<include package="plone.indexer" />
<include package="plone.app.registry" />
<!-- XXX: Excluding plone.app.uuid for Plone 3 is only a temporary 'fix'.
plone.app.uuid causes the IObjectAddedEvent to be fired twice on
Plone 3. This causes the email notifications to be send twice.
Plone 3. This causes the email notifications to be sent twice.
This means that https://dev.plone.org/plone/ticket/10652 is fixed only
for Plone 4.