Added an optional conversationCanonicalAdapterFactory showing how to share comments across all translations with LinguaPlone, by storing and retrieving the conversation from the canonical object.

svn path=/plone.app.discussion/trunk/; revision=33546
This commit is contained in:
Hanno Schlichting
2010-01-28 13:44:56 +00:00
parent 9c80b99ead
commit 405ecc1268
2 changed files with 25 additions and 0 deletions
+4
View File
@@ -4,6 +4,10 @@ Changelog
1.0b3 (XXXX-XX-XX)
------------------
* Added an optional conversationCanonicalAdapterFactory showing how to share
comments across all translations with LinguaPlone, by storing and retrieving
the conversation from the canonical object. [hannosch]
* Play by the Plone 3.3+ rules and use the INavigationRoot as a base for the moderation view. [hannosch]
* Added a commentTitle CSS class to the comment titles. [hannosch]
* Update message ids to match their real text. [hannosch]