[Zope] Override members values

2006-07-10 Thread Garito
Hi all! I need to override the value of some members of my product I think the correct way was __getattr__ function but I read some list's messages telling to use __getattr__ only if you don't have other way How can I override only the value of some dynamic members? I call dynamic members to

Re: [Zope] Override members values

2006-07-10 Thread Andreas Jung
--On 10. Juli 2006 08:38:15 +0200 Garito [EMAIL PROTECTED] wrote: Hi all! I need to override the value of some members of my product I think the correct way was __getattr__ function but I read some list's messages telling to use __getattr__ only if you don't have other way The standard

Re: [Zope] Override members values

2006-07-10 Thread Garito
Andreas Jung escribió: --On 10. Juli 2006 08:38:15 +0200 Garito [EMAIL PROTECTED] wrote: Hi all! I need to override the value of some members of my product I think the correct way was __getattr__ function but I read some list's messages telling to use __getattr__ only if you don't have

Re: [Zope] Override members values

2006-07-10 Thread Andreas Jung
--On 10. Juli 2006 09:07:58 +0200 Garito [EMAIL PROTECTED] wrote: Andreas Jung escribió: --On 10. Juli 2006 08:38:15 +0200 Garito [EMAIL PROTECTED] wrote: Hi all! I need to override the value of some members of my product I think the correct way was __getattr__ function but I read some

[Zope] windows2003/asp404/ plone

2006-07-10 Thread shahrzad khorrami
hi all windows 2003 plone 2.1.3 asp404 (deefault.asp) now all work fine. but this is a problem in windows2003 with Forms e.g login form ,I try to replace zopeserver.open with: openmode = Request.ServerVariables(REQUEST_METHOD)if Request.totalBytes 0 thenopenmode =POSTend ifzopeServer.Open

[Zope] windows 2003 /asp404/ plone

2006-07-10 Thread shahrzad khorrami
hi all :) windows 2003 plone 2.1.3 asp404 (deefault.asp) now all work fine. but this is a problem in windows2003 with Forms e.g login form ,I try to replace zopeserver.open with: openmode = Request.ServerVariables(REQUEST_METHOD)if Request.totalBytes 0 thenopenmode =POSTend

[Zope] Adding User Roles

2006-07-10 Thread David VanKirk
We're running Zope version 2.5.1 here in the office. My boss was telling me when he tries to add a user role under the security tab, it won't show up as a selectable role under the acl_users folder. Anyone ever seen this problem before? -- David VanKirk

Re: [Zope] Override members values

2006-07-10 Thread Garito
Andreas Jung escribió: --On 10. Juli 2006 09:07:58 +0200 Garito [EMAIL PROTECTED] wrote: Andreas Jung escribió: --On 10. Juli 2006 08:38:15 +0200 Garito [EMAIL PROTECTED] wrote: Hi all! I need to override the value of some members of my product I think the correct way was __getattr__

Re: [Zope] Override members values

2006-07-10 Thread Jonathan
- Original Message - From: Garito [EMAIL PROTECTED] I try again: I have a property on the property manager called member1 with a value of [/some/path] User1 ask for this property. We calculate the real value for /some/path for these user: 1 User2 ask for this property. We

Re: [Zope] Override members values

2006-07-10 Thread Garito
Jonathan escribió: - Original Message - From: Garito [EMAIL PROTECTED] I try again: I have a property on the property manager called member1 with a value of [/some/path] User1 ask for this property. We calculate the real value for /some/path for these user: 1 User2 ask for this

Re: [Zope] Override members values

2006-07-10 Thread Jonathan
- Original Message - From: Garito [EMAIL PROTECTED] To: Lista Zope Internacional zope@zope.org Sent: Monday, July 10, 2006 1:13 PM Subject: Re: [Zope] Override members values Jonathan escribió: - Original Message - From: Garito [EMAIL PROTECTED] I try again: I have a

Re: [Zope] Override members values

2006-07-10 Thread Garito
Jonathan escribió: - Original Message - From: Garito [EMAIL PROTECTED] To: Lista Zope Internacional zope@zope.org Sent: Monday, July 10, 2006 1:13 PM Subject: Re: [Zope] Override members values Jonathan escribió: - Original Message - From: Garito [EMAIL PROTECTED] I try

Re: [Zope] Override members values

