plone.app.discussion/plone/app/discussion/browser
Timo Stollenwerk 8e406ccf2d remove "display: inline" CSS from reply-button; show reply-button only when JS is enabled.
svn path=/plone.app.discussion/trunk/; revision=29404
2009-08-26 21:55:27 +00:00
..
javascripts hide reply and cancel button with css when JS is disabled. 2009-08-26 21:53:34 +00:00
stylesheets hide reply and cancel button with css when JS is disabled. 2009-08-26 21:53:34 +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
comments.pt remove "display: inline" CSS from reply-button; show reply-button only when JS is enabled. 2009-08-26 21:55:27 +00:00
comments.py hide reply and cancel button with css when JS is disabled. 2009-08-26 21:53:34 +00:00
configure.zcml Modifying permissions so reviewers can moderate/remove comments. evilbungle branch r29364. 2009-08-26 08:59:50 +00:00
controlpanel.py fix discussion control panel description. 2009-08-15 17:49:50 +00:00
migration.py fix the recursive migrate_replies function, so that it returns True only after all comments on a certain level have been migrated. 2009-07-13 22:14:30 +00:00
moderation.pt show message when there are no comments to moderate. 2009-07-07 08:08:59 +00:00
moderation.py remove limit on zcatalog query for comments. 2009-08-21 19:53:04 +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. 2009-08-21 21:15:13 +00:00