Simple way to change content ownership?

6 messages Options
Embed this post
Permalink
Mark Phillips () Simple way to change content ownership?
Reply Threaded More More options
Print post
Permalink
Is there a simple way to change the ownership of a piece of content? I have a site with scores of members who created several remember/membrane logins. I would like to consolidate the content for each user into one account and then delete the unnecessary accounts. However, I need a way to change the ownership of the content I move. There is a new experimental product (http://plone.org/products/iw-memberreplace/) available, but only for Plone 3.x. I am running on Plone 2.5. Thanks for any suggestions you may have!
 
Mark
_______________________________________________
Product-Developers mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/product-developers
ajung () Re: Simple way to change content ownership?
Reply Threaded More More options
Print post
Permalink
PloneTool.py:    def changeOwnershipOf(self, object, owner, recursive=0):

On 21.09.09 19:46, Mark Phillips wrote:

> Is there a simple way to change the ownership of a piece of content? I
> have a site with scores of members who created several
> remember/membrane logins. I would like to consolidate the content for
> each user into one account and then delete the unnecessary accounts.
> However, I need a way to change the ownership of the content I move.
> There is a new experimental product
> (http://plone.org/products/iw-memberreplace/) available, but only for
> Plone 3.x. I am running on Plone 2.5. Thanks for any suggestions you
> may have!
>  
> Mark
>
>
> _______________________________________________
> Product-Developers mailing list
> [hidden email]
> http://lists.plone.org/mailman/listinfo/product-developers
>  

--
ZOPYX Ltd. & Co KG          \  ZOPYX & Friends
Charlottenstr. 37/1          \  The experts for your Python, Zope and
D-72070 Tübingen              \  Plone projects
www.zopyx.com, [hidden email]  \  www.zopyx.de/friends, [hidden email]
------------------------------------------------------------------------
E-Publishing, Python, Zope & Plone development, Consulting



[lists.vcf]

begin:vcard
fn:Andreas Jung
n:Jung;Andreas
org:ZOPYX Ltd. & Co. KG
adr;quoted-printable:;;Charlottenstr. 37/1;T=C3=BCbingen;;72070;Germany
email;internet:[hidden email]
title:CEO
tel;work:+49-7071-793376
tel;fax:+49-7071-7936840
tel;home:+49-7071-793257
x-mozilla-html:FALSE
url:www.zopyx.com
version:2.1
end:vcard



_______________________________________________
Product-Developers mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/product-developers
Martin Aspeli () Re: Simple way to change content ownership?
Reply Threaded More More options
Print post
Permalink
In reply to this post by Mark Phillips
Mark Phillips wrote:
> Is there a simple way to change the ownership of a piece of content? I
> have a site with scores of members who created several remember/membrane
> logins. I would like to consolidate the content for each user into one
> account and then delete the unnecessary accounts. However, I need a way
> to change the ownership of the content I move. There is a new
> experimental product (http://plone.org/products/iw-memberreplace/)
> available, but only for Plone 3.x. I am running on Plone 2.5. Thanks for
> any suggestions you may have!

You can install collective.novate, which does it properly. Note you want
to add http://good-py.appspot.com/admin/plone.autoform/1.0b2 to your
'extends' line in buildout as well.

Or you can use /ownership_form in Plone (tack it on the end of the URL).
Note that this has problems with its recursive algorithm, though.

Martin

--
Author of `Professional Plone Development`, a book for developers who
want to work with Plone. See http://martinaspeli.net/plone-book


_______________________________________________
Product-Developers mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/product-developers
Martin Aspeli () Re: Simple way to change content ownership?
Reply Threaded More More options
Print post
Permalink
Martin Aspeli wrote:

> You can install collective.novate, which does it properly. Note you want
> to add http://good-py.appspot.com/admin/plone.autoform/1.0b2 to your
> 'extends' line in buildout as well.

Make that:

extends =
   # whatever else you have here plus
   http://good-py.appspot.com/release/plone.autoform/1.0b2

Martin

--
Author of `Professional Plone Development`, a book for developers who
want to work with Plone. See http://martinaspeli.net/plone-book


_______________________________________________
Product-Developers mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/product-developers
Alberto Lopes () Re: Re: Simple way to change content ownership?
Reply Threaded More More options
Print post
Permalink
In reply to this post by Martin Aspeli

On Tue, Sep 22, 2009 at 10:55 AM, Martin Aspeli <[hidden email]> wrote:

Or you can use /ownership_form in Plone (tack it on the end of the URL). Note that this has problems with its recursive algorithm, though.

What problems does the ownership form have with its recursive algorithm?

_______________________________________________
Product-Developers mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/product-developers
Martin Aspeli () Re: Simple way to change content ownership?
Reply Threaded More More options
Print post
Permalink
Alberto Lopes wrote:

>
> On Tue, Sep 22, 2009 at 10:55 AM, Martin Aspeli
> <[hidden email]
> <mailto:[hidden email]>> wrote:
>
>
>     Or you can use /ownership_form in Plone (tack it on the end of the
>     URL). Note that this has problems with its recursive algorithm, though.
>
>
> What problems does the ownership form have with its recursive algorithm?

It doesn't change the Creator(s) metadata fields deeper than level 2, I
think.

Martin

--
Author of `Professional Plone Development`, a book for developers who
want to work with Plone. See http://martinaspeli.net/plone-book


_______________________________________________
Product-Developers mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/product-developers