plone.app.discussion/plone/app/discussion/browser
Timo Stollenwerk eec6bca238 hide the email field again since this does not make sense without user email notification.
svn path=/plone.app.discussion/trunk/; revision=34943
2010-03-16 13:24:13 +00:00
..
javascripts De-tabbify 2010-01-27 14:54:07 +00:00
stylesheets Make p.a.d. styles less generic. This fixes #10253. 2010-02-26 16:56:31 +00:00
__init__.py check in some skeletal code + notes, nothing concrete or working yet 2009-05-11 16:52:16 +00:00
captcha.py show captcha validation only for anonymous users. 2009-08-15 11:35:54 +00:00
comment.py move comment view from browser/comments.py to browser/comment.py. 2010-01-18 09:54:27 +00:00
comments.pt merge r34694-r34695 from the jarn-1.0b3 branch. 2010-03-16 13:06:08 +00:00
comments.py hide the email field again since this does not make sense without user email notification. 2010-03-16 13:24:13 +00:00
configure.zcml Play by the Plone 3.3+ rules and use the INavigationRoot as a base for the moderation views. 2010-01-28 13:23:58 +00:00
controlpanel.py remove the user notification feature for now, since it requires the current z3c.form trunk and does not work with the latest release on PyPi. 2010-03-11 19:23:02 +00:00
migration.py fix migration tests. do not use transactions during unit testing. 2010-01-03 17:36:01 +00:00
moderation.pt Update message ids to match their real text. 2010-01-28 10:57:36 +00:00
moderation.py Ugly hack that works around a "ContentProviderLookupError: plone.htmlhead" error caused by Zope 2 permissions. See https://bugs.launchpad.net/zope2/+bug/176566 for further details. This error occured on Plone 3.3.x only. 2010-01-22 16:28:00 +00:00
traversal.py Fix some security issues and make the traversal adapter work with OFS.Traversable. Requires a name, so we now call it ++conversation++default 2009-05-23 11:52:57 +00:00
validator.py 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. 2009-10-17 14:13:27 +00:00