[Zope3-dev] SVN: Zope3/branches/3.3/ Fixed issues 648 and 593: uploading files with non-ASCII filenames now works.

2006-06-19 Thread Adam Groszer
Hi Marius, Your fix of browser.py causes problems for me using hurry.file when running functional test with zope.testbrowser. The problem is that aFieldStorage.filename is already unicode and it cannot be decoded again. Do you mind if I add an if isinstance(aFieldStorage.filename, unicode): const

[Zope3-dev] Re: SVN: Zope3/branches/3.3/ Fixed issues 648 and 593: uploading files with non-ASCII filenames now works.

2006-06-19 Thread Rocky Burt
Hmm, this seems strange to me. How can it be guaranteed that the remote filename is a utf-8 encoded byte string? Not sure this should be done this way anyhow. - Rocky On Mon, 2006-19-06 at 11:01 +0200, Adam Groszer wrote: > Hi Marius, > > Your fix of browser.py causes problems for me using h

[Zope3-dev] About issue 525: i18n Date(time)Widget

2006-06-19 Thread Dmitry Vasiliev
Hello! Currently I'm working on the issue 525 ("DateWidget ru-format"). I've already changed 'parseDatetimetz' in favor of 'self.request.locale.dates.getFormatter' for DatetimeWidget and DateWidget, but now I face some usability/backward compatibility problems. By default display style for '

Re: [Zope-dev] Re: [Zope3-dev] Re: Stable / Development branches?

2006-06-19 Thread Chris Withers
Lennart Regebro wrote: On 6/18/06, Paul Winkler <[EMAIL PROTECTED]> wrote: +1, I'd like some way to easily know when a release is no longer maintained. i.e., what's the X in the above formula. Well, it's 2 versions, so far. I.e, current release and last release. Unless we decide to change tha

[Zope3-dev] Unify the Zope 2 and Zope 3 repositories!

2006-06-19 Thread Chris Withers
Philipp von Weitershausen wrote: Note that this should also extend to the Zope 3 releases. Zope 3.2 is part of Zope 2.9 and will hence be used for quite some time. Yet, bugfixes aren't even backported to the Zope 3.2 branch anymore... It's this sort of thing that makes me wish we could unify th

[Zope3-dev] Seven branches?!

2006-06-19 Thread Chris Withers
Christian Theune wrote: However, Zope 2.8 is still available for stable download ... so we currently have 7 branches to watch out for. ...and you're not even including ZODB branches and the like that need to be maintained and kept in sync... Chris -- Simplistix - Content Management, Zope &

[Zope3-dev] Re: Unify the Zope 2 and Zope 3 repositories!

2006-06-19 Thread Philipp von Weitershausen
Chris Withers wrote: > Philipp von Weitershausen wrote: >> Note that this should also extend to the Zope 3 releases. Zope 3.2 is >> part of Zope 2.9 and will hence be used for quite some time. Yet, >> bugfixes aren't even backported to the Zope 3.2 branch anymore... > > It's this sort of thing tha

Re: [Zope3-dev] Re: Unify the Zope 2 and Zope 3 repositories!

2006-06-19 Thread Benji York
Philipp von Weitershausen wrote: Uh, never mind. +1 :) -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Re: [Zope-dev] Re: [Zope3-dev] Re: Stable / Development branches?

2006-06-19 Thread Lennart Regebro
On 6/19/06, Chris Withers <[EMAIL PROTECTED]> wrote: > Well, it's 2 versions, so far. I.e, current release and last release. > Unless we decide to change that now. Is it really? That's how it has been so far, yes. Maybe we should extend it. But mind you, that's more work... I for one, is NOT

Re: [Zope-dev] Re: [Zope3-dev] Re: Stable / Development branches?

2006-06-19 Thread Lennart Regebro
On 6/19/06, Lennart Regebro <[EMAIL PROTECTED]> wrote: I for one, is NOT interested in backporting fixed in Five trunk to both Five 1.0, 1.1, 1.3, 1.4 and 1.5, which is what are the current versions of Five if we say that Zope 2.8 and 2.7 should be still supported after the release of 2.10. If so

