Re: [Zope-dev] Please remove my post to collector about TimeStamp.c typo

2000-06-27 Thread Martijn Pieters
On Tue, Jun 27, 2000 at 06:22:52PM -0500, Brad Clements wrote: > I just posted a bug about TimeStamp.c having a typo.. > > My fault, didn't have USE_EXTENSION_CLASS defined. As you'll see in your inbox, I retracted bot copies. > (also, couldn't find a better email address to send this to) [EMA

[Zope-dev] Calendar tag 0.9.6 breaks with 2.2.0b3??

2000-06-27 Thread Dr. Ross Lazarus
Trying the new 2.2.0b3 zope. One zclass using ty's calendar tag now breaks with an error message I just cannot figure out - Error Type: TypeError Error Value: unexpected keyword argument: linkDate Traceback (innermost last): File /usr/local/zope/zope22b3/lib/python/ZPublisher/Publish.py, l

[Zope-dev] Zope2.2.0b3 Image/File object create/upload bug (w/patch)

2000-06-27 Thread Adam Karpierz
This bug causes that there is impossible to add/create/upload etc. Image and/or File object if image/file body has a file type (type(file) == FileType) in: def manage_addImage(self, id, file, title='',.. def manage_addFile(self, id, file='', title='',.. The patch has attached. begin 666 Image.

RE: [Zope-dev] Confera fix

2000-06-27 Thread Jon Franz
Hrm, I'm using hot-fixed and updated 2.1.6, and cant seem to find this anywhere on my box - and Zope throws up the error 'Invalid attribute' with an id of 'reg' When I try to use (unfixed) Confera with newlines in the body of a message... I'm not advocating removing or ignoring ts_regex, I jus

[Zope-dev] RE: [Zope] <:xxx> syntax (was: HTML Editors that recognize DTML)

2000-06-27 Thread Jon Franz
Doh, my bad - Was a mistake, not a purposeful attempt to force GPL down your throats. Its fixed now. My designers, and developers, love this syntax - its very clean, and just as easy as ASP`s <% and PHP`s mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 27, 2000 8:45 PM To: Jon Franz Cc: Zope deve

[Zope-dev] Re: [Zope] <:xxx> syntax (was: HTML Editors that recognize DTML)

2000-06-27 Thread Lalo Martins
On Fri, Jun 23, 2000 at 07:49:21PM -0400, Jon Franz wrote: > > Also, its not XML compliant either, but I have a shorter dtml syntax patch > available for download at: > > http://www.zope.org/Members/Coventry/dtml_shortcut > > it is a really small patch, and just allows <: to replace inside you

[Zope-dev] Temporary tables expire when ??

2000-06-27 Thread Thomas Weholt
Hi,   I`m using temporary tables, using PostgreSQL 7.0.2 and ZPygreSQL-DA v3.0, and in the RDBMS docs it says the temporary tables will be destroyed when the database-session is over. When does that happen using Zope? Doesn`t it hold the database connection open until it is manually closed?

Re: [Zope-dev] Confera fix

2000-06-27 Thread Pavlos Christoforou
On Tue, 27 Jun 2000, Jon Franz wrote: > Attached is a slightly modified Confera.py that does not require the > ts_regex > python package (something I do not have on my system and cant seem to > find - and yet something Confera will choke on during message posting if > it doesn't exist) > I ha

[Zope-dev] Please remove my post to collector about TimeStamp.c typo

2000-06-27 Thread Brad Clements
I just posted a bug about TimeStamp.c having a typo.. My fault, didn't have USE_EXTENSION_CLASS defined. Please ignore as I crawl under a rock (also, couldn't find a better email address to send this to) Brad Clements,[EMAIL PROTECTED] (315)268-1000 http://www.murkworks.com

RE: [Zope-dev] Full-text Indexing FOLLOW-UP

2000-06-27 Thread Chris McDonough
> >RDBMS systems are not particularly good at full-text > searching to begin > >with (I'm not quite sure how SQL Server handles this, > > AFAIK SQL Server uses MS Index Server for this. So you could potentially wrap calls to SQL Server via MS Index Server using Zope in the same way Site Server

Re: [Zope-dev] Full-text Indexing FOLLOW-UP

2000-06-27 Thread Rik Hoekstra
> >RDBMS systems are not particularly good at full-text searching to begin >with (I'm not quite sure how SQL Server handles this, AFAIK SQL Server uses MS Index Server for this. > Oracle requires >something like Intermedia, an add-on package). Zope does a pretty darn >good job at full-text sea

[Zope-dev] RE: Confera fix (appology)

2000-06-27 Thread Jon Franz
I should have sent a patch, not the full file, sorry for the spam!! ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/lis

[Zope-dev] Confera fix

2000-06-27 Thread Jon Franz
Attached is a slightly modified Confera.py that does not require the ts_regex python package (something I do not have on my system and cant seem to find - and yet something Confera will choke on during message posting if it doesn't exist) I've put the moded Confera.py up in my member folder at:

RE: [Zope-dev] broken selection property support in z2.2

2000-06-27 Thread R. David Murray
On Tue, 27 Jun 2000, Brian Lloyd wrote: > The 'selection' and 'multiple selection' properties are > really built with the idea that you use another property > *of the same object* (rather than an acquired value) to > bind the selection to. Your change works for your case, > but if you try to b

[Zope-dev] workflow engines

2000-06-27 Thread Josh Zeidner
Hello, Ive been working quite a bit with workflow engines lately, and noticed the "OpenFlow" project, an Open Source workflow engine intended to be used with Zope. The project is mainly involving italian speaking developers, and unfortunately, the only Italian I know are words describing

Re: [Zope-dev] SiteAccess in 2.0.0b2?

2000-06-27 Thread T.J. Mannos
Nevermind; I got it fixed. Somehow SiteAccess broke in such a way that Zope thought there were two SiteAccess products installed. I erased the SiteAccess directory, deleted the SiteAccess product, and re-installed SiteAccess. It works now. Thanks, T.J. - Original Message - From: Evan

[Zope-dev] Passing form-data to an external Method

2000-06-27 Thread Joachim Schmitz
Hi, I wrote an external method, to authorize Creditcardpayments with the POSH-Service of the german Cybercash GmbH. This works now with fixed data in the external method. Now I have extended the method as follows: def GetAuth(self,REQUEST=None): "simple Transaction" if REQUEST:

[Zope-dev] how to iterate on a list of DataSkins?

2000-06-27 Thread Jephte CLAIN
hello, I have a custom Rack which have a searchResults: -8<- def searchResults(self, **kw): sqlresults = self.sql_search(kw) return map( lambda r, self=self: self.getItem(r.key), sqlresults ) -8<- The sql query give me a l

Re: [Zope-dev] Python 1.6

2000-06-27 Thread Toby Dickenson
On Thu, 22 Jun 2000 08:02:29 +0100, Toby Dickenson <[EMAIL PROTECTED]> wrote: >I'm about to start looking at running Zope on python 1.6 (Im feeling >the need for better Unicode support). > >Has anyone tried this? FYI, Zope 2.2b1 compiles and runs well on python 1.6a2 on NT (the bits of Zope I'm

Re: [Zope-dev] broken selection property support in z2.2

2000-06-27 Thread Scott Parish
OIC, thanks for the clerification on that. sRp Thus spake Brian Lloyd ([EMAIL PROTECTED]): > > I tried creating a zclass that had a property sheet with a > > selection type, > > which i had reference a property of a given name. I then went to the > > root folder in zope and created that prop

RE: [Zope-dev] New security model and products breaking zope management

2000-06-27 Thread Brian Lloyd
> > After much munching trough the code, I made the simple change > > (attached) to lib/python/app/Management.py based on the > > warnings given by that same file and > > lib/python/AccessControl/ZopeSecurityPolicy.py - and now my > > Zope 2.2 is working just fine. > > > > I don't know whether th

RE: [Zope-dev] broken selection property support in z2.2

2000-06-27 Thread Brian Lloyd
> I tried creating a zclass that had a property sheet with a > selection type, > which i had reference a property of a given name. I then went to the > root folder in zope and created that property as a lines type. When > i created an instance of my zclass though, it said "no value > for give

RE: [Zope-dev] Full-text Indexing FOLLOW-UP

2000-06-27 Thread Chris McDonough
It has been suggested in the past that the cataloging machinery in Zope should be able to index the results of SQL methods. This would be one way to approach the problem, although it is not ideal because the information in the RDMBS may change independently of the ZCatalog which indexes it. It w

Re: [Zope-dev] Full-text Indexing FOLLOW-UP

2000-06-27 Thread Oleg Broytmann
Hi! http://mysearch.udm.net/ It is not Zope-related, but pretty good. Integrate its engine with Zope - and voila! On Tue, 27 Jun 2000, Thomas Weholt wrote: > Wouldn`t Zope as a web-database integrator benefit from a feature like > full-text searching? ( Everybody answers yes and nods. ) >

Re: [Zope-dev] Product author's guide to Zope 2.2+ is ready...

2000-06-27 Thread Toby Dickenson
On Mon, 26 Jun 2000 11:25:51 -0400, Brian Lloyd <[EMAIL PROTECTED]> wrote: >As promised, I've written up a guide for product authors that >talks about the security changes in Zope 2.2+, what they mean >to product authors and how to ensure that your products work >with 2.2: Thanks, that is a u

[Zope-dev] Full-text Indexing FOLLOW-UP

2000-06-27 Thread Thomas Weholt
Hi ( again ) Wouldn`t Zope as a web-database integrator benefit from a feature like full-text searching? ( Everybody answers yes and nods. ) It seems as if Zope is aimed at information-publishing, using a RDBMS as source for that information. An initiative from the Zope community to either create

Re: [Zope-dev] bug in zpatterns-0.4 ?

2000-06-27 Thread mike
Jephte CLAIN wrote: > > mike wrote: > > There is no way to infinite recursion if Rack.getItem is leaved > > untouched. > Ah ah. But people will touch it. Like me for example :-) > There is no way to prevent overriding getItem from a ZClass for example. > And it *will* recurse infinitely, making Z

Re: [Zope-dev] bug in zpatterns-0.4 ?

2000-06-27 Thread Jephte CLAIN
mike wrote: > There is no way to infinite recursion if Rack.getItem is leaved > untouched. Ah ah. But people will touch it. Like me for example :-) There is no way to prevent overriding getItem from a ZClass for example. And it *will* recurse infinitely, making Zope dumping core. > getItem/newIt

Re: [Zope-dev] bug in zpatterns-0.4 ?

2000-06-27 Thread mike
Jephte CLAIN wrote: > > mike wrote: > > > This causes infinite loop because Rack.newItem calls Rack.createItem > > > which calls my (modified) getItem > > > > 1. Leave getItem untouched. Move all that SQL-related stuff into the > > retrieveItem method which *is intended* to be overriden. > > > >

Re: [Zope-dev] bug in zpatterns-0.4 ?

2000-06-27 Thread Jephte CLAIN
mike wrote: > > This causes infinite loop because Rack.newItem calls Rack.createItem > > which calls my (modified) getItem > > 1. Leave getItem untouched. Move all that SQL-related stuff into the > retrieveItem method which *is intended* to be overriden. > > 2. Move newItem stuff into Specialist

Re: [Zope-dev] bug in zpatterns-0.4 ?

2000-06-27 Thread mike
Jephte CLAIN wrote: > > mike wrote: > > Jephte CLAIN wrote: > > > Rack.createItem (low level method) first calls Rack.getItem (higher > > > level method) to check the existence of the item. > > > This causes infinite loop in certain cases. It should (IMHO) call > > > Rack.retrieveItem instead > >

Re: [Zope-dev] bug in zpatterns-0.4 ?

2000-06-27 Thread Jephte CLAIN
mike wrote: > Jephte CLAIN wrote: > > Rack.createItem (low level method) first calls Rack.getItem (higher > > level method) to check the existence of the item. > > This causes infinite loop in certain cases. It should (IMHO) call > > Rack.retrieveItem instead > Could you provide an example please?