Re: [Zope3-dev] Vocabularies, sources and relationships

2005-04-07 Thread Tom Hoffman
On Apr 7, 2005 7:09 PM, Michel Pelletier <[EMAIL PROTECTED]> wrote: > On Thursday 07 April 2005 11:24 am, Michel Pelletier wrote: > > > I haven't looked at the ST library much, I get the impressions it's more > > focused on similar uses to that of Archetype references, which is great. > > There ar

[Zope3-dev] New preferences package

2005-04-07 Thread Garrett Smith
Can we move the config out of zope/app/configure.zcml and move it into package-includes? I suggest that new packages like this should be as decoupled from zope/app as possible until it's clear that they belong in the core. -- Garrett ___ Zope3-dev mail

Re: [Zope3-dev] Vocabularies, sources and relationships

2005-04-07 Thread Michel Pelletier
On Thursday 07 April 2005 11:24 am, Michel Pelletier wrote: > I haven't looked at the ST library much, I get the impressions it's more > focused on similar uses to that of Archetype references, which is great. > There are features in AT refs that would be a bit clumsy to implement in > Zemantic (l

[Zope3-dev] Re: HTTP 405: Method Not Allowed

2005-04-07 Thread Philipp von Weitershausen
Albertas Agejevas wrote: On Thu, Apr 07, 2005 at 10:06:38PM +0200, Philipp von Weitershausen wrote: Albertas Agejevas wrote: Currently, in the generic case, Zope 3 raises a ComponentLookupError in zope.app.publication.http line 74, and a 500 response is served. I can't find that particular line of

[Zope3-dev] Re: HTTP 405: Method Not Allowed

2005-04-07 Thread Albertas Agejevas
On Thu, Apr 07, 2005 at 10:06:38PM +0200, Philipp von Weitershausen wrote: > Albertas Agejevas wrote: > >Currently, in the generic case, Zope 3 raises a ComponentLookupError > >in zope.app.publication.http line 74, and a 500 response is served. > > I can't find that particular line of code. Are yo

[Zope3-dev] Re: HTTP 405: Method Not Allowed

2005-04-07 Thread Philipp von Weitershausen
Albertas Agejevas wrote: Hi, I discovered a problem with Zope 3 while developing ReSTive interfaces for schoolbell, which utilize the HTTPPublication and the HTTPRequestFactory. When the user sends a request for a method that is not supported by the object, the HTTP spec (RFC 2616) mandates respons

[Zope3-dev] HTTP 405: Method Not Allowed

2005-04-07 Thread Albertas Agejevas
Hi, I discovered a problem with Zope 3 while developing ReSTive interfaces for schoolbell, which utilize the HTTPPublication and the HTTPRequestFactory. When the user sends a request for a method that is not supported by the object, the HTTP spec (RFC 2616) mandates response code 405, Method Not

Re: [Zope3-dev] Vocabularies, sources and relationships

2005-04-07 Thread Michel Pelletier
> Message: 7 > Date: Thu, 7 Apr 2005 14:12:06 +0200 > From: Florent Guillaume <[EMAIL PROTECTED]> > Subject: Re: [Zope3-dev] Vocabularies, sources and relationships > To: [EMAIL PROTECTED] > Cc: Santi Camps <[EMAIL PROTECTED]>, zope3-dev@zope.org > Message-ID: <[EMAIL PROTECTED]> > Content-Type: te

Re: [Zope3-dev] Persistent schemas

2005-04-07 Thread Jim Fulton
Florent Guillaume wrote: Stephan Richter <[EMAIL PROTECTED]> wrote: On Wednesday 06 April 2005 16:52, Dieter Maurer wrote: For new projects, you should investigate the new options. Product development will get much simpler with Zope3 technology (and its schemas and views). Currently, there is no T

[Zope3-dev] Persistent schemas

2005-04-07 Thread Florent Guillaume
Stephan Richter <[EMAIL PROTECTED]> wrote: > On Wednesday 06 April 2005 16:52, Dieter Maurer wrote: > > For new projects, you should investigate the new options. > > Product development will get much simpler with Zope3 technology > > (and its schemas and views). Currently, there is no TTW > > ("Th

Re: [Zope3-dev] i18n feature question/proposal

2005-04-07 Thread Stephan Richter
On Thursday 07 April 2005 05:56, Sven Schomaker wrote: > 1 Fields need to be bound to the current locale, >   retrieved from the view/request. Whereas this >   makes it necessary to introduce some minor >   modifications to the form machinery, namely >   setUpDisplayWidgets, setUpEditWidgets, setUp

zope3-dev@zope.org

2005-04-07 Thread Adam Groszer
Hello Tres, Yes, it's working fine. Thank you. > Then you should be able to build them in a clean source tree via: >C:\Zope3> python setup.py build_ext --inplace -- Best regards, Adammailto:[EMAIL PROTECTED] ___ Zop

Re: [Zope3-dev] Vocabularies, sources and relationships

2005-04-07 Thread Florent Guillaume
Gintautas Miliauskas <[EMAIL PROTECTED]> wrote: > There is an easy-to-use relationship library included in SchoolBell > (http://www.schooltool.org/schoolbell). It is independent from other > packages in SchoolBell. You can get a feel of managing relationships > between objects using this package

zope3-dev@zope.org

2005-04-07 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Adam Groszer wrote: > Hello Egon, > > Thank you, that's working. (never thought that it would be so simple) > I've got MSVC6, so I can compile the pyd's. Then you should be able to build them in a clean source tree via: C:\Zope3> python setup.py

RE: [Zope3-dev] i18n feature question/proposal

2005-04-07 Thread Roger Ineichen
Hi Sven Behalf Of Sven Schomaker > Sent: Thursday, April 07, 2005 11:57 AM > To: zope3-dev@zope.org > Subject: [Zope3-dev] i18n feature question/proposal > > Hello all, > > I've recently been working on i18n of content fractions > by means of extended fields that require the content > componen

[Zope3-dev] i18n feature question/proposal

2005-04-07 Thread Sven Schomaker
Hello all, I've recently been working on i18n of content fractions by means of extended fields that require the content component to provide a mapping to store locale dependent content. Currently I'm not quite certain about, whether this is a neat style for the issue of fractional content internati

zope3-dev@zope.org

2005-04-07 Thread Adam Groszer
Hello Egon, Thank you, that's working. (never thought that it would be so simple) I've got MSVC6, so I can compile the pyd's. EF> cd EF> python.exe bin\mkzopeinstance -u : password>  -d EF> I forgot to write: you need the actual pyd-files from -- Best regards, Groszer Adam

zope3-dev@zope.org

2005-04-07 Thread E. Frerich
Hi Adam, I forgot to write: you need the actual pyd-files from http://zope.org/Members/tim_one Egon Am 7 Apr 2005 um 8:40 hat Adam Groszer geschrieben: > I tried it again, now I wrote down every step: > > I checked out Zope into an empty dir, with TortoiseSVN 1.1.4, Build > 2935, UNICODE from

zope3-dev@zope.org

2005-04-07 Thread E. Frerich
Hi Adam, Am 7 Apr 2005 um 8:40 hat Adam Groszer geschrieben: > I tried it again, now I wrote down every step: > > I checked out Zope into an empty dir, with TortoiseSVN 1.1.4, Build > 2935, UNICODE from: svn://svn.zope.org/repos/main/Zope3/trunk Head > revision > > results are: > <...> > a