[Zope] authenticate and Zope 2.2.4

2000-12-01 Thread brocken22
Is it possible that since 2.2.4 the authenticate-method is no longer allowed?? In an 2.2.0-installation a script to authenticate users it's working perfectly and in two other machines(win98 and Linux) with 2.2.4, Zope doesn't want the user(role as manager) to use it(a pop-up-authentication-window

[Zope] Why GUF or Loginmanager??

2000-11-30 Thread brocken22
Hallo, I'got a fundamental question: Why should you switch from the built-in authentication mechanism to a product like GUF or Login-manager?? Except of the different login interface, I dosn't see any advantage?? Please correct me. What I'm looking for is a product that redirects the authenticated

Re: [Zope] Cloning a ZClass-Instance

2000-11-08 Thread brocken22
Thank you Dieter for your reply, but yout suggestion doesn't solve the problem. This is the traceback: "The object 973677459 does not support this operation " This means to me that x is an instance. That's my script-> Kopiert!!! -- Sent through GMX FreeM

[Zope] Cloning a ZClass-Instance

2000-11-07 Thread brocken22
Hallo, 'news'is a zclass and when I'm using a hardcoded value for x it's working. that's the cloning-method: -- Copied! Not needed to clone!! -- And the traceback: --- The object one does not support

[Zope] PIL and sizing image

2000-11-02 Thread brocken22
Hallo, that's what I like:the user sends a graphic and we are creating a news-item with a thumbnail and a printable one.So I installed PIL and tried the following: #bildk.py import PIL.Image def bildk(graffik,modus): im = PIL.Image.open(graffik) im.thumbnail((100,100)) #if modus = '

[Zope] Zope.org

2000-10-30 Thread brocken22
Hallo, have I missed something or why are there no news on the website.The last item was from the 18th of October.Also the mailing-list is not really busy.Any reason? -- Sent through GMX FreeMail - http://www.gmx.net ___ Zope maillist - [EMAIL PROT

[Zope] Working with versions

2000-10-23 Thread brocken22
Hallo, I've got a question concerning versions. The working with versions in the management screen is obvious to me, but what about hiding the management-screen and working with them. I want to add ZClasses programmatically but some users should only be able to add them after a Controller has chec

[Zope] Mozilla->back button

2000-10-18 Thread brocken22
To support Mozilla I'd like to switch to M18, but in the Zope-Management-Interface the back-button doesn't seems to work. What am I missing?? -- Sent through GMX FreeMail - http://www.gmx.net ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope

[Zope] Programmatically: zclasses and images

2000-10-11 Thread brocken22
Hallo, I've got two problems cutting my nerves: The site-structure is organized in a way that zclasses can be added programmatically(the user decides by clicking on a tree-list where to add the classes) The 1. problem is that I can't manage to pass the URL of the selected object to add the zclass

[Zope] Object is not a string

2000-09-28 Thread brocken22
In a form I've saved the id of a folderobject in the variable OB and send it to the page "ZClassaMaker". OB is used to decide where the new ZClass is build. ->> ->> ->> ->> ->> ->> The Zope-Message is "Error Type: KeyError Error Value: Sa<--that's the name of the subfolder" -- Sent

Re: [Zope] Displaying all subobjects

2000-09-28 Thread brocken22
Thank you very much Curtis, it's working and is quite more elegant. If it's possible to you, could you give me a hint about my last question 'Baseclass:Folder or ObjectManager'. Best wishes Sven -- Sent through GMX FreeMail - http://www.gmx.net _

Re: [Zope] Baseclass:Folder or ObjectManager

2000-09-27 Thread brocken22
This is the traceback I get: When I add the zclass to a normal folder(even with the script)everything is fine.?? Error Type: AttributeError Error Value: seek Traceback (innermost last): File C:\Zop\lib\python\ZPublisher\Publish.py, line 222, in publish_module File C:\Zop\lib\python\ZPublishe

[Zope] Baseclass:Folder or ObjectManager

2000-09-27 Thread brocken22
Hallo, my ZClass has as base-class Objectmanager and not Folder. When I try to add(let's call it PastaClass)programmatically PastaClass to an instance of Pastaclass I get a mistake.Adding it with the management-interface everythings o.k.Why?? Do I have to subclass folder?? Thanks. -- Sent throu

Re: [Zope] Displaying all subobjects

2000-09-27 Thread brocken22
Hallo Chris, thanks for the quick reply, but the method is displaying all the objects in the folder and I'd like to get only one metatype of objects(i.e.ZClass->cars)but for all levels. -- Sent through GMX FreeMail - http://www.gmx.net ___ Zope maill

[Zope] Displaying all subobjects

2000-09-27 Thread brocken22
The second dumb question today:It's a horrible one How to iterate over all subfolders? "objectValues" shows only the same level, where the method resides. Thanks. -- Sent through GMX FreeMail - http://www.gmx.net ___ Zope maillist - [EMAIL PROT

[Zope] Adding ZClass to a folder

2000-09-27 Thread brocken22
Hallo, that's a dumb question. How do you add a ZCLass to a subfolder. That's my try: ->> -- Sent through GMX FreeMail - http://www.gmx.net ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope *

[Zope] Tree display problem

2000-09-23 Thread brocken22
Hallo, I'd like to display with help of the tree tag the content of a folder, but not from left to right.It should be from top to bottom.I've checked Treetag.py but that seems to be to difficult(especially at this time). Thanks for every help. -- Sent through GMX FreeMail - http://www.gmx.net

[Zope] Organizing huge content

2000-09-14 Thread brocken22
Hallo, my question is about organizing scripting when you have to deal with huge amounts of content. I.e. you have a custom that wants to establish a website .This website should have in the future about 2000 pages but you on your own are building only some pages and a lot of templates that his c

[Zope] change_properties

2000-09-08 Thread brocken22
Hallo, that's the problem: This means I'd like to change in a token property only one value but it's not working. Thanks -- Sent through GMX FreeMail - http://www.gmx.net ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinf

[Zope] JobBoard update properties->script problem

2000-07-25 Thread brocken22
Hello, I'm building a JobBoard like Database.Fellows can put in the jobs they have done, the time they need(for scanning or programming) and the budget of the project should be updated depending on the job and the time they needed. Building the instances was no problem but my problem is the budg

[Zope] Newbie->adding content by form

2000-07-13 Thread brocken22
Hallo, I'd like a user to add content with a form. The website is made with a framest and content should be added and also the navigation should be updated! I think that's a smaller problem but I didn't find an explanation. I'm very happy about every hint! -- Sent through GMX FreeMail - http://w

[Zope] Beta -problem

2000-07-12 Thread brocken22
Hello, while starting Zope this morning I got this message.Yestersday I installed the newest beta. ->Traceback (innermost last): File "C:\Programme\Zopista\z2.py", line 554, in ? exec "import "+MODULE in {} File "", line 1, in ? File "C:\Programme\Zopista\lib\python\Zope\__init__.py", li

[Zope] Newbie:Credit-card question

2000-07-11 Thread brocken22
Hallo, that's my problem: I'd like to build up a shopping-system that's working with credit-cards(it's the customers wish). It's the first time I have to deal with this. How is the checking of the valid credit-card-number being done?? Which institution must be contacted by the server?? In realtime