plone.app.discussion/plone/app/discussion/browser
Timo Stollenwerk 8d00463502 Remove subject line from comment batch moderation view, since this doesn't make sense anymore with auto-generated titles.
svn path=/plone.app.discussion/trunk/; revision=40432
2010-09-29 08:02:39 +00:00
..
javascripts Make sure the moderation JS functions are executed after the page is fully loaded. 2010-09-24 14:57:19 +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 Captcha plugin support for collective.z3cform.norobots added. 2010-09-10 13:02:56 +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 Revert r39314. zptlint failed as expected. hudson integration works! 2010-08-28 19:31:17 +00:00
comments.py Remove title field from the comment form and replace it with an auto-generated title ("John Doe on Welcome to Plone"). 2010-09-29 07:56:36 +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 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 Revert r35608 since this was breaking the comment moderation bulk actions. The BulkActionsView expects the absolute path of the comments without the portal url (e.g. '/plone/doc1/++conversation++default/1285346769126020'). This fixes https://dev.plone.org/plone/ticket/11156. 2010-09-24 17:04:24 +00:00
traversal.py Ignore certain lines for code coverage. 2010-09-20 10:03:55 +00:00
validator.py Captcha plugin support for collective.z3cform.norobots added. 2010-09-10 13:02:56 +00:00