Re: [Zope-dev] Re: [Zope3-dev] Re: Stable / Development branches?

2006-06-19 Thread Andreas Jung
--On 19. Juni 2006 16:25:32 +0200 Lennart Regebro <[EMAIL PROTECTED]> wrote: I for one, is NOT interested in backporting fixed in Five trunk to both Five 1.0, 1.1, 1.3, 1.4 and 1.5, which is what are the current versions of Five if we say that Zope 2.8 and 2.7 should be still supported after

Re: [Zope3-dev] Re: SVN: Zope3/branches/3.3/ Fixed issues 648 and 593: uploading files with non-ASCII filenames now works.

2006-06-19 Thread Marius Gedminas
On Mon, 2006-19-06 at 11:01 +0200, Adam Groszer wrote: > Hi Marius, > > Your fix of browser.py causes problems for me using hurry.file when > running functional test with zope.testbrowser. > The problem is that aFieldStorage.filename is already unicode and it > cannot be decoded again. > > Do you

Re: [Zope3-dev] Somebody review my fix for issue 592?

2006-06-19 Thread Marius Gedminas
Hi, On Sun, Jun 18, 2006 at 01:33:48AM -0400, Christian Theune wrote: > I'm pretty confident that this change does what it is intended to do > (fix 592 and some inconsistencies along the way). > > But as I had to figure out some pretty old code and some of the > architecture and dependencies in

Re: [Zope3-dev] Somebody review my fix for issue 592?

2006-06-19 Thread Marius Gedminas
On Mon, Jun 19, 2006 at 07:59:07PM +0300, Marius Gedminas wrote: > On Sun, Jun 18, 2006 at 01:33:48AM -0400, Christian Theune wrote: > > I'm pretty confident that this change does what it is intended to do > > (fix 592 and some inconsistencies along the way). > > > > But as I had to figure out so

Re: [Zope3-dev] Re: SVN: Zope3/branches/3.3/ Fixed issues 648 and 593: uploading files with non-ASCII filenames now works.

2006-06-19 Thread Benji York
Marius Gedminas wrote: I don't mind, but I think it would be better if testbrowser was changed to match what real browsers do instead. +1 However, we'd have to decide who is creating the unicode string: testbrowser, mechanize, or the publishing framework. -- Benji York Senior Software Engine

[Zope3-dev] Disable developer mode by default

2006-06-19 Thread Christian Theune
Hi, due to the discussion in issue 507 and to make Zope 3 and Zope 2 behave more similar, I propose to disable the developer mode by default as of Zope 3.3 and as an additional fix for Zope 3.2. Additionally, I might take the time to log a warning when in developer mode, and even more additi

Re: [Zope3-dev] Disable developer mode by default

2006-06-19 Thread Fred Drake
On 6/19/06, Christian Theune <[EMAIL PROTECTED]> wrote: Additionally, I might take the time to log a warning when in developer mode, and even more additionally, I'll introduce a red blinking something that tells you in the ZMI that you are running developer mode. +1 to all this! -Fred -- Fr

Re[2]: [Zope3-dev] Re: SVN: Zope3/branches/3.3/ Fixed issues 648 and 593: uploading files with non-ASCII filenames now works.

2006-06-19 Thread Adam Groszer
Hello Benji, Marius, Sorry, "entwarnung" It is hurry.file causing the the problem, it is doing def _toFormValue(self, value): if value == self.context.missing_value: return self._missing return FileUpload(FakeFieldStorage(value.filename, value.data)) and this FileUplo

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

2006-06-19 Thread buildbot
The Buildbot has detected a failed build of Zope3 trunk 2.4 Linux zc-buildbot. Buildbot URL: http://buildbot.zope.org/ Build Reason: changes Build Source Stamp: 6254 Blamelist: benji_york,ctheune,jim BUILD FAILED: failed test_2 sincerely, -The Buildbot