[Zope-dev] Re: core session tracking and zope 2.5 integration

2001-10-05 Thread Chris McDonough
Joseph, Sorry about not getting back sooner on this... it's been a long time. > I haven't yet investigated the feasability of an implementation. However, > it would be nice to have 3 out-of-the-box choices for acl_users > folders: > > - the current acl_users folder > > - a new acl_users folde

Re: [Zope-dev] Product Icon

2001-10-05 Thread brian.r.brinegar.1
On Fri, 5 Oct 2001, marc lindahl wrote: We have schools, research groups, students, and administration that we deal with. A school may create a news document about a new professor which they would wish to display for 6 weeks. The administration offices may only wish to display the story for 1 wee

Re: [Zope-dev] Product Icon

2001-10-05 Thread marc lindahl
Why not use the Catalog for this? e.g. in the CMF, there's 'Topic' which does basically that. > From: "brian.r.brinegar.1" <[EMAIL PROTECTED]> > Date: Fri, 5 Oct 2001 16:04:36 -0500 (EST) > To: <[EMAIL PROTECTED]> > Subject: [Zope-dev] Product Icon > > > I am currently working on a product whi

[Zope-dev] Product Icon

2001-10-05 Thread brian.r.brinegar.1
I am currently working on a product which has the sole purpose of referencing other objects. One of the properties is the path to another Zope object. Then methods are defined like getObject(), getPath(). We use it as a way to manage news and events that show on several sites that opperate on our

Re: [Zope-dev] ZCatalog API

2001-10-05 Thread Steve Alexander
E. Seifert wrote: > Hi list, > > as I'm not very familiar with the internals of ZCatalog I have a question to > all you API experts: > > Why does ZCatalog.py (under Zope 2.4.1) specify a 'addIndex' permission for > a method called 'manage_delIndexes' although there is no such method? The > only

Re: [Zope-dev] Curious problem with comprehensions and PythonScripts

2001-10-05 Thread Steve Alexander
Steve Alexander wrote: > > Any ideas what might be happening? > > I think the compiled code of the python script might be incorrect when > directly returning the results a comprehension. Hmmm... it happened again. I think it might have something to do with the PythonScript falling out of th

Re: [Zope-dev] Random.shuffle

2001-10-05 Thread Steve Alexander
Steve Alexander wrote: > Any particular reason why you can't use Random.shuffle from a > PythonScript? Or any other methods of a Random object. > > > I'd like to propose that restricted python be allowed access to methods > of random.Random. > > I know that I can write a product to add a sec

[Zope-dev] Random.shuffle

2001-10-05 Thread Steve Alexander
Any particular reason why you can't use Random.shuffle from a PythonScript? Or any other methods of a Random object. I'd like to propose that restricted python be allowed access to methods of random.Random. I know that I can write a product to add a security declaration to random.Random, but

[Zope-dev] Curious problem with comprehensions and PythonScripts

2001-10-05 Thread Steve Alexander
Here's the situation: I have a dtml document with a list of questions under various headings, formatted like this: HEADING 1 question1 question2 question3 HEADING 2 question 4 question 5 I have a PythonScript that gives a list of only the questions to a Page Template: Python

Re: [Zope-dev] ZTables and/or Catalog plugable brains?

2001-10-05 Thread Casey Duncan
On Thursday 04 October 2001 07:34 pm, Jay, Dylan allegedly wrote: > > I tried using ZClasses but it seems to run slow and take up space. Instead > I'm using Catalog (without ZCatalog) to contain the data. I'm presuming > this will be quite efficient (comments welcome). Yup that should be pretty

Re: [Zope-dev] COPY/PASTE problem

2001-10-05 Thread Zopista
Copy and paste uses a cookie to store a reference to the item. After copying you are adding a cookie __cp. Accessing the contents of __cp is a way to see whats in you "clipboard". - Original Message - From: "Johan Beauce" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October

[Zope-dev] Building a WebDAV capable product: how?

2001-10-05 Thread Raymond Penners
At work, we are seriously considering using Zope. For the Web front-end, we are already sold. However, for our use, we will heavily rely on its WebDAV services. We'll need to do some special tricks, so that legacy systems and Zope interoperate nicely. As a test case, I wanted to see what it ta

Re: [Zope-dev] ZTables and/or Catalog plugable brains?

2001-10-05 Thread Stephan Richter
>Stephan Richter just told me that the ZOQL (short for "use SQL-like syntax >within the ZODB") has become a reality. Maybe that could be interesting for >your problem domain, too. I did want to announce it officially yet (and I won't), but the URL is: http://demo.iuveno-net.de/iuveno/Products/ZO

Re: [Zope-dev] ZTables and/or Catalog plugable brains?

2001-10-05 Thread Paul Everitt
Martijn Faassen wrote: > I'm not entirely sure why the idea of ZTables went away so completely. > Python tables in the ZODB combined with the catalog should make for an > interesting system to play with. Though perhaps there are products > out there that actually do this. Come to think of it, Me

Re: [Zope-dev] ZTables and/or Catalog plugable brains?

2001-10-05 Thread Joachim Werner
> I'm not entirely sure why the idea of ZTables went away so completely. > Python tables in the ZODB combined with the catalog should make for an > interesting system to play with. Though perhaps there are products > out there that actually do this. Come to think of it, MetaPublisher > (not to be

Re: [Zope-dev] ZTables and/or Catalog plugable brains?

2001-10-05 Thread Martijn Faassen
Jay, Dylan wrote: [snip] > Also in my searches I came across lots of references to something called > ZTables. This seems to be a Catalog with a UI that is about lots of tabular > information (rather than a ZCatalog which is specialized to replicating and > indexing existing objects). Is this dead

Re: [Zope-dev] ZTables and/or Catalog plugable brains?

2001-10-05 Thread Steve Alexander
Jay, Dylan wrote: > (resent to here from [EMAIL PROTECTED] due to complete lack of resoonse. Perhaps > there should be three levels of mailing list. zope-use, zope-app-dev, > zope-dev or something) > > I'm in the process of of write a zope product that will deal with a lot > numerical data (reco