[Zope-CMF] Re: [dev] CMF 1.5 roadmap?

Sam Brauer sam at webslingerz.com
Wed Feb 25 10:05:30 EST 2004


Marc Lindahl wrote:
> 
> On Tuesday, February 24, 2004, at 03:28  PM, Tres Seaver wrote:
> 
>> yuppie wrote:
>>
>>> Tres Seaver wrote:
>>>
>>>> Anybody want to bid for other features?  Claim particular bugs?
>>>
>>>
> 
> 1. A more complete DublinCore support.... main thing I notice is lack of 
> support for enforcing vocabularies...  unless I'm missing something....  

You can enforce vocabularies if:

- you add a call to
context.portal_metadata.validateMetadata(context)
after the call to
context.editMetadata( ... )
in the skin script metadata_edit

- you patch CMFDefault.MetadataTool.validateMetadata
as described at http://zope.org/Collectors/CMF/217

Although not necessary to make validation work, it is also possible to
customize metadate_edit_form such that the subject textarea is not 
displayed if vocabulary is enforced.  You can also do this for Rights 
and Languages.

It would be nice to see these changes made to CMFDefault, at least the 
bug fix for #217.


> and perhaps ways to manage importing/exporting those vocabularies and 
> support for a 'baseline' vocabulary (e.g. in "Subjects" some global 
> subjects plus specific other subjects for various content types).
> 
> 2. import/export of portal_memberdata
> 
> 
> 
> _______________________________________________
> Zope-CMF maillist  -  Zope-CMF at zope.org
> http://mail.zope.org/mailman/listinfo/zope-cmf
> 
> See http://collector.zope.org/CMF for bug reports and feature requests


-- 
Sam Brauer
Systems Programmer
sam at webslingerZ.com




More information about the Zope-CMF mailing list