Re: [Zope3-Users] Internationalization, Widgets, and Currency

2006-05-08 Thread Tom Dossis
David Johnson wrote: I am trying to implement a currency input using a Float widget. However, the widget is populated with a strange character, and when saving the data that strange character causes problems. I do not see a Currency widget. What is the proper internationalization technique in

Re: [Zope3-Users] More fun with WSGI/zope.paste

2006-05-08 Thread Gary Poster
On May 8, 2006, at 5:39 PM, Benji York wrote: Jim Washington wrote: OK. I do not have commit privileges on zope.org svn. But you do, and I do not mind if you put these packages up there. AFAIK, you'd still have to sign a contributor agreement. (PS. er, actually, the packer in jsmin cam

Re: [Zope3-Users] More fun with WSGI/zope.paste

2006-05-08 Thread Gary Poster
On May 8, 2006, at 5:15 PM, Jim Washington wrote: Oops. Forgot to cc the list. Gary Poster wrote: [...] What do you think about some or all of the following: - moving development of all three of these to zope.org svn? OK. I do not have commit privileges on zope.org svn. But you do, an

Re: [Zope3-Users] Problem with Umlauts

2006-05-08 Thread Egon Frerich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Florian, and if you have doctests then the first line is (thanks go to Jim Fulton) .. -*- coding: utf8 -*- which is introduced in Zope 3.3 / Python 2.5. Egon Florian Lindner schrieb am 08.05.2006 23:16: > Am Montag, 8. Mai 2006 22:16 schrieb E

Re: [Zope3-Users] More fun with WSGI/zope.paste

2006-05-08 Thread Benji York
Jim Washington wrote: OK. I do not have commit privileges on zope.org svn. But you do, and I do not mind if you put these packages up there. AFAIK, you'd still have to sign a contributor agreement. (PS. er, actually, the packer in jsmin came from Plone.) Is the packer code GPL? -- Benji Y

[Zope3-Users] Internationalization, Widgets, and Currency

2006-05-08 Thread David Johnson
I am trying to implement a currency input using a Float widget.  However, the widget is populated with a strange character, and when saving the data that strange character causes problems. I do not see a Currency widget.  What is the proper internationalization technique in regards to curre

Re: [Zope3-Users] Problem with Umlauts

2006-05-08 Thread Florian Lindner
Am Montag, 8. Mai 2006 22:16 schrieb Egon Frerich: > Hi Florian, > > do you have the first line > > # -*- coding: utf8 -*- > > in your python module? No. > And is the source encoded in UTF-8? Yes. But with the line above added to the file it works now. Never heard of that line... Thanks, Fl

Re: [Zope3-Users] Zope 3.3.0 beta 1 released!

2006-05-08 Thread Stephan Richter
On Monday 08 May 2006 17:07, Lorenzo Gil Sanchez wrote: > Is there a small document or howto explaining how to migrate from the > old skins/layers to the new system? I migrated by reading the deprecation messages and following their advice. :-) Unfortunately, we do not have the resources to write

Re: [Zope3-Users] More fun with WSGI/zope.paste

2006-05-08 Thread Jim Washington
Oops. Forgot to cc the list. Gary Poster wrote: > > On May 7, 2006, at 4:47 PM, Jim Washington wrote: > >> Following along from Gary's idea that zc.resourcelibrary could be done >> as WSGI middeware, I am now previewing headincludes, a wsgi middleware >> filter with an alternative implementation

Re: [Zope3-Users] Problem with Umlauts

2006-05-08 Thread Egon Frerich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey Andreas, Andreas Jung schrieb am 08.05.2006 22:28: > > > --On 8. Mai 2006 22:16:24 +0200 Egon Frerich <[EMAIL PROTECTED]> > wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Hi Florian, >> >> do you have the first line >> >> #

Re: [Zope3-Users] More fun with WSGI/zope.paste

2006-05-08 Thread Benji York
Fred Drake wrote: On 5/8/06, Benji York <[EMAIL PROTECTED]> wrote: I must have been unclear. "zf" sounds great to me as a name space for code that's covered by the contributer agreement. "z" (or something else) as a default name space for non-foundation code that doesn't otherwise have a name

Re: [Zope3-Users] Zope 3.3.0 beta 1 released!

2006-05-08 Thread Lorenzo Gil Sanchez
Hi El lun, 08-05-2006 a las 15:13 -0400, Stephan Richter escribió: > Hello everyone, > > The Zope 3 development team is proud to announce Zope 3.3.0 beta 1. > Great :) > - The 'browser:layer' directive and the 'ILayer' interface > has been deprecated. Registering layers has become obsole

Re: [Zope3-Users] More fun with WSGI/zope.paste

2006-05-08 Thread Fred Drake
On 5/8/06, Benji York <[EMAIL PROTECTED]> wrote: I must have been unclear. "zf" sounds great to me as a name space for code that's covered by the contributer agreement. "z" (or something else) as a default name space for non-foundation code that doesn't otherwise have a name space. I'm not su

Re: [Zope3-Users] More fun with WSGI/zope.paste

