[Zope-dev] Accessing objects starting with _

2002-01-15 Thread Adrian Hungate
I know that Zope uses the fact that an object or method starts with _ as a security feature, but is there a way of circumventing it? I am looking at the posibility of developing a basic level of Microsoft Frontpage support, but ALL frontpage actions contain _ in the folder names. If there is

[Zope-dev] how to preserv information

2002-01-15 Thread Champier
Hi, I'm a new zope programmer. I created a page which show different products (from a oracle database) which can be selected (products are shoiwn in checkbox format). As I have a lot of product I also manage button ('Next' and 'previous') The proble is : When I select

Re: [Zope-dev] Accessing objects starting with _

2002-01-15 Thread Chris Withers
Adrian Hungate wrote: If there is just one point in the code that I need to add a few exceptions to the Can't start with _ rule, then I can do that - This project is fairly important. I don't think there's many places in the code. grep is probably your best friend... cheers, Chris

Re: [Zope-dev] Re: Temporary Storage + Sessions + Versions: How?

2002-01-15 Thread Chris McDonough
Yeah... Either this or a storage that doesn't cause a version lock error when accessing an object that has been changed in a version are potential solutions. - Original Message - From: Joseph Wayne Norton [EMAIL PROTECTED] To: Chris McDonough [EMAIL PROTECTED] Cc: Joachim Werner [EMAIL

Re: [Zope-dev] how to preserv information

2002-01-15 Thread Chris McDonough
Hi Champier, Please use the [EMAIL PROTECTED] list to post questions about programming in Zope. The zope-dev list is for folks to talk about coding Zope itself. Please also try not to send mail in HTML format. Thanks! - C - Original Message - From: Champier To: [EMAIL PROTECTED]

Re: [Zope-dev] CMF attribute horror or too many [t|T]itles

2002-01-15 Thread Chris McDonough
Hi Romain, This is slightly offtopic for zope-dev. It probably belongs on the Zope CMF list. Thanks! - C - Original Message - From: Romain Slootmaekers [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 15, 2002 12:26 AM Subject: [Zope-dev] CMF attribute horror or too

[Zope-dev] FYI: Sprint schedule online

2002-01-15 Thread Paul Everitt
Whew, at long last, I've posted a Sprint Schedule at: http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/SprintSchedule Boy, that URL is too long. I edited the dev.zope.org homepage to add links to the Zope3 page and the sprint schedule. This page also answers the question,

Re: [Zope-dev] FYI: Sprint schedule online

2002-01-15 Thread Jeffrey P Shell
On Tuesday, January 15, 2002, at 07:45 AM, Paul Everitt wrote: Whew, at long last, I've posted a Sprint Schedule at: http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/SprintSchedule Boy, that URL is too long. I edited the dev.zope.org homepage to add links to the Zope3

Re: [Zope-dev] FYI: Sprint schedule online

2002-01-15 Thread Lennart Regebro
From: Paul Everitt [EMAIL PROTECTED] http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/SprintSched ule Boy, that URL is too long. Hey, at least it's not http://dev.zope.org/foobar?grok=blahablaha.nsf% doc=876H97098788798u798707087556234023462078 . You gotta see the positive

[Zope-dev] Utility of zope.org wiki page subscriptions

2002-01-15 Thread Ken Manheimer
I'm finding the wiki page notifications mechanism extremely helpful for tracking wiki activity. While there's not much time available to tweak it further for people's needs, i'd like to collect feedback about how it does and doesn't serve other people's purposes, so that when we get around to

[Zope-dev] Using Queue within a Zope product

2002-01-15 Thread Max Slimmer
I need to put messages into a queue from within a Zclass, and then get and process them from an external long running process. I have created a class which imports a derivative of queue, the class instantiates a queue as a class object. The idea is that the queue will use a persistent object

[Zope-dev] Zope 2.5.0b4 problems w/ ZEO

2002-01-15 Thread Andrew Sydelko
Trying to start a ZEO client using Zope 2.5.0b4 doesn't work: -- 2002-01-15T20:13:20 INFO(0) client Trying to connect to server: ('192.168.1.52', 8900) -- 2002-01-15T20:13:20 INFO(0) ClientStorage Connected to storage -- 2002-01-15T20:13:20 ERROR(200) ZODB Couldn't load state for

Re: [Zope-dev] Accessing objects starting with _

2002-01-15 Thread Dieter Maurer
Adrian Hungate writes: I know that Zope uses the fact that an object or method starts with _ as a security feature, but is there a way of circumventing it? I am looking at the posibility of developing a basic level of Microsoft Frontpage support, but ALL frontpage actions contain _ in the

Re: [Zope-dev] Accessing objects starting with _

2002-01-15 Thread Adrian Hungate
Now there is an idea. Not product'able (Is that a word?) but it might work for this specific instance. Thanks Adrian... -- Adrian Hungate All views expressed in this email are those of the whole world, however some people don't realise this yet. - Original Message - From: Dieter

Re: [Zope-dev] Zope 2.5.0b4 problems w/ ZEO

2002-01-15 Thread Matthew T. Kromer
Andrew Sydelko wrote: Trying to start a ZEO client using Zope 2.5.0b4 doesn't work: -- 2002-01-15T20:13:20 INFO(0) client Trying to connect to server: ('192.168.1.52', 8900) -- 2002-01-15T20:13:20 INFO(0) ClientStorage Connected to storage -- 2002-01-15T20:13:20 ERROR(200) ZODB

[Zope-dev] A Free Invitation

2002-01-15 Thread heres2usa
Dear Netpreneur, Simply for accepting our FREE invitation to see this opportunity work for YOU, we'll lock in your position and EVERYONE who signs up AFTER you, signs up UNDER you!! http://wisechoice.50megs.com You can take your time and review all the benefits of your free

Re: [Zope-dev] Using Queue within a Zope product

2002-01-15 Thread Chris McDonough
I need to put messages into a queue from within a Zclass, and then get and process them from an external long running process. When you say an external long running process, do you mean that you'll want to access them from a separate process via something like XML-RPC? or ZEO? Or HTTP? What

Re: [Zope-dev] Zope 2.5.0b4 problems w/ ZEO

2002-01-15 Thread Chris McDonough
in this particular case, ZEO is a red herring... In beta 4 (and curiously, not on the HEAD--I'm sure I'll hear a mea maxima culpa soon from someone) the base class for the SessionDataManagerTraverser was made to be a persistent object. Since the base class changed, the ZODB is now having

[Zope-dev] One object where there should be two

2002-01-15 Thread Adrian Hungate
I am having a problem with XMLKit. I have the following code in which should use one disk based DTML Method and produce two slightly different creation forms, one for XML and one for RSS (a specialization of the XML form):- manage_addRSSDocumentForm = Globals.DTMLFile('www/addXMLDocument',