[Zope] CMF content types

2008-07-23 Thread Garry Saddington
I would like to use ZipFolder as an addable type in a CMF site. All the documentation I can find is either out of date or confusing. Can anyone help by pointing me to some accurate documentation on this subject. regards Garry ___ Zope maillist - Zope@

[Zope] Re: Unrestricted threads

2008-07-23 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eric Bréhault wrote: > yes indeed you can easily extract the mechanism to create a specific > security manager and create a request to call the method you want > using this security manager > > the problem with ZEO is not related to this aspect so it

Re: [Zope] Unrestricted threads

2008-07-23 Thread Eric Bréhault
yes indeed you can easily extract the mechanism to create a specific security manager and create a request to call the method you want using this security manager the problem with ZEO is not related to this aspect so it should work fine eric On Wed, Jul 23, 2008 at 11:05 AM, Thierry Florac <[EMA

Re: [Zope] Unrestricted threads

2008-07-23 Thread Thierry Florac
Le mardi 22 juillet 2008 à 19:43 +0200, Eric Bréhault a écrit : > Hello Thierry, > > To schedule cron-like tasks on Zope, I use ZpCron: > http://www.zope.org/Members/janik/ZpCron > > It works pretty fine (well, as far as you do not use ZEO) and it > allows to define the user you want to use to ru