2006-05-08 Thread Benji York
Gary Poster wrote: On May 8, 2006, at 4:41 PM, Benji York wrote: Shane Hathaway wrote: What about "zf", for Zope Foundation? I was thinking more about code that doesn't "belong" to the Foundation, but that's a good choice for code that does. Contributor now == Zope Foundation member s

Re: [Zope3-Users] More fun with WSGI/zope.paste

2006-05-08 Thread Gary Poster
On May 8, 2006, at 4:41 PM, Benji York wrote: Shane Hathaway wrote: Benji York wrote: Gary Poster wrote: "z" has also been proposed. :-) That strikes me as a good replacement for "z3c". What about "zf", for Zope Foundation? I was thinking more about code that doesn't "belong" to the

Re: [Zope3-Users] More fun with WSGI/zope.paste

2006-05-08 Thread Benji York
Shane Hathaway wrote: Benji York wrote: Gary Poster wrote: "z" has also been proposed. :-) That strikes me as a good replacement for "z3c". What about "zf", for Zope Foundation? I was thinking more about code that doesn't "belong" to the Foundation, but that's a good choice for code

Re: [Zope3-Users] Problem with Umlauts

2006-05-08 Thread Andreas Jung
--On 8. Mai 2006 22:16:24 +0200 Egon Frerich <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Florian, do you have the first line # -*- coding: utf8 -*- in your python module? And is the source encoded in UTF-8? huh? what has the source encoding to do with how

Re: [Zope3-Users] More fun with WSGI/zope.paste

2006-05-08 Thread Shane Hathaway
Benji York wrote: Gary Poster wrote: "z" has also been proposed. :-) That strikes me as a good replacement for "z3c". What about "zf", for Zope Foundation? Shane ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listi

Re: [Zope3-Users] More fun with WSGI/zope.paste

2006-05-08 Thread Benji York
Gary Poster wrote: More concretely, I suggest three new projects in zope.org: z3c.resourcelibrary (deprecating zc.resourcelibrary) z3c.gzipper z3c.jsmin I understand that "z3c" is the "community" name space that Stephan intends for people to use, but is seems terribly ugly to me. Could we co

Re: [Zope3-Users] Problem with Umlauts

2006-05-08 Thread Egon Frerich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Florian, do you have the first line # -*- coding: utf8 -*- in your python module? And is the source encoded in UTF-8? Greetings, Egon Florian Lindner schrieb am 08.05.2006 21:36: > Hello, > I have an schema like that: > > class IAbbreviation

[Zope3-Users] Zope3 Searching and Indexing

2006-05-08 Thread Sreeram Raghav
Hi all, I have been a Zope user for an year now. My main purpose of using Zope was to build a Knowledge Base and implement a index and search interface. Recently I have thought of migrating to Zope3, though Zope3 component architecture is interesting but it is a big shift for non-python users. I am

Re: [Zope3-Users] More fun with WSGI/zope.paste

2006-05-08 Thread Gary Poster
On May 7, 2006, at 4:47 PM, Jim Washington wrote: Following along from Gary's idea that zc.resourcelibrary could be done as WSGI middeware, I am now previewing headincludes, a wsgi middleware filter with an alternative implementation of zc.resourcelibrary. It usurps a lot of zc.resourcelibrary

Re: [Zope3-Users] "has a" relationships

2006-05-08 Thread Gary Poster
On May 4, 2006, at 5:16 PM, Jachin Rupe wrote: hi there I have another "zope theory" question. I am working on designing a application in zope. I've been looking at a lot of examples and I am wondering how people are implementing different types of relationships between different persi

Re: [Zope3-Users] Problem with Umlauts

2006-05-08 Thread Andreas Jung
--On 8. Mai 2006 21:36:26 +0200 Florian Lindner <[EMAIL PROTECTED]> wrote: Hello, I have an schema like that: class IAbbreviation(Interface): abbreviation = TextLine( title = u"Abkürzung", required = True) meaning = TextLine( ti

[Zope3-Users] Problem with Umlauts

2006-05-08 Thread Florian Lindner
Hello, I have an schema like that: class IAbbreviation(Interface): abbreviation = TextLine( title = u"Abkürzung", required = True) meaning = TextLine( title = u"Bedeutung", required = True) de

[Zope3-Users] Zope 3.3.0 beta 1 released!

2006-05-08 Thread Stephan Richter
Hello everyone, The Zope 3 development team is proud to announce Zope 3.3.0 beta 1. Zope 3 is the next major Zope release and has been written from scratch based on the latest software design patterns and the experiences of Zope 2. Cleanup of the Zope 3 packages has continued to ensure a flexibl

[Zope3-Users] Re: formlib validators

2006-05-08 Thread S.Martin
Hi David, Has anyone used formlib validators? What is the proper technique? I do not seem to be having any success. i use formlib validator in the following way: class ChangePassword(form.PageForm): def validate_change_passwd(self, action, data): errors = self.validate(action, d

[Zope3-Users] Zope, WebDAV, MS Word

2006-05-08 Thread Achim Domma
Hi, I'm able to connect from Windows via WebDAV to a Zope instace and can read the content of my zope objects. But I'm not able to edit the files, because all files are opened read-only. I have tried MS Word and OpenOffice. Both show the same behavior. Searching the web, I found some old pos