[Zope] Authentication on a Folder?

2006-09-11 Thread Ferhat Ayaz
Hi, I want to restrict access to a subfolder: Folder structure: - Root Folder +- MySite +- Admin Access limitation: - My Site: Public for all Admin: Only with Basic Authentication Notes: -

Re: [Zope] Authentication on a Folder?

2006-09-11 Thread Andreas Jung
--On 11. September 2006 01:05:01 -0700 Ferhat Ayaz [EMAIL PROTECTED] wrote: Hi, I want to restrict access to a subfolder: Folder structure: - Root Folder +- MySite +- Admin Access limitation: - My Site: Public for

Re: [Zope] Authentication on a Folder?

2006-09-11 Thread Ferhat Ayaz
argh, yes thanks. It's better then basic auth. (and easier) But know I'm standing against the problem: calling Scripts from an authentication Folder within the application server. + MySite : index_html |-+ Admin : getUser In index_html: p tal:content=container/Admin/getUser/ will an

Re: [Zope] Authentication Problem with migration from Zope 2.6.1 to Zope 2.9.4

2006-09-11 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Please keep this on the list. I am not some personal help desk, unless you pay me. Are you sure the DTML method is finding the correct obect to call findUsers on? ya, am sure n confirmed tht the object i mean LDAP directory server is found

Re: [Zope] Authentication on a Folder?

2006-09-11 Thread Chris Withers
Ferhat Ayaz wrote: In index_html: p tal:content=container/Admin/getUser/ will an authenticated user. But the page template MySite/index_html should have access to the Script Admin/getUser. I don't know how to do this.?? I think you're looking for Proxy Roles... Chris -- Simplistix -

[Zope] Upload file to server for encoding...

2006-09-11 Thread Nick Gr
Hello Zope community, I just installed Zope-2.9.4 in a windows XP SP2 . I'm making a web site that the visitors should: A) Upload a file to the server B)After the file is uploaded , I have write a python program to encode the file C)When the encoding is finish, user must download the

Re: [Zope] Upload file to server for encoding...

2006-09-11 Thread Jonathan
- Original Message - From: Nick Gr [EMAIL PROTECTED] To: zope@zope.org Sent: Monday, September 11, 2006 8:08 AM Subject: [Zope] Upload file to server for encoding... Hello Zope community, I just installed Zope-2.9.4 in a windows XP SP2 . I'm making a web site that the visitors

Re: [Zope] Authentication on a Folder?

2006-09-11 Thread Ferhat Ayaz
hmm. But isn't it a hard work to set each script a specific permission instead of setting (I don't know how) the contained folder to the right permission? I want give to all Scripts full access, if these are called from another ZObject (page templates, etc.). but I don't want, that this script can

Re: [Zope] Upload file to server for encoding...

2006-09-11 Thread Nick Gr
A) Upload a file to the server B)After the file is uploaded , I have write a python program to encode the file C)When the encoding is finish, user must download the file back to his machine. I'm very new to Zope and I choose it because I thought it should have an easy and good

Re: [Zope] Upload file to server for encoding...

2006-09-11 Thread Jonathan
- Original Message - From: Nick Gr [EMAIL PROTECTED] To: Jonathan [EMAIL PROTECTED] Cc: zope@zope.org Sent: Monday, September 11, 2006 10:46 AM Subject: Re: [Zope] Upload file to server for encoding... . Any ideas how the user will download back the file? should the download begin

[Zope] question on URL styling

2006-09-11 Thread Erik Myllymaki
I am making a survey that has many very similar pages all in one directory. The page templates are called page-1.html, page-2.html, ... page-n.html. I am using two submit buttons on each of the pages; one for 'Next' and one for 'Previous' so that I catch changes to the form elements in each

Re: [Zope] question on URL styling

2006-09-11 Thread Jonathan
- Original Message - From: Erik Myllymaki [EMAIL PROTECTED] To: zope@zope.org Sent: Monday, September 11, 2006 12:24 PM Subject: [Zope] question on URL styling I am making a survey that has many very similar pages all in one directory. The page templates are called page-1.html,

Re: [Zope] question on URL styling

2006-09-11 Thread Erik Myllymaki
I'm trying this out and it seems to be working: request.RESPONSE.redirect(context[next_page].absolute_url()) is this the *correct* way to do it? Erik Myllymaki wrote: I am making a survey that has many very similar pages all in one directory. The page templates are called page-1.html,

Re: [Zope] question on URL styling

