[Zope-Checkins] SVN: zdaemon/trunk/ convert to a zc.buildout-based buildout

2006-09-22 Thread Fred L. Drake, Jr.
Log message for revision 70352: convert to a zc.buildout-based buildout Changed: _U zdaemon/trunk/ U zdaemon/trunk/README.txt A zdaemon/trunk/bootstrap.py A zdaemon/trunk/buildout.cfg A zdaemon/trunk/setup.py _U zdaemon/trunk/src/ U

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Testing/ZopeTestCase/zopedoctest/ test demonstrating Issue 2178

2006-09-22 Thread david whitfield Morriss
Log message for revision 69817: test demonstrating Issue 2178 Changed: A Zope/branches/2.9/lib/python/Testing/ZopeTestCase/zopedoctest/layerextraction.txt A Zope/branches/2.9/lib/python/Testing/ZopeTestCase/zopedoctest/test_layerextraction.py -=- Added:

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py fix resolving Issue 2178

2006-09-22 Thread david whitfield Morriss
Log message for revision 69818: fix resolving Issue 2178 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/ tests for Issue 2178

2006-09-22 Thread david whitfield Morriss
Log message for revision 69820: tests for Issue 2178 Changed: A Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/layerextraction.txt A Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/test_layerextraction.py -=- Added:

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/tests.py adding a testrunner the zope.testing.testrunner can see

2006-09-22 Thread david whitfield Morriss
Log message for revision 69821: adding a testrunner the zope.testing.testrunner can see Changed: A Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/tests.py -=- Added: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/tests.py

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/tests.py ditto

2006-09-22 Thread david whitfield Morriss
Log message for revision 69822: ditto Changed: A Zope/branches/2.10/lib/python/Testing/ZopeTestCase/tests.py -=- Added: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/tests.py === ---

[Zope-Checkins] SVN: zdaemon/trunk/ made --help option for zdoptions robust in the case that __main__.__doc__

2006-09-22 Thread Fred L. Drake, Jr.
Log message for revision 70353: made --help option for zdoptions robust in the case that __main__.__doc__ is None (the release history is seriously confused; need to decipher before another release can be made) Changed: U zdaemon/trunk/CHANGES.txt U

[Zope-dev] looking for Zope developers : Dallas Fort worth metroplex

2006-09-22 Thread sam
Hello folks, ZeOmega (www.zeomega.com )a sponsor member of the python software foundation and a solutions provider member of the Zope foundation, a company built entirely on FOSS technology is looking for Zope/Plone programmers to work in our office in Frisco Tx. Our healthcare management

[Zope-dev] looking for Zope developers : Dallas Fort worth metroplex

2006-09-22 Thread sathya
Hello folks, ZeOmega (www.zeomega.com )a sponsor member of the python software foundation and a solutions provider member of the Zope foundation, a company built entirely on FOSS technology is looking for Zope/Plone programmers to work in our office in Frisco Tx. Our healthcare management

[Zope-dev] HTMLFile vs DTMLFile

2006-09-22 Thread Patrick Gerken
Hello, looking through old bugs, I saw one about some issue with HTMLFile. I started to wonder, why would want somebody to use HTLMFile, if DTMLFile exists, and DTMLFile, allows you to define your own global namespace, what HTMLFile doesn't According to this thread

Re: [Zope-dev] Re: WebDAV PUT factory tests failing on 2.10 branch

2006-09-22 Thread Lennart Regebro
On 9/18/06, Stefan H. Holek [EMAIL PROTECTED] wrote: Yes, this is a blocker IMO as it breaks FTP for a whole class of virtual hosting scenarios. No, I don't know how to fix, maybe Lennart? Yeah, I think so. It's a mess. Basically, 2.10 looks for subobjects using __getitem__ before it looks up

Re: [Zope-dev] Re: WebDAV PUT factory tests failing on 2.10 branch

2006-09-22 Thread Andreas Jung
--On 22. September 2006 20:15:01 +0200 Lennart Regebro [EMAIL PROTECTED] wrote: On 9/18/06, Stefan H. Holek [EMAIL PROTECTED] wrote: Yes, this is a blocker IMO as it breaks FTP for a whole class of virtual hosting scenarios. No, I don't know how to fix, maybe Lennart? Yeah, I think so.

Re: [ZWeb] content discussion

2006-09-22 Thread Baiju M
Since yesterday, we maintain the text here: http://svn.zope.org/web/zf/trunk/ You can check it out like this: svn co svn://svn.zope.org/web/zf/trunk/ zf I think it should be: svn co svn://svn.zope.org/repos/main/web/zf/trunk/ zf Regards, Baiju M

[ZWeb] we now have a repository for ZF restructured text

