[Zope] What is 'Experimental LoginManager support' in PTK?

2000-11-20 Thread Dirksen
the 'experimental' mean 'unfunctional'? How can I make it work? Dirksen __ Do You Yahoo!? Yahoo! Calendar - Get organized for the holidays! http://calendar.yahoo.com/ ___ Zope maillist - [EMAIL PROTECTED

[Zope] How to create a run-time zclass instance?

2000-11-20 Thread Dirksen
How to create a run-time zclass instance, which stays in the memory, not in the zodb? __ Do You Yahoo!? Yahoo! Calendar - Get organized for the holidays! http://calendar.yahoo.com/ ___ Zope maillist -

[Zope] How to get authentiedcated user name in pythong method?

2000-11-22 Thread Dirksen
How can I do that just as dtml-var "AUTHENTICATED_USER.getUserName()" in dtml? I don't want to pass AUTHENTICATED_user as a parameter. A hint please. cheers Dirksen __ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions o

Re: [Zope] LoginManager Help.

2000-11-26 Thread Dirksen
You can gain some enlightenment from these two documents: http://www.zope.org/Members/Zen/GenericUserFolder/walkthrough http://www.zope.org/Members/jok/SQL_based_LoginManager --- "Jason C. Leach" [EMAIL PROTECTED] wrote: hi, So I have LoginManager installed. The easy part. Now I'd like to

[Zope] Membership unable to remember login name

2000-11-28 Thread Dirksen
In a test run of membership 0.7.8 product, I login as a member with the option 'remember my name' checked. But next time I visit the login page, the name field is blank. Is that function supposed to be left over, or just something goes wrong with my installation? Dirksen

[Zope] What difference between subclassing from OFS:Folder and ObjectManager

2000-12-05 Thread Dirksen
What is the difference between subclassing from OFS:Folder and ObjectManager? Is it the ONLY difference that the ObjectManager is able to limit kinds of object to contain? Dirksen __ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions

[Zope] How to edit ZClass methods in HTML-Kit?

2000-12-05 Thread Dirksen
Has anybody tried to edit ZClass methods in HTML-Kit? Dirksen __ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Products. http://shopping.yahoo.com/ ___ Zope maillist - [EMAIL

[Zope] How to pass parameters to dtml methods in making dtml-call

2000-12-15 Thread Dirksen
Hi, The case is like this: dtml-var "some_dtml_method(_.None, _, para='blablabla')" Works fine. dtml-call "some_dtml_method(_.None, _, para='blablabla')" The system complains the para being unknown. How come? cheers Dirksen ___

[Zope] How to make two racks work under one specialist?

2000-12-16 Thread Dirksen
it pass the process to the maleMemberRack? Dirksen __ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Products. http://shopping.yahoo.com/ ___ Zope maillist - [EMAIL PROTECTED] http

Re: [Zope] How to make two racks work under one specialist?

2000-12-17 Thread Dirksen
, gender=gender, email=email getMale is a python method: member = getMember(id) if id.gender == 'male': return member Things just go opposite direction in femaleMemberRack. What do you think? Dirksen __ Do You Yahoo!? Yahoo! Shopping

Re: [Zope] How to make two racks work under one specialist?

2000-12-20 Thread Dirksen
', todoIDs=[] One more question, i.e. the following expression WITH Deliverables.getItem(self.id) COMPUTE name, dueDate, description, todoIDs also trigered the 'not_known' error for every objects in Deliverables. Where goes wrong? Dirksen __ Do You

Re: [Zope] How to make two racks work under one specialist?

2000-12-20 Thread Dirksen
work, complaining not_found when calling the existent objects. A change like this fixes the problem: WITH Deliverables.getItem(self.id) COMPUTE name=name, dueDate=dueDate, description=description, todoIDs=todoIDs What's wrong with my assingmentornamelist? Dirksen --- Steve Spicklemire [EMAIL

[Zope] How to change time stamp format of zope's debug information?

2000-12-28 Thread Dirksen
In debug mode, the time stamps displayed are in GMT format. How can I change it to my time zone? Dirksen __ Do You Yahoo!? Yahoo! Photos - Share your holiday photos online! http://photos.yahoo.com

