From 034d0a93ad13f1bb50eb8393982aaf3b823064ae Mon Sep 17 00:00:00 2001 From: Hanno Schlichting Date: Wed, 27 Jan 2010 16:14:35 +0000 Subject: [PATCH] Automatically load the ZCML files of the captcha widgets if they are installed. svn path=/plone.app.discussion/trunk/; revision=33498 --- docs/HISTORY.txt | 1 + plone/app/discussion/configure.zcml | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 4fab0a2..eb4c1b5 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -4,6 +4,7 @@ Changelog 1.0b3 (XXXX-XX-XX) ------------------ +* Automatically load the ZCML files of the captcha widgets if they are installed. [hannosch] * Fixed i18n domain in GenericSetup profiles to be ``plone``. Other values aren't supported for GS profiles. [hannosch] * Provide our own copy of the default one state workflow. Not all Plone sites have this workflow installed. [hannosch] * Register the event subscribers for the correct interfaces in Plone 3. [hannosch] diff --git a/plone/app/discussion/configure.zcml b/plone/app/discussion/configure.zcml index f6d6b5d..7277585 100644 --- a/plone/app/discussion/configure.zcml +++ b/plone/app/discussion/configure.zcml @@ -3,6 +3,7 @@ xmlns:genericsetup="http://namespaces.zope.org/genericsetup" xmlns:i18n="http://namespaces.zope.org/i18n" xmlns:monkey="http://namespaces.plone.org/monkey" + xmlns:zcml="http://namespaces.zope.org/zcml" i18n_domain="plone.app.discussion"> @@ -62,6 +63,14 @@ + + + + + + + +