[Zope-Checkins] SVN: Zope/tags/2.9.3/inst/WinBuilders/ tweak versions.

2006-05-24 Thread Chris Withers
Log message for revision 68265: tweak versions. Changed: U Zope/tags/2.9.3/inst/WinBuilders/README.txt U Zope/tags/2.9.3/inst/WinBuilders/mk/python.mk -=- Modified: Zope/tags/2.9.3/inst/WinBuilders/README.txt === ---

[Zope-Checkins] SVN: Zope/branches/2.9/inst/WinBuilders/ tweak versions.

2006-05-24 Thread Chris Withers
Log message for revision 68266: tweak versions. Changed: U Zope/branches/2.9/inst/WinBuilders/README.txt U Zope/branches/2.9/inst/WinBuilders/mk/python.mk -=- Modified: Zope/branches/2.9/inst/WinBuilders/README.txt ===

[Zope-Checkins] SVN: Zope/trunk/inst/WinBuilders/ tweak versions.

2006-05-24 Thread Chris Withers
Log message for revision 68267: tweak versions. Changed: U Zope/trunk/inst/WinBuilders/README.txt U Zope/trunk/inst/WinBuilders/mk/python.mk -=- Modified: Zope/trunk/inst/WinBuilders/README.txt === ---

[Zope-dev] Thread Initialization Hook

2006-05-24 Thread Sidnei da Silva
We are having issues with code for initializing COM for threading leaking into several different projects. The issue is that if you want to use COM inside Zope you have to call pythoncom.CoInitializeEx, hopefully as the very first thing after a thread gets created. Mark Hammond suggested that we

Re: [Zope] apache rewrite rules redux

2006-05-24 Thread Philip Kilner
Hi David, I'm suffering from a coffee underflow error, so am not 100% (yet!), but... David Bear wrote: RewriteRule ^/z2$ http://127.0.0.1:9080/VirtualHostBase/\ https/%SERVER_NAME}:80/VirtualHostRoot/_vh_z2/ [L,P] RewriteRule ^/z2/(.*) http://127.0.0.1:9080/VirtualHostBase/\

Re: [Zope] apache rewrite rules redux

2006-05-24 Thread Chris Withers
David Bear wrote: # see http://betabug.ch/zope/witch RewriteRule ^/z2$ http://127.0.0.1:9080/VirtualHostBase/\ https/%SERVER_NAME}:80/VirtualHostRoot/_vh_z2/ [L,P] RewriteRule ^/z2/(.*) http://127.0.0.1:9080/VirtualHostBase/\ https/%{SERVER_NAME}:80/VirtualHostRoot/_vh_z2/$1 [L,P] These rules

Re: [Zope] AJAX and Zope

2006-05-24 Thread Andreas Jung
--On 24. Mai 2006 13:43:27 +0100 Pascal Peregrina [EMAIL PROTECTED] wrote: Hi, I was wondering if there is any plan to have built-in support (i.e. helpers, built-in Zope objects, etc) in order to support AJAX in Zope at some point. Zope is already XML-RPC compliant, so it should not be

Re: [Zope] AJAX and Zope

2006-05-24 Thread Lennart Regebro
On 5/24/06, Pascal Peregrina [EMAIL PROTECTED] wrote: I was wondering if there is any plan to have built-in support (i.e. helpers, built-in Zope objects, etc) in order to support AJAX in Zope at some point. The helpers would then be some sort of Ajax JS library. I think that at this time it

[Zope] allow access to fileobject depending on role

2006-05-24 Thread leandros van den berg
Hello, I'm having trouble with the precondition field of a fileobject. I've got a fileobject (a PDF-file) and its precondition field states myPrecondition, which is a DTML Method and its code is: dtml-with REQUEST['PARENTS'][0] dtml-if expr=_.SecurityGetUser().has_role(['Bobo']) != 1

[Zope] zope.conf Zeo question

2006-05-24 Thread Jonathan
I am trying to set up a zeo client on one machine and a zeo server on another machine. I get the following messages in zeo.log (on the zeo server machine): 2006-05-24T08:42:04 INFO ZEO.StorageServer (8610) StorageServer created RW with storages: 1:RW:/apps/zeo1/var/Data.fs --

RE: [Zope] AJAX and Zope

2006-05-24 Thread Pascal Peregrina
By Zope objects I meant: You've got a page template for example, and you include such an AJAX enabled object, basically rendering an HTML fragment, and the resulting page will include the page template code + the fragment (similar to a macro call), but will also include the needed javascript

Re: [Zope] AJAX and Zope

2006-05-24 Thread Jonathan
Have you looked at: http://zif.hill-street.net/jsonserver Jonathan - Original Message - From: Pascal Peregrina [EMAIL PROTECTED] To: zope@zope.org Sent: Wednesday, May 24, 2006 9:18 AM Subject: RE: [Zope] AJAX and Zope By Zope objects I meant: You've got a page template for

