RE: [Zope] HOw to create a Zope Instance ?

2007-10-04 Thread Winterflood, Jonathan
Indeed, but Ben's test shows us they definitely use Zope Jonathan -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Jens Vagelpohl Envoyé : jeudi 4 octobre 2007 10:53 À : zope list user Objet : Re: [Zope] HOw to create a Zope Instance ? -BEGIN PG

RE: [Zope] New class, no access to manage_propertiesForm etc.

2007-06-27 Thread Winterflood, Jonathan
a Welter Envoyé : mercredi 27 juin 2007 09:07 À : zope@zope.org Objet : Re: [Zope] New class, no access to manage_propertiesForm etc. (Tue, Jun 26, 2007 at 03:37:28PM +0200) Winterflood, Jonathan wrote/schrieb/egrapse: > I have created a new class in my product, but I can't access the >

[Zope] New class, no access to manage_propertiesForm etc.

2007-06-26 Thread Winterflood, Jonathan
Hi, I have created a new class in my product, but I can't access the PropertyManager pages for it: import Persistence from OFS.PropertyManager import PropertyManager # Zope security infrastructure from Globals import InitializeClass from AccessControl import ClassSecurityInfo cl

RE: [Zope] Allow to import a function on protected code

2007-06-21 Thread Winterflood, Jonathan
e Garito Envoyé : jeudi 21 juin 2007 16:29 À : Winterflood, Jonathan Objet : Re: [Zope] Allow to import a function on protected code Hi, Jonathan! The final right solution is: from AccessControl import ModuleSecurityInfo modulesecurity = ModuleSecurityInfo('Products.Product'sDirectory.Mo

RE: [Zope] Allow to import a function on protected code

2007-06-21 Thread Winterflood, Jonathan
Hi, I believe you should write modulesecurity = ModuleSecurityInfo('Products.Product'sDirectory.Module'sName') You may or may not need modulesecurity.apply (globals()) What should it do? Jonathan De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De

RE: [Zope] basic python class & zope question

2007-06-13 Thread Winterflood, Jonathan
> De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de > Tudor Gabriel > Envoyé : mercredi 13 juin 2007 01:54 > À : zope@zope.org > Objet : [Zope] basic python class & zope question > > hi im new here , first post ... and new to zope. > > i've read the manual ... and zope framework lo

RE: [Zope] review_state

2007-06-01 Thread Winterflood, Jonathan
Hi, In the case of a document proxy managed by CPSWorkflow, I use this: review_state = proxy.getContentInfo()['review_state'] Is this your case? If this is not the right way to do it in my context, I'd of course appreciate your comments :) Hope it helps, Jonathan -Message d'origine- D

RE: [Zope] Re: MemoryError exception when importing a zexp file

2007-05-30 Thread Winterflood, Jonathan
d reimporting it into a clean Plone site. Any thoughts on whether or not this is a good idea? Cheers Ben "Winterflood, Jonathan" wrote: >Hi, > >Maybe you could try giving the machine more swap space (partition in Linux, file in Windows) >You'd probably have perf

RE: [Zope] MemoryError exception when importing a zexp file

2007-05-29 Thread Winterflood, Jonathan
Hi, Maybe you could try giving the machine more swap space (partition in Linux, file in Windows) You'd probably have performance issues, but if the import is a one-timer, it might be acceptable. Jonathan -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part d

RE: [Zope] custom Lexicon developpement problems

2007-05-04 Thread Winterflood, Jonathan
ld you maybe explain this? Thanks a lot, Jonathan -Message d'origine- De : Stefan H. Holek [mailto:[EMAIL PROTECTED] Envoyé : mercredi 2 mai 2007 19:23 À : Winterflood, Jonathan Cc : zope@zope.org Objet : Re: [Zope] custom Lexicon developpement problems You may want to look at ht

RE: [Zope] custom Lexicon developpement problems

2007-05-02 Thread Winterflood, Jonathan
: Andreas Jung [mailto:[EMAIL PROTECTED] Envoyé : mercredi 2 mai 2007 10:57 À : Winterflood, Jonathan; zope@zope.org Objet : Re: [Zope] custom Lexicon developpement problems --On 2. Mai 2007 10:50:41 +0200 "Winterflood, Jonathan" <[EMAIL PROTECTED]> wrote: > > > Hi all,

[Zope] custom Lexicon developpement problems

2007-05-02 Thread Winterflood, Jonathan
Hi all, With the goal of allowing the use of wildcards anywhere in a ZCTextIndex query, and also ignore accentuated characters, I am developping a custom Lexicon, Splitter and CaseNormalizer. These are packed into a Product   The more permissive globbing rules work fine, and the accent-bashing