[Zope-CMF] CMF Maintenance

Andrew Sawyers andrew@zope.com
Mon, 6 May 2002 09:34:53 -0400


I created a new folder type which filters 'allowed' content types for this
type of site policy; if there's interest I can get it made into an
installable product sometime this week and put the tarball online.
Andrew

-----Original Message-----
From: zope-cmf-admin@zope.org [mailto:zope-cmf-admin@zope.org]On Behalf
Of Dieter Maurer
Sent: Sunday, May 05, 2002 3:55 PM
To: Tom Deprez
Cc: Florent Guillaume; zope-cmf@zope.org
Subject: Re: [Zope-CMF] CMF Maintenance


Tom Deprez writes:
 > Is it possible to create certain objects, eg news only in the eg 'news
BTree
 > Folder'?  Do we've to modify the addNewsItem method?
 > Or can this be configured somewhere? (Just to be sure that I'm not
replacing
 > things, eg addNewsItem, while there are simpler approaches)
In a standard CMF installations, all content types are protected
by the same permission "Add portal content".
Separate out news items (search the mailing list for "ContentInit",
to find out how to do this) and protect it by its own permission.
Refuse this permission everywhere, except where you accept news to
be created.

I am sure, your users will not like to need to go to one of these
destinations
in order to create a news item. They probably will expect a global
action that creates a news item in such a destination.


Dieter


_______________________________________________
Zope-CMF maillist  -  Zope-CMF@zope.org
http://lists.zope.org/mailman/listinfo/zope-cmf

See http://www.zope.org/Products/PTK/Tracker for bug reports and feature
requests