GrufSpaces

Group environments for elaborating and exchanging information. GrufSpaces is a Plone Product that allows group members to work together in dedicated folders. A group administrator can assign group members and visitors, and let them know by email notification. Group members also have the possibility to send an email to all members of the group.

Current release
GrufSpaces 2.0.1

Released Jan 18, 2010 — tested with Plone 3

This release makes it possible to migrate an existing Plone site with GrufSpaces content to Plone 3.3. This is especially useful if you have content types that inherit from the GroupSpace content type. If you start a new Plone site, you should directly use the collective.groupspace suite.
More about this release…

Download fileGet GrufSpaces for all platforms (24.6 kB)
GrufSpaces

Project Description

In the process of making GrufSpaces work with Plone 3.3, the project has been split into four packages:

* http://pypi.python.org/pypi/collective.groupspace.content

* http://pypi.python.org/pypi/collective.groupspace.mail

* http://pypi.python.org/pypi/collective.groupspace.workflow

* http://pypi.python.org/pypi/collective.groupspace.roles

If you start a new Plone project today, you don't need the GrufSpaces product any more, but can use the collective.groupspace suite.

In case you need a backwards compatible migration path that allows you to keep existing GrufSpaces content, you can use the GrufSpaces product instead of the collective.groupspace.content product. Both products plug in seamlessly with the collective.groupspace suite, because they only contain the core content type.

The migration to GrufSpaces 2.0 is described in Extensions/migration.py:

https://svn.plone.org/svn/collective/GrufSpaces/trunk/Extensions/migration.py

Please note that the migration script only works if you have Products.contentmigration installed:

http://pypi.python.org/pypi/Products.contentmigration/