2006-07-10 Thread Garito
Garito escribió: Jonathan escribió: - Original Message - From: Garito [EMAIL PROTECTED] To: Lista Zope Internacional zope@zope.org Sent: Monday, July 10, 2006 1:13 PM Subject: Re: [Zope] Override members values Jonathan escribió: - Original Message - From: Garito [EMAIL

Re: [Zope] Override members values

2006-07-10 Thread Jonathan
- Original Message - From: Garito [EMAIL PROTECTED] To: Lista Zope Internacional zope@zope.org Sent: Monday, July 10, 2006 1:48 PM Subject: Re: [Zope] Override members values Garito escribió: Jonathan escribió: - Original Message - From: Garito [EMAIL PROTECTED] To: Lista

Re: [Zope] Override members values

2006-07-10 Thread knitti
On 7/10/06, Garito [EMAIL PROTECTED] wrote: __getattr__ some of you (I don't remember how exactly, sorry) have said is a member to use only if there are no other way and I'm a little scared for that I think there's no official (as in provided by the framework) support for what you want. If you

Re: [Zope] Override members values

2006-07-10 Thread Garito
knitti escribió: On 7/10/06, Garito [EMAIL PROTECTED] wrote: __getattr__ some of you (I don't remember how exactly, sorry) have said is a member to use only if there are no other way and I'm a little scared for that I think there's no official (as in provided by the framework) support for

[Zope] absolute_url is empty in __getattribute__?

2006-07-10 Thread Garito
Hi In the line to test __getattribute__ to override some properties I try to access to the object's absolute_url but it's empty How can I have the absolute_url at object's __getattribute__? Thanks again -- Mis Cosas http://blogs.sistes.net/Garito

Re: [Zope] Zope 2.7 installation on SuSE 10.0 - unable to find startup script

2006-07-10 Thread robert rottermann
TR wrote: This is rather bizarre, but I'm unable to determine what script to run to start my Zope instance. I installed 2.7.7-3, which comes with the distro, and ran mkzopeinstance.py, which terminated without errors after asking for the instance home and site admin id/password. Isn't there

[Zope-Checkins] SVN: Zope/trunk/lib/python/ Make the new reST tests clearer in intent.

2006-07-10 Thread Tres Seaver
Log message for revision 69077: Make the new reST tests clearer in intent. Changed: U Zope/trunk/lib/python/Products/ZReST/tests/test_ZReST.py U Zope/trunk/lib/python/reStructuredText/tests/testReST.py -=- Modified: Zope/trunk/lib/python/Products/ZReST/tests/test_ZReST.py

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/ Backport tests for ZReST / reStructuredText security fixes.

2006-07-10 Thread Tres Seaver
Log message for revision 69078: Backport tests for ZReST / reStructuredText security fixes. Changed: U Zope/branches/Zope-2_8-branch/lib/python/Products/ZReST/tests/test_ZReST.py U Zope/branches/Zope-2_8-branch/lib/python/reStructuredText/tests/testReST.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ZReST/tests/test_ZReST.py Undo extra testing of artifacts not present in docutils of 2.10 and later.

2006-07-10 Thread Tres Seaver
Log message for revision 69080: Undo extra testing of artifacts not present in docutils of 2.10 and later. Changed: U Zope/trunk/lib/python/Products/ZReST/tests/test_ZReST.py -=- Modified: Zope/trunk/lib/python/Products/ZReST/tests/test_ZReST.py

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/ Backport test of reStructuredText security fixes.

2006-07-10 Thread Tres Seaver
Log message for revision 69081: Backport test of reStructuredText security fixes. Changed: U Zope/branches/2.10/lib/python/Products/ZReST/tests/test_ZReST.py U Zope/branches/2.10/lib/python/reStructuredText/tests/testReST.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/docutils/parsers/rst/directives/misc.py Remove debugging print.

2006-07-10 Thread Tres Seaver
Log message for revision 69082: Remove debugging print. Changed: U Zope/branches/Zope-2_8-branch/lib/python/docutils/parsers/rst/directives/misc.py -=- Modified: Zope/branches/Zope-2_8-branch/lib/python/docutils/parsers/rst/directives/misc.py

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/DocumentTemplate/tests/testDTML.py Forward port tests for DTML not exposing ReST file inclusion.

2006-07-10 Thread Tres Seaver
Log message for revision 69084: Forward port tests for DTML not exposing ReST file inclusion. Changed: U Zope/branches/2.9/lib/python/DocumentTemplate/tests/testDTML.py -=- Modified: Zope/branches/2.9/lib/python/DocumentTemplate/tests/testDTML.py

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/DocumentTemplate/tests/testDTML.py Forward-port tests that DTML does not expose ReST file inclusion.

2006-07-10 Thread Tres Seaver
Log message for revision 69085: Forward-port tests that DTML does not expose ReST file inclusion. Changed: U Zope/branches/2.10/lib/python/DocumentTemplate/tests/testDTML.py -=- Modified: Zope/branches/2.10/lib/python/DocumentTemplate/tests/testDTML.py

[Zope-Checkins] CVS: Zope/lib/python/Products/ZReST/tests Zope/lib/python/Products/ZReST/tests - New directory

2006-07-10 Thread Tres Seaver
Update of /cvs-repository/Zope/lib/python/Products/ZReST/tests In directory cvs.zope.org:/tmp/cvs-serv19700/lib/python/Products/ZReST/tests Log Message: Directory /cvs-repository/Zope/lib/python/Products/ZReST/tests added to the repository -- Using per-directory sticky tag `Zope-2_7-branch' ===

[Zope-Checkins] CVS: Zope/lib/python/reStructuredText/tests - testReST.py:1.1.2.2

2006-07-10 Thread Tres Seaver
Update of /cvs-repository/Zope/lib/python/reStructuredText/tests In directory cvs.zope.org:/tmp/cvs-serv7924/lib/python/reStructuredText/tests Modified Files: Tag: Zope-2_7-branch testReST.py Log Message: - Backport tests and fixes for ReST file inclusion vulnerability. ===

[Zope-Checkins] CVS: Zope/lib/python/Products/ZReST - ZReST.py:1.6.12.11

2006-07-10 Thread Tres Seaver
Update of /cvs-repository/Zope/lib/python/Products/ZReST In directory cvs.zope.org:/tmp/cvs-serv7924/lib/python/Products/ZReST Modified Files: Tag: Zope-2_7-branch ZReST.py Log Message: - Backport tests and fixes for ReST file inclusion vulnerability. ===

[Zope-dev] Urgent: Need 3 Plone/Zope developers in Israel NOW

2006-07-10 Thread Lior Rudnik
Hi I want to launch a major Zope/Plone project in Israel and need 3 developers ASAP. Please feel free to contact me if your interested. Best regards, Lior Rudnik CTO, Logia. Mobile: +972-52-3098113 Office: +972-73-2525221 Fax: +972-9-9567481

[Zope-dev] buildbot failure in Zope trunk 2.4 Windows 2000 zc-bbwin6

2006-07-10 Thread buildbot
The Buildbot has detected a failed build of Zope trunk 2.4 Windows 2000 zc-bbwin6. Buildbot URL: http://buildbot.zope.org/ Build Reason: changes Build Source Stamp: 6568 Blamelist: benji_york,dobe,dominikhuber,hdima,jim,jinty,sidnei,tseaver,yuppie BUILD FAILED: failed compile sincerely, -The

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

2006-07-10 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: 6570 Blamelist:

[Zope-dev] buildbot failure in Zope trunk 2.4 Linux zc-buildbot

2006-07-10 Thread buildbot
The Buildbot has detected a failed build of Zope trunk 2.4 Linux zc-buildbot. Buildbot URL: http://buildbot.zope.org/ Build Reason: changes Build Source Stamp: 6571 Blamelist: tseaver BUILD FAILED: failed test sincerely, -The Buildbot ___ Zope-Dev

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

2006-07-10 Thread buildbot
The Buildbot has detected a failed build of Zope branches 2.10 2.4 Linux zc-buildbot. Buildbot URL: http://buildbot.zope.org/ Build Reason: changes Build Source Stamp: 6572 Blamelist: andreasjung,benji,benji_york,dobe,dominikhuber,hdima,jim,jinty,philikon,sidnei,tseaver,yuppie BUILD FAILED:

[Zope-dev] buildbot failure in Zope trunk 2.4 Windows 2000 zc-bbwin6

2006-07-10 Thread buildbot
The Buildbot has detected a failed build of Zope trunk 2.4 Windows 2000 zc-bbwin6. Buildbot URL: http://buildbot.zope.org/ Build Reason: changes Build Source Stamp: 6571 Blamelist: tseaver BUILD FAILED: failed compile sincerely, -The Buildbot ___

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

2006-07-10 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: 6575 Blamelist: tseaver BUILD FAILED: failed test sincerely, -The Buildbot ___

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

2006-07-10 Thread buildbot
The Buildbot has detected a failed build of Zope branches 2.10 2.4 Linux zc-buildbot. Buildbot URL: http://buildbot.zope.org/ Build Reason: changes Build Source Stamp: 6576 Blamelist: tseaver BUILD FAILED: failed test sincerely, -The Buildbot ___

[Zope-dev] ZClasses and Versioning

2006-07-10 Thread Christopher Lozinski
I am interested in upgrading ZClasses and versioning. Would anyone like to supervise this work, or work with me? Regards Chris ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML

Re: [ZWeb] asp404 help

2006-07-10 Thread Chris Withers
shahrzad khorrami wrote: I read almost all the archives about ASP404 but I can't find something useful to me to lead me to my goal *!* This is the wrong list, you want [EMAIL PROTECTED] and also there is no perfect article about using IIS as a web server in plone site ...well, you're

[ZWeb] Error 500 / windoes2003 / ASP404

2006-07-10 Thread shahrzad khorrami
hi all windows 2003 plone 2.1.3 asp404 (deefault.asp) now all work fine. but this is a problem in windows2003 with Forms e.g login form ,I try to replace zopeserver.open with: openmode = Request.ServerVariables(REQUEST_METHOD)if Request.totalBytes 0 thenopenmode =POSTend ifzopeServer.Open