[Zope] Base 64 passed into Zope

2006-02-06 Thread Jonathan Cleaver
I have a system which is accepting Base 64 encoded data from an external source, due to the protocol being used at the other end this is being passed in through a URL variable. e.g. http://foo.bar.com?Data=uiDggGREJJytIIUicSSAa+WEhnGK I am having an issue (Using Zope 2.7.6, Python 2.3.5)

Re: [Zope] Base 64 passed into Zope

2006-02-06 Thread Andreas Jung
--On 6. Februar 2006 08:33:47 + Jonathan Cleaver [EMAIL PROTECTED] wrote: I have a system which is accepting Base 64 encoded data from an external source, due to the protocol being used at the other end this is being passed in through a URL variable. e.g.

Re: [Zope] Base 64 passed into Zope

2006-02-06 Thread Jens Vagelpohl
On 6 Feb 2006, at 08:33, Jonathan Cleaver wrote: I have a system which is accepting Base 64 encoded data from an external source, due to the protocol being used at the other end this is being passed in through a URL variable. e.g. http://foo.bar.com?Data=uiDggGREJJytIIUicSSAa+WEhnGK I am

[Zope] Re: Base 64 passed into Zope

2006-02-06 Thread Jonathan Cleaver
Thanks for your reply. Unfortunately, the protocol that I am working with means that my script is receiving an HTTP GET, not a POST. Is there a way I can sensibly 'tweak' the request coming in to circumvent this? I have reason to believe that there is considerable inertia at the other end to

Re: [Zope] Re: Base 64 passed into Zope

2006-02-06 Thread Andreas Jung
--On 6. Februar 2006 09:23:10 + Jonathan Cleaver [EMAIL PROTECTED] wrote: Thanks for your reply. Unfortunately, the protocol that I am working with means that my script is receiving an HTTP GET, not a POST. Is there a way I can sensibly 'tweak' the request coming in to circumvent this?

[Zope] Re: Base 64 passed into Zope

2006-02-06 Thread Jonathan Cleaver
Many thanks for your replies, Andreas and Jens, most helpful. [Rolls up sleeves...] Andreas Jung wrote: --On 6. Februar 2006 09:23:10 + Jonathan Cleaver [EMAIL PROTECTED] wrote: Thanks for your reply. Unfortunately, the protocol that I am working with means that my script is

Re: [Zope] zope / web content

2006-02-06 Thread bruno desthuilliers
azzouz wrote: Hi, In our institut customer administration want to manage editing updating and modifying web page under zope with account authentification. There aren't supposed to know html, dmtl, zpt language. Are there tools to allow them do those actions under text format which will fill

[Zope] can't find template (newbie)

2006-02-06 Thread David De Maeyer
Hi all, I have been given to look at a website running on Zope for one of our partner. The site has been installed by a developer who since left that partner. The installation is as often undocumented which doesn't really help me getting through the setup. Zope 2.7.5 is installed, CMF 1.4 as

[Zope] Multiple SUBMIT images on one form

2006-02-06 Thread Richard Smith
I gather that the problem whereby having more than one IMG submit on a single form causes some browsers (IE but not firefox) problems is well known. The problem is solved by using the positional attributes x,y in a cgi script. However, using Zope I cannot see how to access these atributes

Re: [Zope] Multiple SUBMIT images on one form

2006-02-06 Thread Tino Wildenhain
Richard Smith schrieb: I gather that the problem whereby having more than one IMG submit on a single form causes some browsers (IE but not firefox) problems is well known. The problem is solved by using the positional attributes x,y in a cgi script. Pardon, but how do the x,y coordinates

Re: [Zope] Multiple SUBMIT images on one form

2006-02-06 Thread Andrew Milton
+---[ Richard Smith ]-- | I gather that the problem whereby having more than one IMG submit on a | single form causes some browsers (IE but not firefox) problems is well | known. The problem is solved by using the positional attributes x,y in | a cgi script. | |

Re: [Zope] can't find template (newbie)