RE: [Zope] AJAX and Zope

2006-05-24 Thread Andreas Jung
--On 24. Mai 2006 14:18:34 +0100 Pascal Peregrina [EMAIL PROTECTED] wrote: By Zope objects I meant: You've got a page template for example, and you include such an AJAX enabled object, basically rendering an HTML fragment, and the resulting page will include the page template code + the

Re: [Zope] AJAX and Zope

2006-05-24 Thread Lennart Regebro
On 5/24/06, Pascal Peregrina [EMAIL PROTECTED] wrote: By Zope objects I meant: You've got a page template for example, and you include such an AJAX enabled object, basically rendering an HTML fragment, and the resulting page will include the page template code + the fragment (similar to a

Re: [Zope] AJAX and Zope

2006-05-24 Thread Tarek Ziadé
Lennart Regebro wrote: On 5/24/06, Pascal Peregrina [EMAIL PROTECTED] wrote: By Zope objects I meant: You've got a page template for example, and you include such an AJAX enabled object, basically rendering an HTML fragment, and the resulting page will include the page template code + the

RE: [Zope] AJAX and Zope

2006-05-24 Thread Pascal Peregrina
Well, that's why I mentioned this in my initial mail: http://jtauber.com/blog/2006/05/23/primitive_python_version_of_gwt_working (the python to javascript translator part) Of course I know how to make some AJAX to in Zope for some specific application. But I wanted to know if some of the core

Re: [Zope] zope.conf Zeo question

2006-05-24 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24 May 2006, at 14:16, Jonathan wrote: When I run zope on the zeo client check the 'zeo1' database in the ControlPanel I get the following traceback: Traceback (innermost last): Module ZPublisher.Publish, line 106, in publish Module

Re: [Zope] AJAX and Zope

2006-05-24 Thread Lennart Regebro
On 5/24/06, Tarek Ziadé [EMAIL PROTECTED] wrote: You might want to look at Azax approach as well: besides the way it works (you define behaviors in XML files, that get processed by a js engine) it gathers Zope 3 help views, that let the developer define the behavior in Python I think the stuff

Re: [Zope] AJAX and Zope

2006-05-24 Thread Jim Washington
Lennart Regebro wrote: On 5/24/06, Pascal Peregrina [EMAIL PROTECTED] wrote: By Zope objects I meant: You've got a page template for example, and you include such an AJAX enabled object, basically rendering an HTML fragment, and the resulting page will include the page template code + the

Re: [Zope] zope.conf Zeo question

2006-05-24 Thread Jonathan
That did the trick! (I had created a /apps/zeo1 directory on the server machine, but I did not have a matching directory on the client machine to hold the persistent cache file) Thanks very much! Jonathan - Original Message - From: Jens Vagelpohl [EMAIL PROTECTED] To: [Zope] List

[Zope] Zope will not allow access after IP address change

2006-05-24 Thread Jeremiah Foster
Hello, I cannot seem to access the zope management interface on one of our machines after we moved it to another ISP. All the software is the same, the machine is the same, the only things changed are; 1. /etc/hosts 2. hostname 3. IP address Is there some security or other mechanism in zope

Re: [Zope] Zope will not allow access after IP address change

2006-05-24 Thread Andreas Jung
--On 24. Mai 2006 18:06:07 +0200 Jeremiah Foster [EMAIL PROTECTED] wrote: Hello, I cannot seem to access the zope management interface on one of our machines after we moved it to another ISP. All the software is the same, the machine is the same, the only things changed are; 1. /etc/hosts

Re: [Zope] Zope will not allow access after IP address change

2006-05-24 Thread Jeremiah Foster
On Wed, 2006-05-24 at 18:14 +0200, Andreas Jung wrote: --On 24. Mai 2006 18:06:07 +0200 Jeremiah Foster I cannot seem to access the zope management interface on one of our machines after we moved it to another ISP. All the software is the same, the machine is the same, the only things

[Zope] [i18n] i18n not working in nested macros?

2006-05-24 Thread Andreas Jung
I am running a Plone site with Plone 2.1.X on top of Zope 2.8.6. I have a case where base_edit calls a macro for a self-written macro which calls another helper macro. This one contains something stupid as label i18n:translate=enddateend date/label However the content of the tag is never

Re: [Zope] Zope will not allow access after IP address change

2006-05-24 Thread robert rottermann
Jeremiah Foster wrote: On Wed, 2006-05-24 at 18:14 +0200, Andreas Jung wrote: --On 24. Mai 2006 18:06:07 +0200 Jeremiah Foster I cannot seem to access the zope management interface on one of our machines after we moved it to another ISP. All the software is the same, the machine