plone.app.discussion/plone/app/discussion/browser
David Glick 4c31afeac2 fix comparison of string to integer which broke 'check all'
svn path=/plone.app.discussion/trunk/; revision=45926
2010-11-23 18:53:38 +00:00
..
javascripts fix comparison of string to integer which broke 'check all' 2010-11-23 18:53:38 +00:00
stylesheets Apply the comment viewlet template and styles to the new title-less comments. This might require integrators to apply their custom templates and styles. 2010-09-29 08:13:54 +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 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 2010-10-29 10:43:46 +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 Fetch context for the comment view with "context = aq_inner(self.context)". This fixes a failing Plone 3 test. 2010-09-06 10:38:54 +00:00
comments.pt Replace the can_manage method with a can_review method that checks the 'Review comments' permission. This fixes http://dev.plone.org/plone/ticket/11145. 2010-10-06 13:55:57 +00:00
comments.py Merge 'Convert anonymous-supplied name to unicode as done for authenticated members.' from jarn-unicode branch. 2010-11-08 17:09:26 +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 New feature: As a logged-in user, I can enable/disable email notification of additional comments on this content object. 2010-10-30 15:02:05 +00:00
migration.py Ignore certain lines for code coverage. 2010-09-20 10:03:55 +00:00
moderation.pt Remove subject line from comment batch moderation view, since this doesn't make sense anymore with auto-generated titles. 2010-09-29 08:02:39 +00:00
moderation.py Check the review_state to decide if moderation is enabled. If the current comment workflow implements a 'pending' state, moderation is enabled. Refs #11184. 2010-10-08 10:22:40 +00:00
traversal.py Ignore certain lines for code coverage. 2010-09-20 10:03:55 +00:00
validator.py 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 2010-10-29 10:43:46 +00:00