Re: [Zope-dev] [Zope 2.10] ZPT going Unicode

2006-01-06 Thread Andreas Jung
--On 5. Januar 2006 21:12:08 +0100 Dieter Maurer [EMAIL PROTECTED] - allowing only unicode textual content when calling macros, PyScript etc. definitely not. I know that this is a hard requirement but it is an implicit requirement in Zope 3. - converting non-unicode to unicode

Re: [Zope-dev] [Zope 2.10] ZPT going Unicode

2006-01-06 Thread TAHARA Yusei
Hello. - the ZMI screens for ZPTs use a _fixed_ UTF-8 encoding (is this also fine for asian users?) This is fine for me, as one of asian user. - The ZPublisher will convert a 'unicode' ZPT using default_zpublisher_encoding (zope.conf) to a byte stream. The current

Re: [Zope-dev] [Zope 2.10] ZPT going Unicode

2006-01-06 Thread Andreas Jung
--On 6. Januar 2006 19:55:56 +0900 TAHARA Yusei [EMAIL PROTECTED] wrote: I've tried to the branch and I found a typo in zope.conf. I think default-zpublisher-encoding is a correct directive name. This is already fixed. By the way, I have a request related to this changes. If the

[Zope-dev] Zope tests: 8 OK

2006-01-06 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Thu Jan 5 12:01:01 2006 UTC to Fri Jan 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: Thu Jan 5 21:03:47 EST

[Zope-dev] Re: [Zope 2.10] ZPT going Unicode

2006-01-06 Thread Florent Guillaume
Dieter Maurer wrote: I'd rather have a one-time update method that trawls the database, like is done for Python Scripts recompiling for instance. Or I can call it myself in my upgrade procedures on the exact objects I know will need updates. I've implemented the setstate() variant as

[Zope-dev] Re: SVN: Zope/branches/2.9/ Move to ZODB 3.6 final.

2006-01-06 Thread Florent Guillaume
Hi, Why not use the tag you just made? ZODB svn://svn.zope.org/repos/main/ZODB/tags/3.6.0/src/ZODB etc. (Hi have a vague feeling this may have been discussed before but I'm not sure ;)). Florent Tim Peters wrote: Log message for revision 41156: Move to ZODB 3.6 final. Changed:

Re: [Zope-dev] Re: SVN: Zope/branches/2.9/ Move to ZODB 3.6 final.

2006-01-06 Thread Tim Peters
[Florent Guillaume] Why not use the tag you just made? ZODB svn://svn.zope.org/repos/main/ZODB/tags/3.6.0/src/ZODB etc. Ask Jim ;-) (Hi have a vague feeling this may have been discussed before but I'm not sure ;)). I'm not sure it's been coherently discussed on a mailing list: - While

Re: [Zope-dev] Re: SVN: Zope/branches/2.9/ Move to ZODB 3.6 final.

2006-01-06 Thread Jim Fulton
Tim Peters wrote: [Florent Guillaume] Why not use the tag you just made? ZODB svn://svn.zope.org/repos/main/ZODB/tags/3.6.0/src/ZODB etc. Ask Jim ;-) I don't like using tags in externals. Each time an external is changed to a tag, svn creates .OLD directories and gets a new version.

Re: [Zope-dev] Re: SVN: Zope/branches/2.9/ Move to ZODB 3.6 final.

2006-01-06 Thread Andreas Jung
--On 6. Januar 2006 10:49:29 -0500 Jim Fulton [EMAIL PROTECTED] wrote: I don't like using tags in externals. Each time an external is changed to a tag, svn creates .OLD directories and gets a new version. It's a real hassle IMO. I _like_ tags in externals because they are self-documenting.

Re: [Zope-dev] Re: SVN: Zope/branches/2.9/ Move to ZODB 3.6 final.

2006-01-06 Thread Tim Peters
[Andreas Jung] I _like_ tags in externals because they are self-documenting. Dealing with externals where you have several different revision numbers is a PIA since you never know what version of a module is behind the revision. You always have look through the log for the referenced

[Zope-dev] buildbot failure in Zope trunk 2.4 Linux zc-buildbot

2006-01-06 Thread buildbot
The Buildbot has detected a failed build of Zope trunk 2.4 Linux zc-buildbot. Buildbot URL: http://buildbot.zope.org/ Build Reason: changes Build Source Stamp: 2617 Blamelist: andreasjung,anguenot,efge,jim BUILD FAILED: failed test sincerely, -The Buildbot

[Zope-dev] buildbot failure in Zope trunk 2.4 Windows 2000 zc-bbwin6

2006-01-06 Thread buildbot
The Buildbot has detected a failed build of Zope trunk 2.4 Windows 2000 zc-bbwin6. Buildbot URL: http://buildbot.zope.org/ Build Reason: changes Build Source Stamp: 2617 Blamelist: andreasjung,anguenot,efge,jim BUILD FAILED: failed failed slave lost sincerely, -The Buildbot

Re: [Zope-dev] [Zope 2.10] ZPT going Unicode

2006-01-06 Thread Dieter Maurer
Andreas Jung wrote at 2006-1-6 10:13 +0100: ... A site encoding as default makes sense however there are situations when the encoding of a string from is different. E.g. when you deal with XMLHTTPRequest the browser expects an utf8 fragment which might conflict with an iso-8859-15