2010-11-30 10:08:08 +01:00
|
|
|
|
2011-01-20 21:58:40 +01:00
|
|
|
plone.app.discussion 2.x features only
|
|
|
|
======================================
|
2011-01-19 16:46:00 +01:00
|
|
|
|
|
|
|
- AJAX comment deletion binding (jQuery 1.4)
|
|
|
|
http://dev.plone.org/plone/changeset/45188
|
|
|
|
|
2011-01-20 21:58:40 +01:00
|
|
|
- Disable discussion by default.
|
|
|
|
http://dev.plone.org/plone/changeset/46143
|
2011-01-19 16:46:00 +01:00
|
|
|
|
2011-01-20 21:58:40 +01:00
|
|
|
- p.a.discussion 2.x requires plone.app.controlpanel >= 2.1b1 to make the
|
2011-01-07 10:34:52 +01:00
|
|
|
comment moderation switch in the discussion control panel work.
|
|
|
|
|
|
|
|
http://pypi.python.org/pypi/plone.app.controlpanel#b1-2011-01-03
|
2011-01-19 16:46:00 +01:00
|
|
|
http://dev.plone.org/plone/changeset/46270/plone.app.controlpanel/trunk
|
2011-01-07 10:34:52 +01:00
|
|
|
|
|
|
|
(Make sure the ConfigurationChangedEvent is fired when the types control panel
|
2011-01-19 16:46:00 +01:00
|
|
|
setting changed. [timo])
|
|
|
|
|
2011-01-20 21:58:40 +01:00
|
|
|
===============================================================
|
|
|
|
TODO LIST FOR THE PLONE 4.x INTEGRATION OF PLONE.APP.DISCUSSION
|
|
|
|
===============================================================
|
2011-01-19 16:46:00 +01:00
|
|
|
|
2011-01-20 21:58:40 +01:00
|
|
|
DONE 1) Install pad by default, don't show it as add-on Product.
|
2011-01-19 16:46:00 +01:00
|
|
|
|
2011-01-20 21:58:40 +01:00
|
|
|
DONE 2) Set "globally enable comments" to false by default.
|
|
|
|
|
|
|
|
DONE 3) Remove the "comment"-type from plone.app.vocabularies.types.BAD_TYPES and
|
|
|
|
remove the monkey patch in __init__.py.
|
|
|
|
|
|
|
|
4) Remove all Plone3 related code.
|
|
|
|
|