Timo Stollenwerk
|
81dcdeaea3
|
Disable the plone.app.registry check on schema elements, so no error is raised on upgrades. This fixes https://dev.plone.org/plone/ticket/11195. Refs #11195
svn path=/plone.app.discussion/trunk/; revision=40868
|
2010-10-29 10:43:46 +00:00 |
|
Radim Novotny
|
18e92f7a85
|
- Fixed "global name 'WrongCaptchaCode' is not defined" if norobots captcha,
but no other validation package is installed.
svn path=/plone.app.discussion/trunk/; revision=40574
|
2010-10-09 11:13:28 +00:00 |
|
Timo Stollenwerk
|
3d594a934d
|
Captcha plugin support for collective.z3cform.norobots added.
svn path=/plone.app.discussion/trunk/; revision=39848
|
2010-09-10 13:02:56 +00:00 |
|
Timo Stollenwerk
|
87ce946947
|
Removed unused imports. Raise ImportError when import fails.
svn path=/plone.app.discussion/trunk/; revision=39571
|
2010-08-31 17:36:28 +00:00 |
|
Timo Stollenwerk
|
7a2f1ff12b
|
Fix indentation.
svn path=/plone.app.discussion/trunk/; revision=38665
|
2010-08-09 12:42:21 +00:00 |
|
Timo Stollenwerk
|
6ca6f58acd
|
Remove unnecessary variables and imports.
svn path=/plone.app.discussion/trunk/; revision=37773
|
2010-07-13 13:21:12 +00:00 |
|
Timo Stollenwerk
|
cfdd99b111
|
remove unnecessary imports / variables; whitespace
svn path=/plone.app.discussion/trunk/; revision=37767
|
2010-07-13 10:41:26 +00:00 |
|
Timo Stollenwerk
|
f3b1dab916
|
Move AkismetValidator from plone.app.discussion to collective.akismet.
svn path=/plone.app.discussion/trunk/; revision=37764
|
2010-07-13 09:24:23 +00:00 |
|
Timo Stollenwerk
|
cac0bae7a5
|
revert r37751.
svn path=/plone.app.discussion/trunk/; revision=37752
|
2010-07-12 13:47:53 +00:00 |
|
Timo Stollenwerk
|
eabf3bc890
|
Always use zope.component getUtility instead of queryUtility.
svn path=/plone.app.discussion/trunk/; revision=37751
|
2010-07-12 13:34:02 +00:00 |
|
Timo Stollenwerk
|
5f2daced20
|
Captcha documentation updated (code examples included, etc).
svn path=/plone.app.discussion/trunk/; revision=37369
|
2010-06-21 09:11:45 +00:00 |
|
Timo Stollenwerk
|
e56bc65956
|
raise AkismetReject if Akismet rejects a comment as spam.
svn path=/plone.app.discussion/trunk/; revision=37276
|
2010-06-14 13:02:46 +00:00 |
|
Timo Stollenwerk
|
92766752c4
|
Simplify the CaptchaValidator class by dynamically adapting a view with the name of the captcha plugin (e.g. recaptcha, captcha, akismet) for the validator.
svn path=/plone.app.discussion/trunk/; revision=37131
|
2010-06-10 10:51:41 +00:00 |
|
Timo Stollenwerk
|
7f28f2773a
|
Design notes for the Captcha plugin architecture added.
svn path=/plone.app.discussion/trunk/; revision=36993
|
2010-06-04 10:57:57 +00:00 |
|
Timo Stollenwerk
|
2e0b52889d
|
Clean up (Re)Captcha code. Register Captcha field/validator only if a package is installed that provides the "plone.app.discussion-captcha" feature (currently plone.formwidget.captcha and plone.formwidget.recaptcha trunk only).
svn path=/plone.app.discussion/trunk/; revision=36877
|
2010-06-01 16:38:29 +00:00 |
|
Timo Stollenwerk
|
7ef2672e5c
|
Making captcha validator only adapt for the appropriate browser layer. This fixes the captcha error issue when p.a.d is in a deployment but not installed yet. evilbungle branch merge.
svn path=/plone.app.discussion/trunk/; revision=30667
|
2009-10-17 14:13:27 +00:00 |
|
Timo Stollenwerk
|
1c3aa5e9b5
|
call WrongReCaptchaCode validator for recaptcha.
svn path=/plone.app.discussion/trunk/; revision=29428
|
2009-08-28 08:32:20 +00:00 |
|
Timo Stollenwerk
|
5cf3510dd9
|
import (re)captcha message factory for (re)captcha validation error. this fixes the strange type error.
svn path=/plone.app.discussion/trunk/; revision=29427
|
2009-08-28 08:28:58 +00:00 |
|
Timo Stollenwerk
|
c83d826c46
|
Making captcha validator only adapt for the appropriate browser layer. This fixes the captcha error issue when p.a.d is in a deployment but not installed yet.
Merge from r29239 from evilbungle-safe-html branch.
svn path=/plone.app.discussion/trunk/; revision=29248
|
2009-08-21 21:15:13 +00:00 |
|
Timo Stollenwerk
|
4a78ce44e0
|
fix captcha import; unit tests pass without p.f.captcha installed.
svn path=/plone.app.discussion/trunk/; revision=28942
|
2009-08-15 19:44:39 +00:00 |
|
Timo Stollenwerk
|
2567483281
|
CaptchaValidator for captcha/recaptcha/no captcha added. This is necessary because the zcml registration of the CaptchaValidator has to work with all three options.
svn path=/plone.app.discussion/trunk/; revision=28894
|
2009-08-15 10:21:26 +00:00 |
|