[Zope-dev] bug in zpatterns-0.4 ?

2000-06-27 Thread Jephte CLAIN
hello, 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 regards, jephte clain [EMAIL PROTECTED]

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

2000-06-27 Thread mike
Jephte CLAIN wrote: hello, 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? Mike

[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

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. )

[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 dtml- or !--#

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

[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