Update change log
Conflicts: CHANGES.rst
This commit is contained in:
+11
-1
@@ -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]
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user