2006-02-06 Thread Peter Bengtsson
The template that does the footer is probably in the portal_skins folder. Poke around there. I'm not a CMF/Plone expert but there are lots of people on the plone mailing list who are. Good luck On 2/6/06, David De Maeyer [EMAIL PROTECTED] wrote: Hi all, I have been given to look at a website

Re: [Zope] can't find template (newbie)

2006-02-06 Thread Barry Drake
David, Look in portal_skins/portal_templates. The headers and footers are there. If you plan to customize a template you'll have to click the customize button. This will make a copy of the template in portal_skins/custom. After clicking the customize button the template will be opened in your

Re: [Zope] can't find template (newbie)

2006-02-06 Thread David De Maeyer
Sorry for posting in the wrong mailing-list. I actually did found the templates just after posting my mail; and did the changes. It worked after a bit of tweaking. Surprinsingly I have been able to modify/saving one template after logging as emergency user but I haven't been able to modify a

Re: [Zope] Multiple SUBMIT images on one form

2006-02-06 Thread Richard Smith
Andrew Milton wrote: +---[ Richard Smith ]-- | I gather that the problem whereby having more than one IMG submit on a | single form causes some browsers (IE but not firefox) problems is well | known. The problem is solved by using the positional attributes x,y in | a

[Zope] work around for importing zexp into zope2.8.1?

2006-02-06 Thread Tim Nash
Hello Group, Has anyone come across a work around for the problem of importing zexp into zope 2.8.1? I want to utilize iungo which requires zexp imports but I'd rather not ask my hosting provider for an update to zope. Thanks Tim BTW, thanks for the input on using zope as a standard application

Re: [Zope] work around for importing zexp into zope2.8.1?

2006-02-06 Thread Andreas Jung
--On 6. Februar 2006 11:34:10 -0800 Tim Nash [EMAIL PROTECTED] wrote: Hello Group, Has anyone come across a work around for the problem of importing zexp into zope 2.8.1? What is the problem of importing? If you don't have the permission to files to be imported into the filesystem of

Re: [Zope] work around for importing zexp into zope2.8.1?

2006-02-06 Thread Tim Nash
Andreas, Here I quote the iungo website http://iunog.org/download If you want to use iungo with Zope 2.8.X or Zope 2.9.x (please note: Zope 2.8.1 is broken regarding .zexp-Imports ), you'll need to recreate all Catalog-Indices. I have found this to be the case and when I researched on the web

Re: [Zope] work around for importing zexp into zope2.8.1?

2006-02-06 Thread Andreas Jung
--On 6. Februar 2006 11:50:40 -0800 Tim Nash [EMAIL PROTECTED] wrote: from my import Site Error An error was encountered while publishing this resource. Error Type: AttributeError Error Value: _length This is documented in doc/FAQ.txt of the Zope distribution. -aj pgpoNY3JETGpQ.pgp

Re: [Zope] work around for importing zexp into zope2.8.1?

2006-02-06 Thread Tim Nash
Well in the FAQ I see it says to call manage_convertIndexes of the ZCatalog which is a lot like what it says on the iungo site If you want to use iungo with Zope 2.8.X or Zope 2.9.x (please note: Zope 2.8.1 is broken regarding .zexp-Imports ), you'll need to recreate all Catalog-Indices. After

Re: [Zope] work around for importing zexp into zope2.8.1?

