Re: [Zope] Pluggable Auth Service ... how is it used?

2005-07-07 Thread Jens Vagelpohl
On 7 Jul 2005, at 06:41, Richard Jones wrote: I'd like to get session-based login going, and on the surface PAS appears to support that. First up, is there any documentation? I've set up in my PAS acl_users the following objects: 1. cookies - a Cookie Auth Helper active for Challenge 2.

Re: [Zope] Why don't work?

2005-07-07 Thread Garito
bruno modulix escribió: Garito wrote: bruno modulix escribió: Garito wrote: Lennart Regebro escribió: A wild guess: Your post works, but returns a redirect to a nother page, which returns nothing. This will look exactly like notyhing happened at the browser side.

[Zope] 'level DEBUG' vs. 'debug-mode on'

2005-07-07 Thread Rakotomandimby Mihamina
Hi, I wonder the difference between debug-mode on and eventlog level DEBUG logfile path $INSTANCE/log/event.log level DEBUG /logfile /eventlog Would you explain me please? -- Miroir de logiciels libreshttp://www.etud-orleans.fr

Re: [Zope] 'level DEBUG' vs. 'debug-mode on'

2005-07-07 Thread Andreas Jung
--On 7. Juli 2005 13:10:30 +0200 Rakotomandimby Mihamina [EMAIL PROTECTED] wrote: Hi, I wonder the difference between debug-mode on and eventlog level DEBUG logfile path $INSTANCE/log/event.log level DEBUG /logfile /eventlog Would you explain me please? Both have

Re: [Zope] Why don't work?

2005-07-07 Thread bruno modulix
Garito wrote: bruno modulix escribió: (snip) Hi Bruno http://yanged:8280/Papeles/Yanged/Links/Eliminar is an url that if I call it from my browser executes some python scripts that I define in a XML file Then Eliminar is a string not an object nor a method because, as I told you some

[Zope] Make hidden input

2005-07-07 Thread David Pratt
Hi. I am trying to use the make_hidden_input function in ZTUtils to create a hidden input in a ZPT but it does not appear. I am using this: form name=language_delete_form action=actions_language_summary method=post enctype=multipart/form-data tal:define=mhi

Re: [Zope] Make hidden input

2005-07-07 Thread Andreas Jung
--On 7. Juli 2005 12:00:32 -0300 David Pratt [EMAIL PROTECTED] wrote: Hi. I am trying to use the make_hidden_input function in ZTUtils to create a hidden input in a ZPT but it does not appear. I am using this: form name=language_delete_form action=actions_language_summary method=post

Re: [Zope] Make hidden input

2005-07-07 Thread Lennart Regebro
On 7/7/05, David Pratt [EMAIL PROTECTED] wrote: Hi. I am trying to use the make_hidden_input function in ZTUtils to create a hidden input in a ZPT but it does not appear. Well, then, whats the problem?! :-) (sorry) form name=language_delete_form action=actions_language_summary method=post

Re: [Zope] Make hidden input

2005-07-07 Thread Peter Bengtsson
form name=language_delete_form action=actions_language_summary method=post enctype=multipart/form-data tal:define=mhi python:modules['ZTUtils'].make_hidden_input; dummy python:mhi(delete_ids=results) br tal:replace=structure dummy / On 7/7/05, David Pratt [EMAIL

Re: [Zope] Make hidden input

2005-07-07 Thread David Pratt
Super, that solved the problem. I had googled and couldn't find an example of mhi. Only the api docs which didn't say very much about using it in a form. I guess it should have occurred to me to use structure if the output is html. Problem was that I hadn't actually seen an example of the

[Zope] BTreeFolder doubleclick patch

2005-07-07 Thread Peter Bengtsson
Shane (and the Zope list), I've patched your lovely BTreeFolder2 product (version 1.0.1) so that I can doubleclick on options in the dropdown instead of having to click the Edit button. This is using Javascript and if Javascript is disabled, nothing happens, it just goes back to what it was like

Re: [Zope] BTreeFolder doubleclick patch

2005-07-07 Thread David Pratt
Hi Peter or Shane. I have been using nested CMFBTreeFolders inside a CMF instance but I am not clear on difference between CMFBTreeFolder and BTreeFolder2. I am trying to limit the number of objects to 2000 per folder. Either folder type can be made inside a CMF site. Should I be using

[Zope] Zope Newbie

2005-07-07 Thread Emmanuel V. Salvador
Greetings to zope. I have just installed zope that came with the mandriva2000le(mandrake 10.2) and tried the excercise in the ZopeBook. All has been well until the guestbook exercise wherein a particular python script was granted manager rights in the proxy tab. Upon trying out the page with

[Zope-Coders] Zope tests: 8 OK

2005-07-07 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Wed Jul 6 11:01:02 2005 UTC to Thu Jul 7 11:01:02 2005 UTC. There were 8 messages: 8 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2_6-branch Python-2.1.3 : Linux From: Zope Unit Tests Date: Wed Jul 6 23:23:49 EDT

[Zope-dev] Re: bridging Zope core interfaces - a small proposal

2005-07-07 Thread yuppie
yuppie wrote: I propose to move the Five bridging code (bridge.py, fiveconfigure.createZope2Bridge and related tests) to the Interface package of Zope 2. Five would still ship with a copy of that code for Zope 2.7 backwards compatibility. Based on a suggestion from philiKON and some

[Zope-DB] Deleting a ZCatalog Object from ZODB

2005-07-07 Thread Takahashi, Michael
Hi Guys, I have successfully setup Zope to query a MySQL database and catalog the data using the infamous Catalog Anything technique (http://zope.org/Members/rbickers/cataloganything). One caveat that occurs is that when you delete an object from the MySQL database and you run the