Re: [Zope] How to make two racks work under one specialist?

2000-12-28 Thread Dirksen
Hi Steve, It works! Thank you. Still there's a couple of things to be cleared. What's the use of 'otherwise' clause? And is it true that the 1st 'with' clause fails, the whole skinscript process fails (so one 'with' clause is all one skinscript can put up with)? Dirksen

[Zope] How to store a dictionary in propert sheet?

2001-01-01 Thread Dirksen
Please give me a hint. __ Do You Yahoo!? Yahoo! Photos - Share your holiday photos online! http://photos.yahoo.com/ ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope **

[Zope] A bug in Membership product? (member password can be revealed by dtml method accessible by anonymous)

2001-01-03 Thread Dirksen
properties? Dirksen __ Do You Yahoo!? Yahoo! Photos - Share your holiday photos online! http://photos.yahoo.com/ ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No c

[Zope] Why pythonMethod forbids me cutting list?

2001-01-04 Thread Dirksen
These statements in python method: stock=[3,4] del stock[1] will cause this error: Error Type: Python Method Error Error Value: Forbidden operation DELETE_SUBSCR at line 2 How is that? Dirksen __ Do You Yahoo!? Yahoo! Photos - Share your

Re: [Zope] How to call ancestral method in ZClass method?

2001-01-07 Thread Dirksen
to: dtml-call "_ZClass_for_DataSkin.manage_delete()" Zope refuses the upload of the dtml method all together! Any clues? Dirksen --- Steve Spicklemire [EMAIL PROTECTED] wrote: Hi Dirksen, In python you would normally do: super_class_object.manage_delete(self

Re: [Zope] How to call ancestral method in ZClass method?

2001-01-07 Thread Dirksen
to: dtml-call "_ZClass_for_DataSkin.manage_delete()" Zope refuses the upload of the dtml method all together! Any clues? Dirksen --- Steve Spicklemire [EMAIL PROTECTED] wrote: Hi Dirksen, In python you would normally do: super_class_object.manage_delete(self

[Zope] What is python scripts?

2001-01-07 Thread Dirksen
Is that a product(can't find it in zope's product page) or a new version of python method? Where to download? Please point me to the right direction. Dirksen __ Do You Yahoo!? Yahoo! Photos - Share your holiday photos online! http

[Zope] How to call MessageDialog in DTML method?

2001-01-07 Thread Dirksen
dtml-var MessageDialog reports 'resource not found'. Why? Dirksen __ Do You Yahoo!? Yahoo! Photos - Share your holiday photos online! http://photos.yahoo.com/ ___ Zope maillist - [EMAIL PROTECTED

[Zope] How to escape quotation mark in dtml script?

2001-01-08 Thread Dirksen
dtml-call "REQUEST.set('a', '\"b\"')" won't work! Please help. Dirksen __ Do You Yahoo!? Yahoo! Photos - Share your holiday photos online! http://photos.yahoo.com/ ___ Zope maillist

[Zope] How to escape quotation mark in dtml script?

2001-01-08 Thread Dirksen
dtml-call "REQUEST.set('a', 'a\"b')" __ Do You Yahoo!? Yahoo! Photos - Share your holiday photos online! http://photos.yahoo.com/ ___ Zope maillist - [EMAIL PROTECTED]

[Zope] How to set proxy roles in dtml method?

2001-01-08 Thread Dirksen
dtml-call "myMethod.manage_proxy('Manager')" only ends in this error: You are not authorized to change myMethod because you do not have proxy roles. even though I'm calling the above statement in Manager role. Is it possible to do that

[Zope] How subclass calls its ancestor's method in zope?

2001-01-09 Thread Dirksen
Here is a ZClass testa, with a dtml method 'do'. Its subclass testb overrides do. How testb calls its ancestor's 'do'? In python, it can be done as 'testa.do()', but what's the equivallent in zope? Dirksen __ Do You Yahoo!? Yahoo! Photos

[Zope] How to call 'inheritedAttribute' in ZClass dtml method

2001-01-12 Thread Dirksen
its zclass name? Any other ways for a zclass to call its base class's method? Please help! Dirksen __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ ___ Zop

[Zope] [Skinscript] unable to update property

2001-01-12 Thread Dirksen
) File C:\WebSite\lib\python\ZODB\FileStorage.py, line 664, in store (Object: C:\WebSite/var/Data.fs) ConflictError: ('\0039\323C4=\266\210', '\0039\323B\375\036\270U') Is it something wrong with my skinscript? cheers Dirksen __ Do You Yahoo!?

Re: [Zope] Calling other frames

2001-01-14 Thread Dirksen
. Unfortunately, zope doesn't have session management built in, but you can find a bunch of session management products in zope's download page. cheers Dirksen --- Etienne Labuschagne [EMAIL PROTECTED] wrote: Hi there I have a navigation/sitemap object that shows the user where he is in the website

Re: [Zope] Re-posted - How to delete users in Membership product with Persistent User Source

2001-01-15 Thread Dirksen
The delUserForm calls 'deleteInstances' to do the job, yet 'deleteInstances' is not provided with the product, instead 'manage_deleteUsers' is. When I change 'deleteInstances' to 'manage_deleteUsers' in the code of delUserForm, things work out. Bill, it's probably a bug :) cheers Dirksen

[Zope] Python Script unable to response to DTML method calls

2001-01-17 Thread Dirksen
' in python method, and things work out!) I need to call python scripts that way (for I didn't write that dtml method), how can I do that or I have to write everything in python methods? Dirksen __ Do You Yahoo!? Get email at your own domain with Yahoo

