[Zope-dev] Zope view as object file system instead of web content management

2000-05-28 Thread Sin Hang Kin
Hello DC: It have been pointed out that zope is an object file system instead of an web content management system. But the current activities of zope usage have been mainly apply it as an web app server. This point of view may not release fully the potentials of zope. We have currently seen

[Zope-dev] Zope view as object file system instead of web content management

2000-05-28 Thread Sin Hang Kin
Hello DC: It have been pointed out that zope is an object file system instead of an web content management system. But the current activities of zope usage have been mainly apply it as an web app server. This point of view may not release fully the potentials of zope. We have currently seen

[Zope-dev] Zope 2.1.6 minor ZCatalog bug?

2000-05-28 Thread Dieter Maurer
I have a ZCatalog object in Zope's root folder. Its ContentView uses absolute URL's to reference its objects: e.g. "//acl_users" rather than "/acl_users". Such URL's cause a browser to interprete the first URL part as host. In the above case, it looks for host "acl_users" which, of cause, does

Re: [Zope-dev] Memory 2.1.4-2.1.6 a.k.a. how to get objects out of the cache

2000-05-28 Thread Eric Sattler
All, I also am having severe problems with memory creep. Our problem exhibits itself by quickly using gobs of memory and requiring a zope restart after about a day and a half at about 100M resident. First our configuration: Core Components: FreeBSD 4.0/FreeBSD 3.4 - on separate machines of

[Zope-dev] Preprocessed Output

2000-05-28 Thread Itamar Shtull-Trauring
A common pattern when developing in Zope is to have a sort of Document that contains text with some special codes, and then to render them and return the output to the user. So we have DTML Documents, and Structured Text Documents, and Python Methods, and I've written a few for my own use and

[Zope-dev] Problems with RackMountable

2000-05-28 Thread Itamar Shtull-Trauring
I'm adding some RackMountable objects (subclassed from RackMountable and SimpleItem.Item) and when I try to access them via URL I get an AttributeError like they don't have attribute __of__: Traceback (innermost last): File

Re: [Zope-dev] Problems with LoginManager form-based login

2000-05-28 Thread Phillip J. Eby
At 06:14 PM 5/26/00 -0400, Evan Simpson wrote: D'oh! How 'bout if REQUEST.close() were to always do a self.__dict__.clear()? Are you absolutely positively sure that REQUEST.response is never accessed following REQUEST.close()? In my cursory examination of the code paths, I wasn't sure that

Re: [Zope-dev] [Fwd: ZCatalog.. Again.. I know..]

2000-05-28 Thread Chris Withers
"R. David Murray" wrote: On Wed, 24 May 2000, Chris Withers wrote: This is weird... the bit of code in question was: lib/python/SearchIndex/Lexicon.py line 132: [...] Now Michel's patch was to change this to: else: self.counter = self.counter + 1

[Zope-dev] Case Insensitive TextIndices

2000-05-28 Thread Chris Withers
Since www.zope.org and classic.zope.org (not to mention digicool.com) all seem to be down, I'll dump my feature request here (although given the lack of mail this morning, maybe mailman is down too ;-) Could it at least be an option, my view is that it should be the default option ;-), for text

Re: [Zope-dev] Re: ZCatalog and Unique IDs

2000-05-28 Thread Chris Withers
Tres Seaver wrote: who's the CTO? Jim is. Okay, I get the joke now :-) * "persistent" references are effectively required to be immortal: it is _mandated_ that one be able to stringify the IOR, copy it to a piece of paper, put the paper in a bottle, and cast it on the waves;

[Zope-dev] Re: [Zope] newbie question: parameter passing for ZSQL Object

2000-05-28 Thread Stephan Richter
With dtml-call insertItem, Zope gives me following error message: If the parameters are from another SQL statement, then the SQL method will not find them, since not the entire namespace is sent. Try: dtml-call "insertItem(param1=pvalue1, param2=pvalue2, param3=pvalue3, param4=pvalue4)"

Re: [Zope-dev] Memory 2.1.4-2.1.6 a.k.a. how to get objects out of the cache

2000-05-28 Thread Bill Anderson
Eric Sattler wrote: All, I also am having severe problems with memory creep. Our problem exhibits itself by quickly using gobs of memory and requiring a zope restart after about a day and a half at about 100M resident. [...] I do see GenericUserFolder and SQLSession objects with the

Re: [Zope-dev] use ODBC to access other database

2000-05-28 Thread Chris McDonough
Thomas Weholt wrote: Does anybody know if there are a Interbase-databaseadapter in development? Interbase is open-source, free etc. and allready an established product so it would be strange if it wasn`t supported by Zope, at least in the future. Thomas, There is a python-level Interbase

[Zope-dev] Zope 2.1.6 ZCatalog: minor bug, missing find import -- with patch

2000-05-28 Thread Dieter Maurer
I just found a minor bug in Zope 2.1.6's ZCatalog (distribution). "ZCatalog.py" does not import "find". If the "containing" field contains a value, a NameError exception is raised. Patch appended. Dieter ZCatalog.pat

[Zope-dev] Zope 2.1.6 DateTime bug: daylight saving time not handled -- with patch

2000-05-28 Thread Dieter Maurer
The Zope 2.1.6 DateTime module does not recognize daylight saving time. Patch attached. Dieter --- lib/python/DateTime/:DateTime.py Tue Mar 14 18:04:59 2000 +++ lib/python/DateTime/DateTime.py Sun May 28 18:43:28 2000 @@ -94,6 +94,8 @@ from types import

[Zope-dev] Cataloging LocalFS content

2000-05-28 Thread Dieter Maurer
Dear Zopistas, I think, cataloging "LocalFS" content would be nice. I have the following problems with it: 1. "LocalFS" defines various meta types: "Local File System", "Local Directory" and "Local File". Only "Local File System" is a "true" meta type which should appear in the