plone.app.discussion/plone/app/discussion
Timo Stollenwerk 55f3112a26 history and readme updated for first alpha release.
svn path=/plone.app.discussion/trunk/; revision=27871
2009-07-07 08:49:00 +00:00
..
bbb check in some skeletal code + notes, nothing concrete or working yet 2009-05-11 16:52:16 +00:00
browser add padding to moderate comments fieldset. 2009-07-07 08:21:36 +00:00
profiles/default rename reply_to_comment_form.js to comments.js. 2009-07-06 17:38:18 +00:00
tests indexes for IComment added to override the IConversation indexes. 2009-07-06 16:56:09 +00:00
__init__.py Monkey patch plone.app.vocabularies.types.BAD_TYPES 2009-05-31 17:49:33 +00:00
catalog.py indexes for IComment added to override the IConversation indexes. 2009-07-06 16:56:09 +00:00
comment.py replace content_object.reindexObject() with event handlers. 2009-07-04 16:18:48 +00:00
configure.zcml indexes for IComment added to override the IConversation indexes. 2009-07-06 16:56:09 +00:00
conversation.py replace content_object.reindexObject() with event handlers. 2009-07-04 16:18:48 +00:00
DOCUMENTATION.txt documentation txt file added. 2009-06-22 10:11:08 +00:00
interfaces.py enabled is a boolean method now instead of a property. 2009-06-19 10:04:32 +00:00
KNOWN_ISSUES.txt known issues file added. 2009-07-06 07:18:39 +00:00
NOTES.txt More notes/thoughts 2009-05-13 15:20:02 +00:00
permissions.zcml comment_review_workflow added. 2009-06-08 21:16:51 +00:00
PRINCIPLES.txt check in some skeletal code + notes, nothing concrete or working yet 2009-05-11 16:52:16 +00:00
README.txt history and readme updated for first alpha release. 2009-07-07 08:49:00 +00:00
TODO.txt todo list update. 2009-07-07 08:37:49 +00:00
tool.py Ensure workflow is initialised when the comment is added. Also ensure that we won't get an error on unindex if the local utility can't be found. 2009-05-23 16:37:10 +00:00

============
Introduction
============

plone.app.discussion aims to be the new commenting system for Plone 4. It is developed as part of the Google Summer of Code 2009 by Timo Stollenwerk (student) and Martin Aspeli (mentor).

For details on the progress of this project, visit our `Pivotal Tracker`.

.. _`Pivotal Tracker`: http://www.pivotaltracker.com/projects/15135

Feel free to send bug reports to timo@zmag.de.

Disclaimer
==========

This is an alpha release! Alpha releases should only be used for testing and development.

Buildout Installation
=====================

To install plone.app.discussion, add the following code to your buildout.cfg::

    [buildout]
    ...
    extends =
        ...
        http://good-py.appspot.com/release/plone.app.discussion/1.0a1

    ...

    [instance]
    ...
    eggs =
        ...
        plone.app.discussion

    ...

    zcml =
        ...
        discussion.examplecontent

    ...

Known Issues
============

- Clear and rebuild the catalog looses all the comments.