plone.app.discussion/plone/app/discussion
2010-12-02 18:15:47 +00:00
..
bbb check in some skeletal code + notes, nothing concrete or working yet 2009-05-11 16:52:16 +00:00
browser Override the default plone.app.registry controlpanel template; JS file for the controlpanel added. Disable all commenting options in the discussion control panel when comments are disabled globally. 2010-12-02 18:15:47 +00:00
i18n Catalan translations 2010-11-17 14:26:15 +00:00
locales Update Spanish localization. 2010-11-19 11:01:05 +00:00
profiles/default Move "moderate comments" site action above the logout action. 2010-11-30 18:17:02 +00:00
tests Dynamically show the comment formatting message dependent on the text transform setting. 2010-11-29 22:42:20 +00:00
__init__.py Use only one MessageFactory. 2010-08-05 18:40:22 +00:00
architecture.txt Replace the old NOTES.txt and PRINCIPLES.txt with the Sphinx versions. Fix Captcha title. 2010-06-04 11:22:16 +00:00
catalog.py Always set the effective date of a comment to the same value as the creation date. 2010-11-29 17:36:52 +00:00
comment.py Fix SMTP exception when an email is send to the moderator. 2010-11-29 08:27:09 +00:00
configure.zcml Do not use plone.app.uuid to generate unique UIDs for Plone 3. plone.app.uuid causes the IObjectAddedEvent to be fired twice on Plone 3. This causes the email notifications to be send twice. This means that https://dev.plone.org/plone/ticket/10652 is fixed only for Plone 4. 2010-11-30 09:50:12 +00:00
conversation.py Always import ObjectCreatedEvent from zope.lifecycleevent. 2010-11-28 12:01:27 +00:00
design.txt Fixed some typo 2010-08-06 10:43:44 +00:00
DOCUMENTATION.txt minor. 2010-06-04 11:13:22 +00:00
interfaces.py Moderator notification description updated. 2010-11-30 09:13:30 +00:00
notifications.zcml 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
patches.py Ignore certain lines for code coverage. 2010-09-20 10:03:38 +00:00
permissions.zcml comment_review_workflow added. 2009-06-08 21:16:51 +00:00
subscribers.zcml Use the right event subscriber to make sure all comments are removed from the catalog, if their content object is deleted. 2010-10-02 14:50:17 +00:00
testing.py Fixed handling of non-ascii member data, like fullname and email. 2010-10-22 10:14:07 +00:00
TODO.txt remove clear-and-rebuild catalog from known issues and todo. 2009-10-15 10:45:35 +00:00
tool.py Ignore certain lines for code coverage. 2010-09-20 10:03:38 +00:00
update-translations.sh Added Czech translation 2010-09-01 08:53:39 +00:00
vocabularies.py Ignore certain lines for code coverage. 2010-09-20 10:03:38 +00:00