plone.app.discussion/plone/app/discussion/browser
Timo Stollenwerk 5ff91da15d rename plone.comments Viewlet to plone.app.discussion.comments and hide the standard plone.comments Viewlet. This is necessary because overriding plone.comments is not working anymore in Plone 4.0a3. This should be fixed properly in the future.
svn path=/plone.app.discussion/trunk/; revision=33270
2010-01-22 12:08:30 +00:00
..
javascripts filter tabs removed from moderation view; 2009-12-08 11:19:26 +00:00
stylesheets fix styles for action column in moderation view. 2009-12-08 15:29:37 +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 Bugfix for #2010078: Comments that await moderation are visually distinguished from published comments. 2009-12-19 14:04:49 +00:00
comments.py remove unnecessary cancel button class. 2010-01-19 08:26:41 +00:00
configure.zcml rename plone.comments Viewlet to plone.app.discussion.comments and hide the standard plone.comments Viewlet. This is necessary because overriding plone.comments is not working anymore in Plone 4.0a3. This should be fixed properly in the future. 2010-01-22 12:08:30 +00:00
controlpanel.py Replace yes/no widgets with single checkboxes. 2009-11-19 21:40:08 +00:00
migration.py fix migration tests. do not use transactions during unit testing. 2010-01-03 17:36:01 +00:00
moderation.pt fix styles for action column in moderation view. 2009-12-08 15:29:37 +00:00
moderation.py use object_provides instead of portal_type to query the catalog for comments. this fixes bug #2010085; 2009-12-19 15:03:12 +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