2006-09-11 Thread David H
Jonathan wrote: - Original Message - From: Erik Myllymaki [EMAIL PROTECTED] To: zope@zope.org Sent: Monday, September 11, 2006 12:24 PM Subject: [Zope] question on URL styling I am making a survey that has many very similar pages all in one directory. The page templates are

Re: [Zope] question on URL styling

2006-09-11 Thread Erik Myllymaki
David H wrote: Jonathan wrote: - Original Message - From: Erik Myllymaki [EMAIL PROTECTED] To: zope@zope.org Sent: Monday, September 11, 2006 12:24 PM Subject: [Zope] question on URL styling I am making a survey that has many very similar pages all in one directory. The page

Re: [Zope] zope and sakai comparison

2006-09-11 Thread David Bear
On Sun, Sep 10, 2006 at 10:06:33AM +0930, David Lloyd wrote: Sacscha, Our university has dump a lot of money into sakai. I don't know anything about it but I wonder if someone has compared sakai with zope? I don't know Sakai either, but a 30 seconds look at http://sakaiproject.org

Re: [Zope] Authentication on a Folder?

2006-09-11 Thread Olavo Santos
From: Ferhat Ayaz [EMAIL PROTECTED] Sent: Monday, 11 de September de 2006 9:57 Hello. But know I'm standing against the problem: calling Scripts from an authentication Folder within the application server. + MySite : index_html -+ Admin : getUser In index_html: p

Re: [Zope] question on URL styling

2006-09-11 Thread David H
Erik Myllymaki wrote: David H wrote: Jonathan wrote: - Original Message - From: Erik Myllymaki [EMAIL PROTECTED] To: zope@zope.org Sent: Monday, September 11, 2006 12:24 PM Subject: [Zope] question on URL styling I am making a survey that has many very similar pages all in

Re: [Zope] question on URL styling

2006-09-11 Thread Erik Myllymaki
David H wrote: Erik Myllymaki wrote: David H wrote: Jonathan wrote: - Original Message - From: Erik Myllymaki [EMAIL PROTECTED] To: zope@zope.org Sent: Monday, September 11, 2006 12:24 PM Subject: [Zope] question on URL styling I am making a survey that has many very

[Zope-Checkins] SVN: Zope/branches/2.9/ Issue #2189: logging of refresh error lost traceback.

2006-09-11 Thread Tres Seaver
Log message for revision 70104: Issue #2189: logging of refresh error lost traceback. Changed: U Zope/branches/2.9/doc/CHANGES.txt U Zope/branches/2.9/lib/python/App/RefreshFuncs.py -=- Modified: Zope/branches/2.9/doc/CHANGES.txt

[Zope-dev] Fwd: [Zope3-dev] The bug fixing problem

2006-09-11 Thread Patrick Gerken
Forwarded as a discussion starting point about bug fixing problems (If I understood Jim correctly) -- Forwarded message -- From: Jim Fulton [EMAIL PROTECTED] Date: Sep 11, 2006 4:09 PM Subject: Re: [Zope3-dev] The bug fixing problem To: Patrick Gerken [EMAIL PROTECTED] Cc:

[Zope-dev] New Zope 2.9 Release?

2006-09-11 Thread Sidnei da Silva
Can we get a new release? Some important bugs have been fixed since 2.9.4 in July, including issue #2155. -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214 ___ Zope-Dev

[Zope-dev] buildbot failure in Zope branches 2.9 2.4 Linux zc-buildbot

2006-09-11 Thread buildbot
The Buildbot has detected a failed build of Zope branches 2.9 2.4 Linux zc-buildbot. Buildbot URL: http://buildbot.zope.org/ Build Reason: changes Build Source Stamp: 7595 Blamelist: adamg,ctheune,flindner,flox,jim,tseaver BUILD FAILED: failed test sincerely, -The Buildbot

[Zope-dev] buildbot failure in Zope branches 2.9 2.4 Windows 2000 zc-bbwin2

2006-09-11 Thread buildbot
The Buildbot has detected a failed build of Zope branches 2.9 2.4 Windows 2000 zc-bbwin2. Buildbot URL: http://buildbot.zope.org/ Build Reason: changes Build Source Stamp: 7595 Blamelist: adamg,ctheune,flindner,flox,jim,tseaver BUILD FAILED: failed compile sincerely, -The Buildbot

Re: [Zope-dev] New Zope 2.9 Release?

2006-09-11 Thread Andreas Jung
--On 11. September 2006 19:26:03 -0300 Sidnei da Silva [EMAIL PROTECTED] wrote: Can we get a new release? Some important bugs have been fixed since 2.9.4 in July, including issue #2155. Afaik there is one fix for an important problem pending. If it is available we'll get a new release.