[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py Increased frame depth to account for decorator.

2006-09-02 Thread Stefan H. Holek
Log message for revision 69927: Increased frame depth to account for decorator. Changed: U Zope/branches/2.9/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py -=- Modified: Zope/branches/2.9/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py Merged r69926:69927 from 2.9 branch.

2006-09-02 Thread Stefan H. Holek
Log message for revision 69928: Merged r69926:69927 from 2.9 branch. Increased frame depth to account for decorator. Changed: U Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Testing/ZopeTestCase/ Made runalltests skip 'tests.py' when running ZTC tests.

2006-09-02 Thread Stefan H. Holek
Log message for revision 69930: Made runalltests skip 'tests.py' when running ZTC tests. Changed: U Zope/branches/2.9/lib/python/Testing/ZopeTestCase/runalltests.py U Zope/branches/2.9/lib/python/Testing/ZopeTestCase/zopedoctest/runalltests.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/ Merged r69928:69931 from 2.9 branch.

2006-09-02 Thread Stefan H. Holek
Log message for revision 69932: Merged r69928:69931 from 2.9 branch. - Nuked the decorator and moved its functionality to the suite factory proper. - Made runalltests skip 'tests.py' when running ZTC tests. - Don't run testWebserver.py as part of the Zope2 test suite. Changed: U

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Testing/ZopeTestCase/ Fixed functional.http to only pass the request body (no headers) to

2006-09-02 Thread Stefan H. Holek
Log message for revision 69933: Fixed functional.http to only pass the request body (no headers) to publish_module. Thanks to Andreas Zeidler. Changed: U Zope/branches/Zope-2_8-branch/lib/python/Testing/ZopeTestCase/doc/CHANGES.txt U

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Testing/ZopeTestCase/ Merged r69932:69933 from 2.8 branch.

2006-09-02 Thread Stefan H. Holek
Log message for revision 69934: Merged r69932:69933 from 2.8 branch. Fixed functional.http to only pass the request body (no headers) to publish_module. Thanks to Andreas Zeidler. Changed: U Zope/branches/2.9/lib/python/Testing/ZopeTestCase/doc/CHANGES.txt U

[Zope-Checkins] SVN: Zope/trunk/lib/python/ZServer/datatypes.py Provide a default for fast_listen, if not available

2006-09-02 Thread Andreas Jung
Log message for revision 69937: Provide a default for fast_listen, if not available Changed: U Zope/trunk/lib/python/ZServer/datatypes.py -=- Modified: Zope/trunk/lib/python/ZServer/datatypes.py === ---

[ZWeb] Re: website design discussion

2006-09-02 Thread Tom Von Lahndorff
http://www.modscape.com/zope Please let me know of any bugs and what your browsers/os setup is. Zope Foundation Design 1, Version 1 * Try the nav. * Updated the colors of the nav to make it stand out more. * Added the extras box to the top right hand side of the main column.

Re: [ZWeb] Re: website design discussion

2006-09-02 Thread Lennart Regebro
Perfect! (on windows, tested with firefox and ie) ___ Zope-web maillist - Zope-web@zope.org http://mail.zope.org/mailman/listinfo/zope-web

[Zope] Problems starting ZEO with zeoctl

2006-09-02 Thread Ben
I am receiving error messages when attempting to start ZEO in daemon mode. I have setup ZEO according to: http://plone.org/documentation/tutorial/robust-installation I have tried the Plone setup list, but their suggestions (changing the permissions on zeo/log/ and related files) did not lead to

[Zope] iterating dictionaries with dtml-in

2006-09-02 Thread Ferhat Ayaz
Hi, I know it's a silly question. But I was not able to find an example for this: I have a list of dicts like [ {'name':'John','age':27}, {'name':'Marc','age':17}, {'name':'Susanne','age':19} ] Now I want to iterate each 'name' like select optionJohn/option optionMarc/option

Re: [Zope] Problems starting ZEO with zeoctl

2006-09-02 Thread Jonathan
- Original Message - From: Ben [EMAIL PROTECTED] To: zope@zope.org Sent: Saturday, September 02, 2006 2:13 AM Subject: [Zope] Problems starting ZEO with zeoctl I am receiving error messages when attempting to start ZEO in daemon mode. I have setup ZEO according to:

Re: [Zope] Problems starting ZEO with zeoctl

2006-09-02 Thread Ben
On 9/2/06, Jonathan [EMAIL PROTECTED] wrote: What port is zeo configured to use and what 'user' are you running as when you run zeoctl? ZEO is configured to use port 8100 (the default, I believe). I run 'zeoctl start' as user 'zope' unsucessfully, but I can run 'runzeo' as user 'zope' without

Re: [Zope] iterating dictionaries with dtml-in

2006-09-02 Thread Jonathan
- Original Message - From: Ferhat Ayaz [EMAIL PROTECTED] To: zope@zope.org Sent: Saturday, September 02, 2006 7:40 AM Subject: [Zope] iterating dictionaries with dtml-in Hi, I know it's a silly question. But I was not able to find an example for this: I have a list of dicts like [

Re: [Zope] Problems starting ZEO with zeoctl

2006-09-02 Thread Jonathan
- Original Message - From: Ben [EMAIL PROTECTED] To: Jonathan [EMAIL PROTECTED] Cc: zope@zope.org Sent: Saturday, September 02, 2006 8:49 AM Subject: Re: [Zope] Problems starting ZEO with zeoctl On 9/2/06, Jonathan [EMAIL PROTECTED] wrote: As an experiment, can you try running

[Zope] ZEO Problem

2006-09-02 Thread beno
Hi; I'm reading the Plone book. It states that for Zope 2.7 (I have 2.78) ZEO is built in by default but must be instantiated thus: cd /opt/Zope-2/7/bin ./mkzeoinstance /var/zeo or some such code. So I tried this: cd /usr/local/zope/278/bin ./mkzeoinstance.py ../../instance2/var/zeo where

Re: [Zope] ZEO Problem

2006-09-02 Thread Jonathan
- Original Message - From: beno [EMAIL PROTECTED] To: zope@zope.org Sent: Saturday, September 02, 2006 9:24 AM Subject: [Zope] ZEO Problem Hi; I'm reading the Plone book. It states that for Zope 2.7 (I have 2.78) ZEO is built in by default but must be instantiated thus: cd

Re: [Zope] Problems starting ZEO with zeoctl

2006-09-02 Thread Jonathan
- Original Message - From: Ben [EMAIL PROTECTED] To: Jonathan [EMAIL PROTECTED] Sent: Saturday, September 02, 2006 10:02 AM Subject: Re: [Zope] Problems starting ZEO with zeoctl On 9/2/06, Jonathan [EMAIL PROTECTED] wrote: The zeo.conf that I am running (Zope 2.9.2) has the 'user'

Re: [Zope] ZEO Problem

2006-09-02 Thread beno
I got this working by changing the following in zope.conf: server localhost:7080 to server 202.71.106.119: Apparently, it needs its own port? TIA, beno Jonathan wrote: - Original Message - From: beno [EMAIL PROTECTED] To: zope@zope.org Sent: Saturday, September 02, 2006 9:24

Re: [Zope] ZEO Problem

2006-09-02 Thread Jonathan
- Original Message - From: beno [EMAIL PROTECTED] To: zope@zope.org Sent: Saturday, September 02, 2006 10:27 AM Subject: Re: [Zope] ZEO Problem I got this working by changing the following in zope.conf: server localhost:7080 to server 202.71.106.119: Apparently, it needs

Re: [Zope] Problems starting ZEO with zeoctl

2006-09-02 Thread Ben
On 9/3/06, Jonathan [EMAIL PROTECTED] wrote: If you're running behind a firewall you could set your firewall so that port 8100 is blocked from outside access (ie. only your zeo client and zeo server, running behind the firewall, can communicate on port 8100 - or whatever port you have zeo

Re: [Zope] Problems starting ZEO with zeoctl

2006-09-02 Thread Jonathan
- Original Message - From: Ben [EMAIL PROTECTED] To: Jonathan [EMAIL PROTECTED] Cc: zope@zope.org Sent: Saturday, September 02, 2006 10:39 AM Subject: Re: [Zope] Problems starting ZEO with zeoctl On 9/3/06, Jonathan [EMAIL PROTECTED] wrote: If you're running behind a firewall you

Re: [Zope] ZEO Problem

2006-09-02 Thread beno
Jonathan wrote: I got this working by changing the following in zope.conf: server localhost:7080 to server 202.71.106.119: Apparently, it needs its own port? TIA, beno You need to make sure that the entry in your zeo client config file (zope.conf) eg zeoclient server

Re: [Zope] ZEO Problem

2006-09-02 Thread Andreas Jung
--On 2. September 2006 12:15:47 -0400 beno [EMAIL PROTECTED] wrote: zeo address 8100 and that your zeo server is running on the ip address specified in the zeoclient entry in zope.conf That's logical. Why does zeo need its own port? Because every kind of network service needs its own

[Zope] Re: Problems starting ZEO with zeoctl

2006-09-02 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ben wrote: I am receiving error messages when attempting to start ZEO in daemon mode. I have setup ZEO according to: http://plone.org/documentation/tutorial/robust-installation I have tried the Plone setup list, but their suggestions (changing

[Zope] SecurityInfo Conflicting security declarations

2006-09-02 Thread beno
Hi; I noticed in my events log the following: 2006-09-02T15:13:50 PROBLEM(100) SecurityInfo Conflicting security declarations for getViewTOCValue -- 2006-09-02T15:13:50 PROBLEM(100) SecurityInfo Class PloneArticleMultiPage had conflicting security declarations How do I trouble-shoot

Re: [Zope] SecurityInfo Conflicting security declarations

2006-09-02 Thread Andreas Jung
--On 2. September 2006 12:48:49 -0400 beno [EMAIL PROTECTED] wrote: Hi; I noticed in my events log the following: 2006-09-02T15:13:50 PROBLEM(100) SecurityInfo Conflicting security declarations for getViewTOCValue -- 2006-09-02T15:13:50 PROBLEM(100) SecurityInfo Class