plone.app.discussion/plone/app/discussion/browser
Timo Stollenwerk ea13020498 Raise an unauthorized error when authenticated users try to post a comment on a content object that has discussion disabled. Thanks to vincentfrentin for reporting this!
svn path=/plone.app.discussion/trunk/; revision=39627
2010-09-03 20:40:27 +00:00
..
javascripts Move the functions out of the ready function. this makes the JS tests pass. 2010-08-27 21:26:37 +00:00
stylesheets Make sure the form fields in the reply form are always placed under the field labels; Fix CSS overflow bug that occurs with the new Plone 4.0b5 comment styles 2010-07-13 13:39:35 +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 Remove unnecessary imports from captcha.py. 2010-07-13 09:20:32 +00:00
captcha.txt Remove collective.akismet from the captcha documentation. 2010-07-16 15:08:18 +00:00
captcha.zcml Move AkismetValidator from plone.app.discussion to collective.akismet. 2010-07-13 09:24:23 +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 Revert r39314. zptlint failed as expected. hudson integration works! 2010-08-28 19:31:17 +00:00
comments.py Raise an unauthorized error when authenticated users try to post a comment on a content object that has discussion disabled. Thanks to vincentfrentin for reporting this! 2010-09-03 20:40:27 +00:00
configure.zcml Move captcha registration to its own captcha.zcml file. Fix captcha registration for Plone 3/Zope 2.10 2010-06-10 14:57:03 +00:00
controlpanel.py Obey the 80 chars limit. 2010-08-31 17:31:27 +00:00
migration.py Obey the 80 chars limit in the migration function. 2010-08-28 20:18:36 +00:00
moderation.pt Translate "Warning" shown in @@moderate-comments in the plone domain. 2010-08-06 10:46:37 +00:00
moderation.py Obey the 80 chars limit. 2010-08-31 17:33:22 +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 Removed unused imports. Raise ImportError when import fails. 2010-08-31 17:36:28 +00:00