plone.app.discussion/plone/app/discussion
Patrick Gerken 9146aa8025 Don't use reindexObject from catalog, but from the object
collective.indexing assumes that reindexObject from catalog is not
an official api method, therefor it does not patch it.
This results in missing updates if plone.app.discussion is used
together with solr, which uses collective.indexing
2012-08-22 18:00:27 +02:00
..
bbb check in some skeletal code + notes, nothing concrete or working yet 2009-05-11 16:52:16 +00:00
browser Don't use reindexObject from catalog, but from the object 2012-08-22 18:00:27 +02:00
i18n Added empty translation files for Slovak language 2012-07-02 17:54:58 +02:00
locales Merge pull request #6 from stonor/master 2012-07-12 03:44:10 -07:00
profiles/default Add Site Administrator role to Review comments permission 2012-05-29 13:26:05 +02:00
tests Revert "Attempt to fix test_format_time()." 2012-08-02 22:21:26 -07:00
TODO.txt remove clear-and-rebuild catalog from known issues and todo. 2009-10-15 10:45:35 +00:00
__init__.py Pep8 2012-01-14 07:30:43 +01:00
architecture.txt Whitespace. 2012-01-09 16:31:52 +01:00
catalog.py Pep8 2012-01-14 07:41:50 +01:00
comment.py Fix handling of comments with invalid transforms. Write an error msg to the log and just return the untransformed text. 2012-07-12 16:03:02 +02:00
comment.txt Move api documentation to a separate folder. 2012-07-12 15:03:26 +02:00
configure.zcml Plone 3 specific exclusion of plone.app.uuid removed. 2011-07-03 18:26:06 +00:00
conversation.py Merge pull request #7 from plone/hide-from-breadcrumb 2012-07-12 06:18:42 -07:00
conversation.txt Move api documentation to a separate folder. 2012-07-12 15:03:26 +02:00
design.txt Whitespace. 2012-01-09 16:31:52 +01:00
interfaces.py Refactor the comment creator/author_name to comply with the Plone core convention to store the username on the creator attribute and not the fullname. 2012-07-12 15:39:27 +02:00
notifications.zcml No longer depend on zope.app packages. 2012-05-18 18:19:12 -04:00
patches.py Pep8 2012-01-14 06:57:25 +01:00
permissions.zcml Remove collective.autopermission dependency. 2011-01-20 19:37:54 +00:00
subscribers.zcml No longer depend on zope.app packages. 2012-05-18 18:19:12 -04:00
testing.py Make comment collection tests work with plone.app.collection. 2012-03-31 18:40:58 +02:00
tool.py Pep8 2012-01-14 07:13:39 +01:00
upgrades.py add upgrade step for moderator_email setting 2011-04-08 20:20:34 +00:00
upgrades.zcml Whitespace. 2012-01-09 16:31:52 +01:00
vocabularies.py text/html added to possible mime types for comments. 2012-07-12 15:54:01 +02:00