captcha registry entry and vocabulary added.

svn path=/plone.app.discussion/trunk/; revision=28679
This commit is contained in:
Timo Stollenwerk
2009-08-11 09:45:34 +00:00
parent 572b743d04
commit 7f7c4b1345
5 changed files with 88 additions and 8 deletions
+5 -1
View File
@@ -71,6 +71,10 @@
handler=".tool.unindex_object"
/>
<!-- Captcha Vocabulary -->
<utility component=".vocabularies.captcha_vocabulary"
name="plone.app.discussion.vocabularies.CaptchaVocabulary" />
<!-- Conversation indexes -->
<adapter name="total_comments" factory=".catalog.total_comments" />
<adapter name="last_comment_date" factory=".catalog.last_comment_date" />
@@ -89,4 +93,4 @@
<adapter name="last_comment_date" factory=".catalog.comments_last_comment_date" />
<adapter name="commentators" factory=".catalog.comments_commentators" />
</configure>
</configure>