[Zope-CMF] CMF Collector: Open Issues

2006-06-04 Thread tseaver
The following supporters have open issues assigned to them in this collector (http://www.zope.org/Collectors/CMF). Assigned and Open jens - CachingPolicyManager: Support OFS.Cache.CacheManager, [Accepted] http://www.zope.org/Collectors/CMF/408 mhammond - Windows

[Zope-CMF] Products-less python package support for CMF 1.6

2006-06-04 Thread Rocky Burt
Hi all, I currently have a product by the name of pythonproducts (http://codespeak.net/svn/z3/pythonproducts/) that does its best to patch Zope/Five and CMF so that regular python packages can be treated as first-class Zope 2 products. The underlying problem being that certain portions of

[Zope-CMF] Re: Products-less python package support for CMF 1.6

2006-06-04 Thread yuppie
Hi Rocky! Rocky Burt wrote: As of Five 1.4, the Five specific functionality has been merged into Five itself. As of Zope 2.10, the Zope specific functionality has been merged into Zope itself. So all that remains now is CMF. The biggest problem with CMF was

[Zope-CMF] Re: Products-less python package support for CMF 1.6

2006-06-04 Thread yuppie
Hi Rocky! Rocky Burt wrote: On Sun, 2006-04-06 at 18:12 +0200, yuppie wrote: Rocky Burt wrote: What do you all think? Something we can include in time for CMF1.6.1 beta2 ? I don't care much about CMF 1.6, but I wonder in which case your patch is useful. Are you suggesting that people

[Zope-CMF] Re: Products-less python package support for CMF 1.6

2006-06-04 Thread Tres Seaver
yuppie wrote: Hi Rocky! Rocky Burt wrote: On Sun, 2006-04-06 at 18:12 +0200, yuppie wrote: Rocky Burt wrote: What do you all think? Something we can include in time for CMF1.6.1 beta2 ? I don't care much about CMF 1.6, but I wonder in which case your patch is useful. Are you suggesting

Re: [Zope-CMF] Products-less python package support for CMF 1.6

2006-06-04 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 4 Jun 2006, at 16:04, Rocky Burt wrote: Anyhow, I've included a patch that demonstrates what would need to be done including some extra test logic that fails before my changes and of course passes afterwards. What do you all think?

Re: [Zope-CMF] Re: [dev] DCWorkflow: notifyBefore, notifySuccess and notifyException

2006-06-04 Thread Damien Baty
Hello, yuppie a écrit : yuppie wrote: notifyBefore, notifySuccess and notifyException seem to be completely useless methods. [...] Oops! I did look in the wrong places. While these methods are doing nothing in DCWorkflow and the old DefaultWorkflow they are part of the interface

[Zope-CMF] Re: [dev] DCWorkflow: notifyBefore, notifySuccess and notifyException

2006-06-04 Thread Florent Guillaume
Damien Baty wrote: FWIW, I raise my hand. ;) CMFNotification [1] is a product which sends notification emails when specific events occur, which includes when a workflow transition is triggered. To do that, it monkey-patches 'DCWorkflow.notifySuccess()' (among others) to call an

[Zope-CMF] Re: Products-less python package support for CMF 1.6

2006-06-04 Thread Florent Guillaume
Tres Seaver wrote: yuppie wrote: Hi Rocky! Rocky Burt wrote: On Sun, 2006-04-06 at 18:12 +0200, yuppie wrote: Rocky Burt wrote: What do you all think? Something we can include in time for CMF1.6.1 beta2 ? I don't care much about CMF 1.6, but I wonder in which case your patch is useful.