plone.app.discussion/plone/app/discussion/browser
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
..
javascripts Fix JS comment deletion 2012-05-29 13:26:05 +02:00
stylesheets Always show existing comments, even if commenting is disabled. 2011-01-07 15:27:17 +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 Pep8 2012-01-14 07:13:39 +01:00
captcha.txt Whitespace 2012-01-25 15:57:17 +01:00
captcha.zcml Remove "Plone 3 only" code; Do not monkey patch the BAD_TYPES vocabulary or plone.app.vocabularies anymore. 2011-02-08 09:28:51 +00:00
comment.py fix url redirect for content types that must have /view in url to view contents 2012-03-14 15:01:17 -07:00
comments.pt 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
comments.py Make 'text/plain' the default mime type for comments and make sure the default type is set properly when creating a new comment. 2012-07-12 16:01:07 +02:00
configure.zcml Move some policy out of the conversation storage adapter into a view, 2011-04-15 04:29:46 +00:00
controlpanel.pt Warning message added to discussion control panel that shows up if there are unmigrated comments. 2012-03-15 20:00:08 +01:00
controlpanel.py No longer depend on zope.app packages. 2012-05-18 18:19:12 -04:00
conversation.py Support for Dexterity added. 2012-06-30 10:59:49 +02:00
migration.py total_comments only counts published comments 2012-06-13 11:17:22 +00:00
moderation.pt merge r46437 and r46946 from davisagli-features: respect the per-comment mime_type setting, and use the old cooked text/html from legacy comments when migrating 2011-04-02 19:51:37 +00:00
moderation.py Don't use reindexObject from catalog, but from the object 2012-08-22 18:00:27 +02:00
traversal.py Pep8 2012-01-14 07:35:59 +01:00
validator.py Pep8 2012-01-14 07:30:43 +01:00