Re: [Zope-CMF] Re: Possible beta/rc ?

2007-07-09 Thread Wichert Akkerman
Previously yuppie wrote:
 AFAICS we are close to a new beta, but not close enough to get all 
 things done this week:
 
 
 1.) there are some showstoppers in GenericSetup:
 
 - see the separate replies

I believe I fixed those.

 2.) the migration code for CMFDefault sites is insufficient:
 
 Upgrading from CMF 2.0 should work fine, but the migration code for CMF 
 2.1 beta sites is incomplete: There is a hack in 
 PortalObjectBase.getSiteManager that fixes old site manager instances on 
 the fly, but I don't want to have that code in the final CMF 2.1 
 release. There is also no code for unregistering the tools that are no 
 longer utilities. No volunteers so far.

This can possibly be taken from the CMFPlone migration code which does
that. See the registerToolsAsUtilities method in
http://svn.plone.org/svn/plone/CMFPlone/trunk/migrations/v3_0/alphas.py
I have never used a non-Plone CMF site so I'm probably not the best
person to write migration code for CMF. I do need to get Plone 3.0-rc1
out Real Soon (as in yesterday, but this week at the very latest) so I
can look into this if that will make sure a CMF 2.1 release will happen.

 3.) we have no roadmap for getting rid of non-utility tools:

That's the seperate thread :)

Wichert.

-- 
Wichert Akkerman [EMAIL PROTECTED]It is simple to make things.
http://www.wiggy.net/   It is hard to make things simple.
___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests


Re: [Zope-CMF] Re: Possible beta/rc ?

2007-07-06 Thread Wichert Akkerman
Previously yuppie wrote:
 Wichert Akkerman wrote:
 Previously yuppie wrote:
 2.) The ability to create valid snapshots is a very basic GS feature. 
 I'd like to see http://www.zope.org/Collectors/CMF/473 resolved *before* 
 the next beta release.
 
 I fixed a couple of GenericSetup bugs recently which may have fixed this
 one as well. I'll try the specific issue which Andreas reported tonight
 or tomorrow.
 
 Just wanted to try this myself, but it looks like importing snapshots is 
 no longer possible. Guess snapshots should be added to the list of 
 available baseline profiles on the 'profiles' tab.

I think I fixed that. The problem was that the bbb methods used by the
manage_* methods were using self._import_context_id, but that is never
set anymore. I updated the manage_* methods to use the new API and
imports are working for me now.

Wichert.

-- 
Wichert Akkerman [EMAIL PROTECTED]It is simple to make things.
http://www.wiggy.net/   It is hard to make things simple.
___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests


Re: [Zope-CMF] Re: Possible beta/rc ?

2007-07-06 Thread Wichert Akkerman
Previously yuppie wrote:
 Wichert Akkerman wrote:
 Previously yuppie wrote:
 Wichert Akkerman wrote:
 Previously yuppie wrote:
 2.) The ability to create valid snapshots is a very basic GS feature. 
 I'd like to see http://www.zope.org/Collectors/CMF/473 resolved 
 *before* the next beta release.
 I fixed a couple of GenericSetup bugs recently which may have fixed this
 one as well. I'll try the specific issue which Andreas reported tonight
 or tomorrow.
 Just wanted to try this myself, but it looks like importing snapshots is 
 no longer possible. Guess snapshots should be added to the list of 
 available baseline profiles on the 'profiles' tab.
 
 I think I fixed that. The problem was that the bbb methods used by the
 manage_* methods were using self._import_context_id, but that is never
 set anymore. I updated the manage_* methods to use the new API and
 imports are working for me now.
 
 I doubt we are talking about the same issue. How do I reset the 
 configuration to the 'initial_configuration' or an other snapshot?

Indeed we are. I'm working on the ZMI interface for GS now, I'll tackle
that one as well.

Wichert.

-- 
Wichert Akkerman [EMAIL PROTECTED]It is simple to make things.
http://www.wiggy.net/   It is hard to make things simple.
___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests


Re: [Zope-CMF] Re: Possible beta/rc ?

2007-07-06 Thread Wichert Akkerman
Previously yuppie wrote:
 Wichert Akkerman wrote:
 Previously yuppie wrote:
 Wichert Akkerman wrote:
 Previously yuppie wrote:
 2.) The ability to create valid snapshots is a very basic GS feature. 
 I'd like to see http://www.zope.org/Collectors/CMF/473 resolved 
 *before* the next beta release.
 I fixed a couple of GenericSetup bugs recently which may have fixed this
 one as well. I'll try the specific issue which Andreas reported tonight
 or tomorrow.
 Just wanted to try this myself, but it looks like importing snapshots is 
 no longer possible. Guess snapshots should be added to the list of 
 available baseline profiles on the 'profiles' tab.
 
 I think I fixed that. The problem was that the bbb methods used by the
 manage_* methods were using self._import_context_id, but that is never
 set anymore. I updated the manage_* methods to use the new API and
 imports are working for me now.
 
 I doubt we are talking about the same issue. How do I reset the 
 configuration to the 'initial_configuration' or an other snapshot?

I've fixed both that UI issue and the underlying export problem.

Wichert.

-- 
Wichert Akkerman [EMAIL PROTECTED]It is simple to make things.
http://www.wiggy.net/   It is hard to make things simple.
___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests


Re: [Zope-CMF] Re: Possible beta/rc ?

2007-07-03 Thread Wichert Akkerman
Previously yuppie wrote:
 1.) The thread mentioned above is about other issues than the components 
 handler issue. AFAICS the BBQ sprint work still needs some polishing.

What kind of polishing do you see still being needed?

 2.) The ability to create valid snapshots is a very basic GS feature. 
 I'd like to see http://www.zope.org/Collectors/CMF/473 resolved *before* 
 the next beta release.

I fixed a couple of GenericSetup bugs recently which may have fixed this
one as well. I'll try the specific issue which Andreas reported tonight
or tomorrow.

Wichert.

-- 
Wichert Akkerman [EMAIL PROTECTED]It is simple to make things.
http://www.wiggy.net/   It is hard to make things simple.
___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests