skip to navigation
skip to content

collective.novate 1.0b4

Adds an option too reassign ownership on the sharing page

Downloads ↓

Introduction

This package provides a link on the sharing page to change the ownership of a content item. The link goes to a form with an auto-complete widget for finding the new owner.

Installation

This product depends on five.grok, plone.directives.form, plone.formwidget.autocomplete and plone.principalsource. The latter three in turn depend on plone.autoform, plone.z3cform and z3c.form. On Plone 3.x, this means you need to add a few lines to your buildout to correctly configure dependencies. (You should also check that these packages have been released. At the time of writing, they have not, and as such must be run from a development checkout. However, they should be released shortly.)

Firstly, in the [zope2] section of your buildout.cfg, enable fake eggs, but skip some:

[zope2]
recipe = plone.recipe.zope2install
...
fake-zope-eggs = true
additional-fake-eggs =
    ZConfig
    pytz
skip-fake-eggs =
    zope.component
    zope.testing
    zope.i18n
    zope.securitypolicy
    zope.app.zcmlfiles
...

Then, add some version pins to your [versions] block. Create this if it does not exist already:

[buildout]
...
versions = versions
...

[versions]
...
zope.i18n = 3.4.0
zope.testing = 3.4.0
zope.component = 3.4.0
zope.securitypolicy = 3.4.0
zope.app.zcmlfiles = 3.4.3

Changelog

1.0b4 - 2009-09-18

  • Fix broken release.

1.0b3 - 2009-09-17

  • Redirect to /view to be clear about what we've changed the ownership of (for folders) and avoid weird behaviour when changing the ownership of files and images. [optilude]

1.0b2 - 2009-09-07

  • Work around dodgy code in PloneUtils and AccessControl. If you want something done right, you might as well do it yourself. [optilude]

1.0b1 - 2009-04-17

  • Initial release
 
File Type Py Version Uploaded on Size # downloads
collective.novate-1.0b4.tar.gz (md5) Source 2009-09-18 10KB 656