[Zope-CMF] CMF Collector: Open Issues

2005-09-28 Thread tseaver
The following supporters have open issues assigned to them in this collector (http://www.zope.org/Collectors/CMF). Assigned and Open efge - CMFSetup: provide non-ascii im- and exports, [Accepted] http://www.zope.org/Collectors/CMF/292 - CMFSetup doesn't correctly detect

[Zope-CMF] Re: SVN: CMF/trunk/GenericSetup/ Improved unicode handling by adding 'getEncoding' to all contexts, export as well as import.

2005-09-28 Thread Florent Guillaume
If I understand, the goal is to specify the file encoding for the export. Do we really need this? Isn't UTF-8 good enough in all cases? Florent Tres Seaver wrote: Log message for revision 38662: Improved unicode handling by adding 'getEncoding' to all contexts, export as well as import.

[Zope-CMF] IE Cache Bug and CachingPolicyManager

2005-09-28 Thread Geoff Davis
In testing all the new caching code, I ran into a fairly nasty IE bug: IE pays attention (more or less) to the Cache-Control header when it comes to requesting new content from the server. The more-or-less part is because IE 5.5+ introduces some proprietary Cache-Control tokens, pre-check and

[Zope-CMF] Re: SVN: CMF/trunk/GenericSetup/ Improved unicode handling, , ,

2005-09-28 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Florent Guillaume wrote: If I understand, the goal is to specify the file encoding for the export. Do we really need this? Isn't UTF-8 good enough in all cases? It's good enough for XML, where documents without specified encodings are mandated to

[Zope-CMF] Re: IE Cache Bug and CachingPolicyManager

2005-09-28 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Geoff Davis wrote: In testing all the new caching code, I ran into a fairly nasty IE bug: IE pays attention (more or less) to the Cache-Control header when it comes to requesting new content from the server. The more-or-less part is because IE

[Zope-CMF] Re: IE Cache Bug and CachingPolicyManager

2005-09-28 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Geoff Davis wrote: In testing all the new caching code, I ran into a fairly nasty IE bug: IE pays attention (more or less) to the Cache-Control header when it comes to requesting new content from the server. The more-or-less part is because IE

[Zope-CMF] Re: IE Cache Bug and CachingPolicyManager

2005-09-28 Thread Geoff Davis
On Wed, 28 Sep 2005 12:47:06 -0400, Tres Seaver wrote: Thanks for the analysis, and the fix (sorry for the earlier, premature reply). No problem. P-J Grizel suggested offline that the problem might be due to IE not parsing the time zone string at the end of the Last-Modified date stamp

[Zope-CMF] Zope Debugger 0.8.0 Released!

2005-09-28 Thread Chris Withers
Zope Debugger is an enhanced version of pdb for use with Zope. It can be used simply by inserting the following lines in any python code you'd like to debug, including Script (Python)'s and FSPythonScripts: from Products.zdb import set_trace set_trace() It requires no changes to Zope, CMF or