Update change log

Conflicts:
	CHANGES.rst
This commit is contained in:
Alin Voinea 2014-04-17 15:29:20 +03:00
parent 14d4382ca6
commit ab926d6a10
2 changed files with 11 additions and 3 deletions

View File

@ -4,8 +4,11 @@ Changelog
2.3.3 (unreleased) 2.3.3 (unreleased)
------------------ ------------------
- Nothing changed yet. - Register events as Content Rules Event Types if plone.contentrules is present
[avoinea]
- Trigger custom events on comment add/remove/reply
[avoinea]
2.3.2 (2014-04-05) 2.3.2 (2014-04-05)
------------------ ------------------
@ -54,6 +57,13 @@ Changelog
- Corrections and additions to the Danish translation - Corrections and additions to the Danish translation
[aputtu] [aputtu]
2.2.12 (2014-01-13)
-------------------
- Show author email to Moderator when it is available in anonymous comment.
[gotcha, smoussiaux]
- Put defaultUser.png instead of old defaultUser.gif - Put defaultUser.png instead of old defaultUser.gif
[bsuttor] [bsuttor]

View File

@ -1,8 +1,6 @@
""" Content rules handlers """ Content rules handlers
""" """
from Acquisition import aq_parent
from plone.app.contentrules.handlers import execute from plone.app.contentrules.handlers import execute
from plone.stringinterp import adapters
def execute_comment(event): def execute_comment(event):
""" Execute comment content rules """ Execute comment content rules