Re: [Zope-dev] package descriptions

2000-06-26 Thread ethan mindlace fremen
Michael Bernstein wrote: > Please change the page so both the title and the description > have the same background color, but that the color is > alternated between grey and white for odd and even Products. Ok, well, I've given that a try. Some people think I should do it some other way. If yo

[Zope-dev] Common Icons or Free Icon collection

2000-06-26 Thread Thomas Weholt
Hi, I need some icons/pics for my Zope project. Are there any common icons for Zope I could use, and if not, shouldn`t there be such a thing? Does anybody know of any other collection of free icon-collections available ? Thomas ___ Zope-Dev maillist

Re: [Zope-dev] Searching a relational database

2000-06-26 Thread James Henstridge
On Sat, 24 Jun 2000, Thomas Weholt wrote: > Hi, > > How can I search a relational database thru Zope? ( I`m using PostgreSQL > 7.0.2 on Linux ). I have a DVD/VHS-organizing project that would be > pretty useless if people couldn`t search for movies by entering just > parts of the title. > >

Re: [Zope-dev] Common Icons or Free Icon collection

2000-06-26 Thread Steve Alexander
Thomas Weholt wrote: > > Hi, > > I need some icons/pics for my Zope project. Are there any common icons for > Zope I could use, and if not, shouldn`t there be such a thing? Does anybody > know of any other collection of free icon-collections available ? KDE has a large collection of icons. I do

Re: [Zope-dev] Common Icons or Free Icon collection

2000-06-26 Thread Holger Lehmann
Linux distributions come bundled with a bunch of "free" icons. And I beleive there are some ...tar.gz archives on metalab.unc.edu (former sunsite.unc.edu). -Holger Am Mon, 26 Jun 2000 schrieben Sie: > Hi, > > I need some icons/pics for my Zope project. Are there any common icons for > Zope I co

Re: [Zope-dev] Python 1.6

2000-06-26 Thread Toby Dickenson
On Fri, 23 Jun 2000 21:27:43 +0200 (CEST), Dieter Maurer <[EMAIL PROTECTED]> wrote: >Toby Dickenson writes: > > I'm about to start looking at running Zope on python 1.6 (Im feeling > > the need for better Unicode support). >Almost surely, it will work. > >But it probably will not use the Unicode

[Zope-dev] zpatterns-0.4a4

2000-06-26 Thread Jephte CLAIN
There is a bug (a feature?) in Specialist.getItem in zpatterns-0.4a4: def getItem(self, key): if hasattr(self.aq_base,'retrieveItem'): return self.retrieveItem(key=key) # XXX need DTML check? for rack in self.rackList: item = rack.__of__(self).getItem(key) return

Re: [Zope-dev] zpatterns-0.4a4

2000-06-26 Thread mike
Jephte CLAIN wrote: > > There is a bug (a feature?) in Specialist.getItem in zpatterns-0.4a4: > > def getItem(self, key): > if hasattr(self.aq_base,'retrieveItem'): > return self.retrieveItem(key=key) # XXX need DTML check? > > for rack in self.rackList: > item = rack.__

Re: [Zope-dev] zpatterns-0.4a4

2000-06-26 Thread Jephte CLAIN
mike wrote: > I also think so, Jephte. But I thought 'for rack ...' was just a shorter > form of > > if len( rackList) > 0) : > return rackList[0].__of__( self).getItem( key) > else : > return None The intended behavior (at least in zpatterns-0.3) was to get an item from one of the racks. Thi

Re: [Zope-dev] zpatterns-0.4a4

2000-06-26 Thread mike
Jephte CLAIN wrote: > I believe RackMountable/Racks/Specialist are not the same as > DataSkin/DataManagers (in the spirit at least) They are used for > different things. Or it is kept for compatibilty with old applications > (at least, LoginManager use the Specialist/Rack paradigm) > As I can re

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

2000-06-26 Thread Brian Lloyd
Hi all, 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: http://www.zope.org/Documentation/How-To/ProductAuthorUpdateGuide/index_ html Brian Lloy

Re: [Zope-dev] zpatterns-0.4a4

2000-06-26 Thread Phillip J. Eby
At 01:08 PM 6/26/00 +0400, Jephte CLAIN wrote: > >This code should (IMHO) read: > >def getItem(self, key): >if hasattr(self.aq_base,'retrieveItem'): >return self.retrieveItem(key=key) # XXX need DTML check? > >for rack in self.rackList: >item = rack.__of__(self).getItem(key

