plone.app.discussion/plone/app/discussion
Patrick Gerken 94e73b43a7 Catch TypeError in indexers if content can not be adapted
Currently plone.app.discussion provides indexers
for IContentish. In these it tries to adapt
the content object to IDiscussion. But an IDiscussion Factory is only
provided for IAnnotatable.
The Criteria are IContentish but not IAnnotatable.
Indexing them fails

svn path=/plone.app.discussion/trunk/; revision=38182
2010-07-21 23:36:16 +00:00
..
bbb check in some skeletal code + notes, nothing concrete or working yet 2009-05-11 16:52:16 +00:00
browser Unnecessary imports removed. 2010-07-19 08:25:37 +00:00
i18n update translation files. 2010-03-19 10:53:46 +00:00
locales Added norwegian translation. 2010-07-05 12:14:16 +00:00
profiles/default Enable caching and merging for comments.js to save some requests. 2010-06-04 19:56:17 +00:00
tests Remove unnecessary imports and variables from test code. 2010-07-13 10:45:53 +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 Catch TypeError in indexers if content can not be adapted 2010-07-21 23:36:16 +00:00
comment.py remove unnecessary imports. 2010-07-13 10:40:24 +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 revert r37751. 2010-07-12 13:47:53 +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 revert r37751. 2010-07-12 13:49:57 +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 fix whitespace 2010-07-13 10:40:45 +00:00