[Zope-dev] Using SQLTEST with Date

2002-02-01 Thread Champier
Hi,   I can’t use the SQLTEST tag with ‘date’ variable in parameter  to access an oracle database:   When I use I have an Error.   What sort of type can I use ?? In the Oracle database date is a ‘date’ field.   Thanks for your help  

Re: [Zope-dev] Call Profiler

2002-02-01 Thread seb bacon
> I've just announced our Call Profiler product on zope.org and the zope > announce list (waiting for people in different timezones to authorise them :) > ( http://www.zope.org/Members/richard/CallProfiler/ for the impatient) This is absolutely excellent, well done and thanks :) I added vari

Re: [Zope-dev] Call Profiler

2002-02-01 Thread Tony McDonald
On 1/2/02 1:13 am, "Richard Jones" <[EMAIL PROTECTED]> wrote: > I've just announced our Call Profiler product on zope.org and the zope > announce list (waiting for people in different timezones to authorise them :) > ( http://www.zope.org/Members/richard/CallProfiler/ for the impatient) > [sni

[Zope-dev] Generating abstracts in ZCatalog

2002-02-01 Thread Cuthbertson, Mark
Hi, I'm quite new to all this Zope development but seem to be picking things up quite nicely. However, I am having a problem generating abstracts for my Search Engine. It's something that I used to be able to do quite easily in IIS / ASP but being new to Zope I can't seem to find a way how to do

Re: [Zope-dev] Dynpersist.so and makefile.pre.in

2002-02-01 Thread R. David Murray
On Thu, 31 Jan 2002, Jeffrey P Shell wrote: > On 1/31/02 5:02 PM, "Ed Colmar" <[EMAIL PROTECTED]> wrote: > > Are there any other (simple) solutions to doing authentication through a SQL > > DB? Jumping through hoops to get Zpatterns working seems silly when all I > > need is basic authentication.

Re: [Zope-dev] Call Profiler

2002-02-01 Thread Zopista
Doesnt seem to like being refreshed and some event items arent in the time dict, I noticed these were items that I had got in a ram cache. So i just stuck an if at line 496. Other than that its a great product. Most important tool since refresh if you ask me... - Original Message - From:

Re: [Zope-dev] Generating abstracts in ZCatalog

2002-02-01 Thread R. David Murray
On Fri, 1 Feb 2002, Cuthbertson, Mark wrote: > Hi, I'm quite new to all this Zope development but seem to be picking > things up quite nicely. However, I am having a problem generating > abstracts for my Search Engine. It's something that I used to be able Probably you should post to [EMAIL PRO

[Zope-dev] Zope 2.5. cAccessControl.c tentative patch

2002-02-01 Thread Matthew T. Kromer
FYI, those people who had to set ZOPE_SECURITY_POLICY to PYTHON are advised to apply the following Patch for 2.5's cAccessControl.c module and see if it helps. As far as I can see, it solves the Zope 2.5 problems reported by Martijn Faassen with ParsedXML. -- Matt Kromer Zope Corporation h

Re: [Zope-dev] Re: [Zope-CMF] How to get Type in manage_afterAdd?

2002-02-01 Thread Dieter Maurer
Florent Guillaume writes: > Anyway I'd propose the following: we need, in constructInstance, to > somehow pass the portal_type to the object constructor. Unfortunately > this has to be backwards-compatible with all the constructors out there > that don't know about it. I see two possible ugly

[Zope-dev] self = self.this() in Factory Methods [Was: Dynpersist.so andmakefile.pre.in]

2002-02-01 Thread Stefan H. Holek
At 01.02.2002 10:44 -0500, R. David Murray wrote: >You might also want to check out > > http://www.zope.org/Members/TheJester/exUserFolder > >--RDM All, Please have a look at my patch for XUF at I believe that manage_addex

[Zope-dev] Re: self = self.this() in Factory Methods [Was: Dynpersist.so and makefile.pre.in]

2002-02-01 Thread Andrew Kenneth Milton
+---[ Stefan H. Holek ]-- | At 01.02.2002 10:44 -0500, R. David Murray wrote: | | All, | | Please have a look at my patch for XUF at | | | I believe that manage_addexUserFolder() is faulty, in that it doe