Re: [Zope-dev] what to return for a manage_edit method

2001-06-23 Thread Dieter Maurer
Sin Hang Kin writes: > What should I return to for a method that create a new object or modify the > object? > > If I return a redirection, will it too restricted for web only? If I return > a simple ok, it seems very stupid. The Zope management interface often uses constructions like:

Re: [Zope-dev] PostgreSQL & Zope 2.4.0b1

2001-06-23 Thread Federico Di Gregorio
On 23 Jun 2001 22:59:02 +0200, Andreas Heckel wrote: > Hi, > is somebody out there who got ZPyGreSQLDA or any other DA for Postgres > working with Zope2.4.01b ? psycopg works with 2.4.0b1 with a little modification to db.py. the modification is documented in the mailing list archives: http:/

[Zope-dev] PostgreSQL & Zope 2.4.0b1

2001-06-23 Thread Andreas Heckel
Hi, is somebody out there who got ZPyGreSQLDA or any other DA for Postgres working with Zope2.4.01b ? -- ___ Andreas Heckel [EMAIL PROTECTED] LINUX is like a wigwam...no gates...no windows and an

Re: [Zope-dev] Wildcards in TextIndex query. Do they work?

2001-06-23 Thread abel deuring
Erik Enge wrote: > > On Wed, 30 May 2001, Erik Enge wrote: > > > I'm going bug hunting... > > I'm back :) > > I think I found the bug. In lib/python/SearchIndex/GlobbingLexicon.py in > the query_hook() method. It seems to say that: "if I can't find a '*' or > a '?' in the word, then go to el

Re: [Zope-dev] ZClass not in a Product

2001-06-23 Thread Dieter Maurer
Joachim Werner writes: > > I do not agree with you: > > > > a ZClass is both an instance (you can manage, modify, delete) > > and a class (you can use as blueprint for object creation). > > O.k., I CAN manage/modify/delete a ZClass, but it still is (conceptually) a > class, and only

Re: [Zope-dev] Re: making zwikiwebs.zexp import unnecessary

2001-06-23 Thread Chris McDonough
It occurs to me that you may be confused as to why there are only two Wiki Pages stuck into a CMFWiki by the CMFWiki product. Especially if you haven't worked with the CMF. CMFWiki just creates a skin directory view with the Wiki DTML in it (a feature of the CMF that isn't available in regular Z

Re: [Zope-dev] Re: [Zope-dev]ZPL and GPL licensing issues

2001-06-23 Thread Erik Enge
[Simon Michael] | Now you're talking. Seconded. Me too! And if the management team really needs alot of serious breakdowns as to why this is a problem (GPL-incompatability, that is) let me know and I'll drum up a nice little mail of my own. :) ___ Z

[Zope-dev] Re: making zwikiwebs.zexp import unnecessary

2001-06-23 Thread Simon Michael
Chris McDonough <[EMAIL PROTECTED]> writes: > Yes, the CMFWiki product does this... it's fairly simple code that I > think could be lifted directly from the product. I think CMFWiki > comes with the CVS checkout of the CMF now... Thanks Chris, I will look. I posted a tentative plan on http://zwi

[Zope-dev] MountedFileStorage : absolute_path return / instead of mounted poing

2001-06-23 Thread Sin Hang Kin
I was playing with MountedFileStorage, and found that the absolute_path used in breadcrumb is returning the / instead of the mounted point. Can somebody give it a patch? Moreover, Can I mounted a Bsddbstorage with it? Rgs, Kent Sin - kentsin.weblogs.com kentsin.