diff --git a/CHANGES.txt b/CHANGES.txt index c55cee7..e780315 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -10,6 +10,10 @@ Changelog 2.2.1 (2012-11-16) ------------------ +- first check if captcha is installed before we open browsers zcml + files that depend on these packages, fixes #12118 and #12774 + [maartenkling] + - Make conversation view not break when comment-id cannot be converted to long. Fixes #13327 [khink] diff --git a/plone/app/discussion/configure.zcml b/plone/app/discussion/configure.zcml index 57c23d5..ed82463 100644 --- a/plone/app/discussion/configure.zcml +++ b/plone/app/discussion/configure.zcml @@ -18,6 +18,17 @@ + + + + + + + + + + + @@ -81,14 +92,6 @@ name="plone.app.discussion.vocabularies.TextTransformVocabulary" provides="zope.schema.interfaces.IVocabularyFactory" /> - - - - - - - -