plone.app.discussion 1.0b11 (Beta release) (Dec 23, 2010)
This is not a final release. Experimental releases should only be used for testing and development. Do not use these on production sites, and make sure you have proper backups before installing.
Ajaxify comment deletion and approval; User email notification; Bugfixes.
For additional information about this project, please visit the overview page .
Available downloads
Change log
- Fix Dutch and Czech language code and name. [timo]
- Re-add the CommentsViewlet can_manage method. This method has been removed in version 1.0b9 and added again in 1.0b11 because we don't want to change the API in beta releases. [timo]
- Declare z3c.form and zope.schema as minimum version dependencies in setup.py in case people use a different KGS. [timo]
- Add and update es and eu l10ns. [dukebody, on behalf of erral]
- Ajaxify comment deletion and approval. [thomasdesvenain]
- New feature: As a logged-in user, I can enable/disable email notification of additional comments on this content object. [timo]
- Disable the plone.app.registry check on schema elements, so no error is raised on upgrades. This fixes https://dev.plone.org/plone/ticket/11195. [timo]
- Remove the too generic id attribute of the comment form. [timo]
- Fixed handling of non-ascii member data, like fullname and email. [hannosch]

