[Zope-CMF] Re: GenericSetup: purging steps on new base profile

2006-03-29 Thread yuppie
Hi Florent! Florent Guillaume wrote: yuppie wrote: I have to refine this statement: *For now* I don't want to go down that road. In the long run I think we have to keep track of applied profiles. That would help to make the setup tool more powerful and to implement features like reloading

[Zope-CMF] Re: GenericSetup: purging steps on new base profile

2006-03-29 Thread Florent Guillaume
yuppie wrote: Hi Rob! Rob Miller wrote: i'm picking up a thread from january that sort of petered out... yuppie wrote: Tres Seaver wrote: Florent Guillaume wrote: Because the "current base profile id" is not stored, there's no way to do detect the change to a different base profile. Should

Re: [Zope-CMF] Re: GenericSetup: purging steps on new base profile

2006-03-29 Thread Lennart Regebro
On 3/29/06, yuppie <[EMAIL PROTECTED]> wrote: > I have to refine this statement: *For now* I don't want to go down that > road. In the long run I think we have to keep track of applied profiles. > That would help to make the setup tool more powerful and to implement > features like reloading or uni

[Zope-CMF] Re: GenericSetup: purging steps on new base profile

2006-03-29 Thread yuppie
Hi Rob! Rob Miller wrote: i'm picking up a thread from january that sort of petered out... yuppie wrote: Tres Seaver wrote: Florent Guillaume wrote: Because the "current base profile id" is not stored, there's no way to do detect the change to a different base profile. Should I store that p

Re: [Zope-CMF] Re: GenericSetup: purging steps on new base profile

2006-03-28 Thread Lennart Regebro
On 3/28/06, Rob Miller <[EMAIL PROTECTED]> wrote: > i, on the other hand, am very interested in being able to see which > profiles have been applied. i don't think it's unreasonable to record > and expose this. of course this can't be treated as the final word on > the current site configuration,

[Zope-CMF] Re: GenericSetup: purging steps on new base profile

2006-03-28 Thread Rob Miller
hi all, i'm picking up a thread from january that sort of petered out... yuppie wrote: Tres Seaver wrote: Florent Guillaume wrote: Because the "current base profile id" is not stored, there's no way to do detect the change to a different base profile. Should I store that property to allow for

[Zope-CMF] Re: GenericSetup: purging steps on new base profile

2006-02-01 Thread Florent Guillaume
On 1 Feb 2006, at 20:45, yuppie wrote: Tres Seaver wrote: Florent Guillaume wrote: Jens Vagelpohl wrote: On 1 Feb 2006, at 17:30, Florent Guillaume wrote: When you select a new base profile in the Properties tab, the toolset and import/export steps are not reset but simply updated. This

[Zope-CMF] Re: GenericSetup: purging steps on new base profile

2006-02-01 Thread yuppie
Hi! Tres Seaver wrote: Florent Guillaume wrote: Jens Vagelpohl wrote: On 1 Feb 2006, at 17:30, Florent Guillaume wrote: When you select a new base profile in the Properties tab, the toolset and import/export steps are not reset but simply updated. This means you can get steps unrelated to

[Zope-CMF] Re: GenericSetup: purging steps on new base profile

2006-02-01 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Florent Guillaume wrote: > Jens Vagelpohl wrote: > >> >> On 1 Feb 2006, at 17:30, Florent Guillaume wrote: >> >>> When you select a new base profile in the Properties tab, the toolset >>> and import/export steps are not reset but simply updated. This

[Zope-CMF] Re: GenericSetup: purging steps on new base profile

2006-02-01 Thread Florent Guillaume
Jens Vagelpohl wrote: On 1 Feb 2006, at 17:30, Florent Guillaume wrote: When you select a new base profile in the Properties tab, the toolset and import/export steps are not reset but simply updated. This means you can get steps unrelated to your profile that linger. I'd like to change that