plone.app.discussion/plone/app/discussion
Timo Stollenwerk 12589d9fd2 Remove the hard coded check for title and text when the comment form is submitted. This allows integrators to write schema extenders that remove the title from the comment form.
svn path=/plone.app.discussion/trunk/; revision=37341
2010-06-17 18:56:26 +00:00
..
bbb check in some skeletal code + notes, nothing concrete or working yet 2009-05-11 16:52:16 +00:00
browser Remove the hard coded check for title and text when the comment form is submitted. This allows integrators to write schema extenders that remove the title from the comment form. 2010-06-17 18:56:26 +00:00
i18n update translation files. 2010-03-19 10:53:46 +00:00
locales added Dutch translations for plone.app.discussion 2010-06-07 14:35:03 +00:00
profiles/default Enable caching and merging for comments.js to save some requests. 2010-06-04 19:56:17 +00:00
tests hardcoded fti_title, don't query typestool for Type() 2010-03-18 14:42:52 +00:00
DOCUMENTATION.txt minor. 2010-06-04 11:13:22 +00:00
TODO.txt remove clear-and-rebuild catalog from known issues and todo. 2009-10-15 10:45:35 +00:00
__init__.py revert r30055, since p.a.d. will not become part of Plone 4. 2009-10-12 18:46:03 +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 Conversation indexers won't work on old discussion items. Fix tests. 2009-10-17 08:28:50 +00:00
comment.py Comments added to the notification subscriber functions. 2010-06-17 06:57:51 +00:00
configure.zcml Automatically load the ZCML files of the captcha widgets if they are installed. 2010-01-27 16:14:35 +00:00
conversation.py Added an optional conversationCanonicalAdapterFactory showing how to share comments across all translations with LinguaPlone, by storing and retrieving the conversation from the canonical object. 2010-01-28 13:44:56 +00:00
design.txt Fix ascii art blocks. 2010-06-17 09:01:59 +00:00
interfaces.py Make IDiscussionLayer inherit from Interface again. Remove IDefaultPloneLayer, since Plone 4.0b1 and plone.theme 2.0b1 are out now. This was fixed by #10109; https://dev.plone.org/plone/ticket/10109; thanks davisagli! 2010-06-04 09:33:48 +00:00
patches.py fix catalog clear-and-rebuild. this finally fixes story 847941. 2009-10-15 10:11:12 +00:00
permissions.zcml comment_review_workflow added. 2009-06-08 21:16:51 +00:00
subscribers.zcml Fix #2494228: Remove comments as well when a content object is deleted. 2010-03-16 15:06:43 +00:00
tool.py Ensure workflow is initialised when the comment is added. Also ensure that we won't get an error on unindex if the local utility can't be found. 2009-05-23 16:37:10 +00:00
update-translations.sh Added an i18n directory for messages in the plone domain and updated scripts to rebuild and sync it. 2010-01-28 15:00:39 +00:00
vocabularies.py Akismet spam protection plugin support added (collective.akismet). 2010-06-10 13:11:33 +00:00