2006-02-06 Thread Andreas Jung
--On 6. Februar 2006 12:20:52 -0800 Tim Nash [EMAIL PROTECTED] wrote: Well in the FAQ I see it says to call manage_convertIndexes of the ZCatalog which is a lot like what it says on the iungo site If you want to use iungo with Zope 2.8.X or Zope 2.9.x (please note: Zope 2.8.1 is broken

Re: [Zope] work around for importing zexp into zope2.8.1?

2006-02-06 Thread Andreas Jung
--On 6. Februar 2006 12:20:52 -0800 Tim Nash [EMAIL PROTECTED] wrote: Well in the FAQ I see it says to call manage_convertIndexes of the ZCatalog which is a lot like what it says on the iungo site If you want to use iungo with Zope 2.8.X or Zope 2.9.x (please note: Zope 2.8.1 is broken

Re: [Zope] work around for importing zexp into zope2.8.1?

2006-02-06 Thread Tim Nash
Andreas, BTW, There is no ZCatalog objects found on my site. Tim On 2/6/06, Tim Nash [EMAIL PROTECTED] wrote: Well in the FAQ I see it says to call manage_convertIndexes of the ZCatalog which is a lot like what it says on the iungo site If you want to use iungo with Zope 2.8.X or Zope

[Zope] Corrected connectionTestForm.dtml

2006-02-06 Thread Jaroslav Lukesh
Hi all, here are corrected file lib\python\Shared\DC\ZRDB\dtml\connectionTestForm.dtml Take a look above DTML-COMMENT. It was from Z2.5.1, but it could be inspirative for newer versions. Regards, JL. dtml-in %(id)s size=20 start=query_start dtml-if sequence-start

[Zope] Better connectionTestForm.dtml

2006-02-06 Thread Jaroslav Lukesh
Hi, here are lib\python\Shared\DC\ZRDB\dtml\connectionTestForm.dtml with better window for SQL query. Regards, JL. dtml-var manage_page_header dtml-var manage_tabs dtml-if connected p class=form-help You can write a test query and run it with this database connection

Re: [Zope] work around for importing zexp into zope2.8.1?

2006-02-06 Thread Tim Nash
Andreas. iungo.zexp imports fine into zope 2.9 it doesn't import into zope2.8.1. Thanks for trying to help. It looks like I'm just stuck. Thanks, Tim On 2/6/06, Tim Nash [EMAIL PROTECTED] wrote: Andreas, BTW, There is no ZCatalog objects found on my site. Tim On 2/6/06, Tim Nash [EMAIL

[Zope] htaccess with zope/plone ?

2006-02-06 Thread michael nt milne
HiI've managed to set-up SSL over Apache and Zope/Plone virtual hosts on Windows but am slightly stuck on implementing the htaccess part of my solution. I've done extensive googleing but can't seen to find any solid documentation. My question is, do you need the Directory definition within the

Re: [Zope] work around for importing zexp into zope2.8.1?

2006-02-06 Thread Andreas Jung
--On 6. Februar 2006 17:22:12 -0800 Tim Nash [EMAIL PROTECTED] wrote: Andreas. iungo.zexp imports fine into zope 2.9 it doesn't import into zope2.8.1. Thanks for trying to help. It looks like I'm just stuck. Thanks, As I said: .zexp is not a format to import into _any_ Zope version. Ask

Re: [Zope-dev] Release schedule and deprecation decisions

2006-02-06 Thread Christian Theune
Hi, On Sun, 2006-02-05 at 12:11 -0500, Jim Fulton wrote: A while ago, we had some discussion on when to make releases and how long to support deprecated features. The discussion has died down so I'll summarize what I think the conclusions were: - We'll move releases up one month to may and

[Zope-dev] Re: [Zope3-dev] Release schedule and deprecation decisions

2006-02-06 Thread Martijn Faassen
Jim Fulton wrote: A while ago, we had some discussion on when to make releases and how long to support deprecated features. The discussion has died down so I'll summarize what I think the conclusions were: - We'll move releases up one month to may and November from June and December. This

[Zope-dev] Zope tests: 8 OK

2006-02-06 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Sun Feb 5 12:01:01 2006 UTC to Mon Feb 6 12:01:01 2006 UTC. There were 8 messages: 8 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2_6-branch Python-2.1.3 : Linux From: Zope Unit Tests Date: Sun Feb 5 21:03:10 EST

Re: [Zope-dev] No more access to username

2006-02-06 Thread Dieter Maurer
Andreas Jung wrote at 2006-2-4 06:56 +0100: ... --On 3. Februar 2006 23:22:00 +0100 Dieter Maurer [EMAIL PROTECTED] wrote: Beat Rubischon wrote at 2006-2-3 14:10 +0100: Until Zope 2.8.3 it was possible to access to the name of the logged in user also in a public accessible method. .. This