[Zope-dev] Specialists in Specialists (was Re: zpatterns-0.4a4)

2000-06-26 Thread Phillip J. Eby
At 07:13 PM 6/26/00 +0800, mike wrote: > >By the way, I do not like this Rack list at all. Racks and Specialists >are both DataManagers with compatible interfaces (getItem, newItem). >IMHO, Specialists should have list of DataManagers. This make much sense >in context of combining Specialists - ZS

RE: [Zope-dev] Re: [Zope] Please test this Zope 2.2 beta 1 ZSQLMethods fix...

2000-06-26 Thread Brian Lloyd
> TJM> That did it! But... :) I ended up having to re-create all > TJM> my ZSQL methods, which was funny because they all worked in > TJM> the beta 1 but not in beta 2. I kept getting len() of > TJM> unsized object errors. Anyway, re-creating them all from > TJM> scratch (u

RE: [Zope-dev] No feedback for SOAP patch ?

2000-06-26 Thread Brian Lloyd
> On Fri, Jun 23, 2000 at 10:34:50PM -0400, Evan Simpson wrote: > > I've barely had a free second with functioning brain > capacity this past > > week, but I'm interested. More so now that Secret Labs has > announced their > > SOAP client library at > http://www.pythonware.com/products/soap I

[Zope-dev] setup.py scripts

2000-06-26 Thread Andrew Kuchling
Has anyone at DC looked at the setup.py scripts I posted a while back? Any questions? Any opinions? Anyone care for a mint? --amk ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML e

[Zope-dev] 2.2 permission problem with adding ZClass Instance as user in DTML

2000-06-26 Thread Bill Anderson
OK, I have aproblem that is largely baffling me. I have Meerting Management installed and working properly ... for the most part. If I use the following code to add a Managed Meeting, it works fine: Add LAN Party I get the form, and it adds as user just fine. Anonymous wokrs fine too. However

[Zope-dev] Installing Tracker

2000-06-26 Thread Brett Carter
I was trying to install the Tracker product on Zope 2.1.6/Debian Linux. I've gotten the TrackerBase product to install, however, when I go to the control_panel/Products, and try to import Tracker.zexp I get the following error: Error type: ImportError Error value: No module named AbstractClasses

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

2000-06-26 Thread R. David Murray
OK, I've stared at this for a couple days and have not made any progress. Perhaps others will have some insights. Zope 2.2.0b2, clean install. Works fine. Add EMarket. Now the management is broken. Accessing the base URL of the site with /manage_main appended gives you the file list view of t

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

2000-06-26 Thread Bill Anderson
"R. David Murray" wrote: > > OK, I've stared at this for a couple days and have not made any progress. > Perhaps others will have some insights. > > Zope 2.2.0b2, clean install. Works fine. Add EMarket. Now the > management is broken. Accessing the base URL of the site with > /manage_main ap

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

2000-06-26 Thread R. David Murray
On Mon, 26 Jun 2000, Lalo Martins wrote: > I had the same problem ("Contents" tab not appearing) and it > didn't even occur to me that it might be a Product (because > that happened before the update on Products was released). > > After much munching trough the code, I made the simple change > (a

Re: [Zope-dev] calling external method from external method

2000-06-26 Thread Dieter Maurer
Robert Roberts writes: > How do I call one external method from another external method? You simply call it. > Here is what I mean: > > The user has entered the id of valid external method in a form field. > (This is during setup of a Product and is not accessible anonymously) > > At a l

[Zope-dev] 2.2.0b3 - try/except changed?

2000-06-26 Thread Dr. Ross Lazarus
This new beta has fixed some problems for me and the documentation on the new security model for products has really helped... However, I seem to be getting errors in previously (2.1.6) dtml try/except structures. 1. now seems to die unless there's an error_type parameter (I usually don't need t

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

2000-06-26 Thread Scott Parish
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 given_name". To fi

[Zope-dev] bug in zpatterns-0.4 ?

2000-06-26 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] __

[Zope-dev] Why Racks And Specialists Are DataSources (Re: Specialists inSpecialists)Specialists)

2000-06-26 Thread mike
There are three reasons: Reason #1. There Are No Number 3. I like very much polynesian counting system which includes only numbers 'one', 'two' and 'many'. It has much sense in computing environment. One is simple variable. Two is a pair: {key:value}, (a,(b,(c,d))), object.method and so on. The

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

2000-06-26 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? Mik