[Zope-CMF] Re: [dev] CMFSetup: some questions
yuppie
y.2004_ at wcm-solutions.de
Mon Jul 19 10:03:04 EDT 2004
Hi!
Tres Seaver wrote:
> yuppie wrote:
>> Would it be ok if I
>>
>> 1. change permission in apcExport.xml and permissions in
>> ticTypeExport.xml to a sequence of permission subelements and
>
> OK
>
>> 2. rename 'action_expr' to 'url_expr' and 'condition' to
>> 'condition_expr' and
>
> OK.
>
>> 3. update the default profile with a current CMFDefault export?
>
> Yes.
Done on yuppie-actions-cleanup-branch. Also converted actions and
type-info parsing to DOM based parsing as in workflow.py.
Some further issues that might make sense to resolve for CMF 1.5:
1.) 'Properties' tab doesn't allow to select registered profiles
2.) 'Snapshots' tab has an unimplemented 'Compare Snapshots' button
3.) these two lists are still implemented as attributes:
' '.join(info['roles']);
','.join( info[ 'allowed_content_types' ] );
4.) there are some descriptions without an explicit description element
that add new lines on parsing, e.g.:
<span tal:replace="step/description">DESCRIPTION</span>
5.) rolemap.xml and workflows.xml are not round trip save
(export -> import -> export creates two different exports)
6.) Windows exports contain CR/LF, LF and even CR newlines
7.) as already discussed off-list one unittest is failing on Windows due
to strange PageTemplateFile behavior
Cheers, Yuppie
More information about the Zope-CMF
mailing list