Skip to main content

Adds an option too reassign ownership on the sharing page

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.novate-1.0b4.tar.gz (10.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page