Hello,
Now that we're back, we're focusing on a number of things, one of which is tackling most of the backlog in the Collector in preparation for Z2. We are painfully aware that some issues in the Collector languished during prep for the Expo, but we're back on the case now, so if you have anything you've been meaning to submit, please do so today so that the fixes can make it into Z2:
It is sometimes difficult for me to go to the Collector. Here are some notes that I am not sure if they went to the Collector or not: *** Here is a message I posted some days ago: Hello, Zope 1.11.0 seems to ignore Content-Type headers Let 'dm' be this DTML Method: <!--#var "RESPONSE.setHeader('Content-Type', 'application/rtf')"-->{\rtf1\ansi ....} Of course, .... is the rest of the rtf document. Note that it is dynamicly generated. This is why I need to use a DTML Method to render the RTF document. Under Zope 1.10.2, dm renders nicely (Word is launched and the RTF document is seen directly in the browser from IE 3.x. From Navigator 4.5, I can either save or open the document). However, under Zope 1.11.0pr1, IE 3.x says it can't open the document. At the end of the document is what ZServer displays. However, there is no error with Navigator, but it displays the RTF file as text. A freshly-installed-from-source-Zope 1.11.0pr1 exhibits the same behavior. What ZServer prints: uncaptured python exception, closing channel <zhttp_channel connected 160.0.108.48:1944 at 84d15b8 channel#: 84 requests:1> (socket.error:(9, 'Mauvais descripteur de fichier.') [/home/webdevel/devel/11.0/Zope/ZServer/medusa/asynchat.py|initiate_send|204 ] [/home/webdevel/devel/11.0/Zope/ZServer/medusa/http_server.py|send|386] [/home/webdevel/devel/11.0/Zope/ZServer/medusa/asyncore.py|send|233] ) Can someone post this to the Collector for me? UPDATE: I tested this on Zope-2.0a1, and the problem is still there. *** Timezone My time.tzname is 'RET'. I live in Reunion Island, and the timezone is GMT+4. I don't know the official name for this timezone, but if you could add this to lib/python/DateTime/DateTime.py for me, it would cut down the time I spend to upgrade each time a new Zope is released :-) *** lib/python/OFS/documentEdit.dtml reads: <textarea name=data:text wrap=off <!--#if some stuff about cols and rows--> <!--#/if-->> <!--#var __str__--></textarea> There should be no newline after the <textarea> tag and before the <!--#var __str__-->. IE 3.x adds a new line every time you edit the text. Ok, I don't use IE 3.x to edit a text through the web, but in case someone is still in the dark ages... *** I also posted this: Zope 1.1.0.2 using :tokens:int (to have "1 2 3" --> [1, 2, 3]) doesn't work Included is a patch against lib/python/ZPublisher/Converters.py Basically, field2whatever recursively calls field2whatever if its argument is a list or a sequence, where 'whatever' is int, float, or long Also, field2date appears twice in this file. The patch also corrects this. having-a-lot-of-patch-againt-pristine-Zope-with-a-lot-of-regrets-ly yours, Jephte CLAIN Service Informatique CHSR