[Zope-dev] How does a subclass call its ancestor's method in zope?

2001-01-10 Thread Dirksen
Here is a ZClass testa, with a dtml method 'do'. Its subclass testb overrides do. How does testb call its ancestor's 'do'? In python, it can be done as 'testa.do()', but what's the equivallent in zope? Dirksen __ Do You Yahoo!? Yahoo! Photos

[Zope-dev] How does a subclass call its ancestor's method in zope?

2001-01-11 Thread Dirksen
Here is a ZClass testa, with a dtml method 'do'. Its subclass testb overrides do. How does testb call its ancestor's 'do'? In python, it can be done as 'testa.do()', but what's the equivallent in zope? Dirksen __ Do You Yahoo!? Yahoo! Photos

[Zope-dev] Unable to clear proxy roles in Zope 2.3.0

2001-01-28 Thread Dirksen
In Zope 2.2.x, one can clear the proxy roles for one method by unseleting all proxy roles. In Zope 2.3.0, this lets to this error: You must select one or more proxy roles. Is it a bug, or is it done in a different fashion? cheers Dirksen __ Do You

[Zope-dev] What's the use of defining permissions for ZClass definition

2001-02-22 Thread Dirksen
Hi, ZClass definition has a 'Define Permissions' tab. Yet any modification there doesn't seem to affect the ZClass instance's security profile at all. What's the use of that? Cheers Dirksen __ Do You Yahoo!? Yahoo! Auctions - Buy the things you

[Zope-dev] Folderish object's __call__ fails

2004-03-04 Thread Dirksen
works for folderish object? cheers Dirksen __ Do you Yahoo!? Yahoo! Search - Find what you’re looking for faster http://search.yahoo.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo

[Zope-dev] [Zope] WebDAV/Excel readonly problem

2004-09-16 Thread Dirksen
this in the OpenOffice Spreadsheet as well, and the result is the same: it opens it as read-only through WebDAV. My zope is Zope 2.6.4. Anyone has an idea how to solve this problem? Thanks Dirksen __ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We

[Zope] How to query ZODB

2000-07-19 Thread Dirksen Lau
How can I make queries (something like ad hoc?) to the ZODB besides iteration? If iteration is the only option, how to go about it? Such as how to iterate through files in a folder? Thanks Dirksen ___ Zope maillist - [EMAIL PROTECTED] http

[Zope] Scarry BTreeFolder eats my 'contents' tab

2000-07-20 Thread Dirksen Lau
an entry of BTreeFolder. Really weild!! I'm running Zope 2.2.0b3 on NT4. Any idea to tame this beast is appreciated. RGDS Dirksen ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding