[Zope-CMF] Testing Products installed via GenericSetup

2006-06-12 Thread Katja Süss
Dear all, my question concerning the setup of a site seems to be important also for testing of products using GenericSetup. How to programmatically apply profiles? Somebody knows how to do that? Thank you for all hints and snippets, regards, Katja ___

[Zope-CMF] Re: Setup of a Site with GenericSetup

2006-06-12 Thread Katja Süss
yuppie schrieb: Hi Katja! Katja Süss wrote: did somebody wrote a setup profile to install some products neccessary for a project? My Project is organized in three parts: - A product to setup configuration like properties, mailhost, etc: MyProjectSetup - A product for the Theme (templates

[Zope-CMF] Re: Testing Products installed via GenericSetup

2006-06-12 Thread Katja Süss
yuppie schrieb: Katja Süss wrote: my question concerning the setup of a site seems to be important also for testing of products using GenericSetup. How to programmatically apply profiles? Somebody knows how to do that? Thank you for all hints and snippets, This is a setup for a plain

[Zope-CMF] Setup of a Site with GenericSetup

2006-06-12 Thread Katja Süss
thats what I'm trying: using the GenericSetup profile of the products to install during Setup of my Site via MyProjectSetup. What do you mean with including their configuration? Your site is a tool for merging profiles. If you set up your site using different profiles a snapshot/export is

[Zope-CMF] GenericSetup: Groups, Roles,etc

2006-06-15 Thread Katja Süss
Dear all. The snapshot dumps very nice the folder acl_user with groups and their rolemapping. I would like to use this for a project setup. A first try was to put a folder acl_users in the profile folder profile/default/structure and the four files source_users, portal_role_manager,

[Zope-CMF] Re: GenericSetup ATContentTypes global_allow

2006-09-19 Thread Katja Süss
.. How can I dofor type in types:if type in NOT_IMPLICITLY_ADDABLE: t = pttool.getTypeInfo(type) t.global_allow = 0 for standard ATContentTypes when using GenericSetup for a product? Thanks for any hints, You shouldn't need to post-process the type information

[Zope-CMF] tests for products set up with generic setup

2006-10-03 Thread Katja Süss
Hi * On creating a content object I receive the error message, that the user with Manager-role is unauthorized. Debugging the error locates it at _queryFactoryMethod which doesn't find info for dispatcher for MyProduct. This is the point where I'm missing deeper insight in the mysteries of

[Zope-CMF] import-steps

2006-10-09 Thread Katja Süss
Hi * I would like to make a suggestion: After selecting a profile make only import-steps included in selected profile available. Why would I like this? I have a setup profile (prepopulating site, settting properties, etc) and an install profile. When updating to a new release only import steps

[Zope-CMF] Re: import-steps

2006-10-09 Thread Katja Süss
yuppie schrieb: Hi Katja! Katja Süss wrote: I would like to make a suggestion: After selecting a profile make only import-steps included in selected profile available. Just to make sure you understand the current behavior: - import_steps.xml is used for registering available setup handlers