2006-09-22 Thread Martijn Faassen
Hi there, The official repository for restructured text that will become the Zope Foundation website is here: http://svn.zope.org/web/zf/trunk You can check it out: svn co svn://svn.zope.org/repos/main/web/zf/trunk zf You can also do a writeable checkout if you have permissions: svn co

[ZWeb] Re: updated zope foundation website texts in svn.zope.org

2006-09-22 Thread Darryl Cousins
Hi Martijn, Sorry my response is a bit slow. * I've got the new docs up. * Menu generated from directory structure. Omitting directories with binary files only. * Renamed members/members.txt to index.txt (easier if we have a default index in each directory. * Menu title and description and

RE: [Zope] Problem with running same script at a time

2006-09-22 Thread Pletli Antal
Thank you Dieter! Here is the exact scenario, which in I first observed the problem: I have a external zope python module that communicates via TCP with a background system written in Java. I have a background system that communicates with the Zope via URL. I have a demo user folder in my Zope

[Zope] Re: VirtualHost 403 Forbidden. Help!!

2006-09-22 Thread Maik Ihde
Ferhat Ayaz [EMAIL PROTECTED] writes: I'm now able to access the server. with allowing access from all IPs. But is this the regular way to do VirtualHosting with Zope?? Yes, since you do want everyone in the world to access your site. Of course, you do not want to have an open proxy, so

Re: [Zope] VirtualHost 403 Forbidden. Help!!

2006-09-22 Thread Chris Withers
Ferhat Ayaz wrote: I'm now able to access the server. with allowing access from all IPs. But is this the regular way to do VirtualHosting with Zope?? Here the solution (!?) Proxy * Allow from all /Proxy You really better asking these questions on #apache on

Re: [Zope] Problem with running same script at a time

2006-09-22 Thread Chris Withers
Pletli Antal wrote: When I move the second script into other outer folder, all is OK. It is very strange, and I'v never read from this problem before. Eh? You've never heard of a blocking problem before? You're creating a blocking loop, which you seem to have now fixed... nothing odd about

[Zope] zope hosting

2006-09-22 Thread David H
Hi everyone, My understanding is that Zettai is closing down. Bummer cause I have been using them. Just looking for Zope Host recommendations All best, David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No

Re: [Zope] zope hosting

2006-09-22 Thread Philip Kilner
Hi David, David H wrote: My understanding is that Zettai is closing down. Bummer cause I have been using them. Just looking for Zope Host recommendations I've moved to HSR from Zettai, and am very happy. I did the migration myself, as I wanted to do it step by step, but: -

RE: [Zope] Problem with running same script at a time

2006-09-22 Thread Dieter Maurer
Pletli Antal wrote at 2006-9-22 08:51 +0200: ... I have a demo user folder in my Zope project with two scripts. The first script sends a tcp message to the background (with the help of external module), the second one do something when the background call it via url. The problem is your setup.

RE: [Zope] Problem with running same script at a time

2006-09-22 Thread Pletli Antal
Thank you Dieter, I will try it. -Original Message- From: Dieter Maurer [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 8:03 PM To: Pletli Antal Cc: zope@zope.org Subject: RE: [Zope] Problem with running same script at a time Pletli Antal wrote at 2006-9-22 08:51 +0200: ...

Re: [Zope] LocalFS - user needs to be manager?

2006-09-22 Thread Josh Burvill
Hello again, Update - the problem is not experienced withlocalfs-andreas-1.3 That is my solution for now. Thanks, Josh On 21/09/06, Jonathan [EMAIL PROTECTED] wrote: Tryturning on verbose security in zope.conf - there are two settings that you need: security-policy-implementation

Re: [Zope-DB] Zope database connectivity

2006-09-22 Thread Chris Withers
Dieter Maurer wrote: M.-A. Lemburg wrote at 2006-9-20 23:00 +0200: ... I'll correct that slightly: Zope DAs usually open the connection as soon as the connection object is loaded into memory, e.g. if you look at the folder contents containing the connection object. In my view, this is a bug

Re: [Zope-DB] Zope database connectivity

2006-09-22 Thread Dieter Maurer
Chris Withers wrote at 2006-9-22 10:48 +0100: Dieter Maurer wrote: M.-A. Lemburg wrote at 2006-9-20 23:00 +0200: ... I'll correct that slightly: Zope DAs usually open the connection as soon as the connection object is loaded into memory, e.g. if you look at the folder contents containing the

Re: [Zope-DB] Zope database connectivity

2006-09-22 Thread Maciej Wisniowski
You could recode DA's to close the connection at the end of every transaction and reopen them on demand, Seems for me that difference betwen connect on load and connect on demand is in _begin, _finish and __init__ methods of TransactionManager (usually defined in db.py in specific database