plone.app.discussion/plone/app/discussion/browser
Timo Stollenwerk a7017cedb7 i18n tag added to 'show full comment text'.
svn path=/plone.app.discussion/trunk/; revision=33452
2010-01-26 10:18:46 +00:00
..
javascripts allow to show the full text of a comment in the moderation view. 2010-01-25 11:43:29 +00:00
stylesheets fix comment actions column in Plone 3.x. 2010-01-26 10:08:44 +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 make i18ndude shut up about errors. 2010-01-24 21:19:18 +00:00
comments.py Final fixes: now also the "Comment" button is translated 2010-01-24 14:00:51 +00:00
configure.zcml Undo r33270. Make IDiscussionLayer inherit from IDefaultPloneLayer for now, to fix the comment Viewlet in Plone 4.0a3. This can be removed again as soon as Plone 4.0b1 is out. Thanks davisagli! 2010-01-22 17:54:30 +00:00
controlpanel.py Commiting working translation. 2010-01-24 13:47:39 +00:00
migration.py fix migration tests. do not use transactions during unit testing. 2010-01-03 17:36:01 +00:00
moderation.pt i18n tag added to 'show full comment text'. 2010-01-26 10:18:46 +00:00
moderation.py Ugly hack that works around a "ContentProviderLookupError: plone.htmlhead" error caused by Zope 2 permissions. See https://bugs.launchpad.net/zope2/+bug/176566 for further details. This error occured on Plone 3.3.x only. 2010-01-22 16:28:00 +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