[Zope-dev] z3c.indexer 0.5.1

2008-11-28 Thread Dan Korostelev
Can someone release z3c.indexer 0.5.1, or give me rights to do so myself? It has some important bugfixes and seems to be stable. Or is there any work on this package planned to do soon? :-) -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev

[Zope-dev] zope.index

2008-12-01 Thread Dan Korostelev
, can someone make a release on PyPI of this package? -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman

Re: [Zope-dev] zope.index

2008-12-02 Thread Dan Korostelev
2008/12/2 Marius Gedminas <[EMAIL PROTECTED]>: > On Tue, Dec 02, 2008 at 02:04:39AM +0300, Dan Korostelev wrote: >> I just removed zope.testing from the zope.index dependency and >> replaced zope.testing.doctest imports with plain python doctest and it >> seems to work w

[Zope-dev] zope.configuration 3.4.1

2008-12-06 Thread Dan Korostelev
The zope.configuration 3.4.1 was tagged as released two months ago, but it's still not uploaded to PyPI. :-) Can someone upload it? -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev *

[Zope-dev] Dependencies question

2008-12-11 Thread Dan Korostelev
sy. PS BTW, I think that zope.app.keyreference should be moved to plain zope.keyreference, because it's really lightweight, useful outside of zope and it doesn't depend on any zope.app package. What do you people think? -- WBR, Dan Korostelev ___ Zope-Dev

Re: [Zope-dev] [Zope3-Users] Next Step to Bug Resolution???

2008-12-18 Thread Dan Korostelev
d it works okay. :-) Or, it might be that I don't fully understand your code and application architecture, so I would like to hear more about it. It looks quite over-engeneered to me. -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org

[Zope-dev] Sorting for zope.index

2008-12-27 Thread Dan Korostelev
t be too optimal, but I'm currently most interested in clean and universal IIndexSort definition that any index could efficiently implement. If there's no objections, I'd like to merge it to trunk and start adding sorting features for zope.app.catalog/z3c.indexer, as well as zc.catalo

Re: [Zope-dev] Sorting for zope.index

2008-12-27 Thread Dan Korostelev
2008/12/27 Chris McDonough : > Dan Korostelev wrote: >> I also made an implementation for the FieldIndex that may not be too >> optimal, but I'm currently most interested in clean and universal >> IIndexSort definition that any index could efficiently implement. > >

Re: [Zope-dev] Sorting for zope.index

2008-12-28 Thread Dan Korostelev
ndex and zope.app.catalog. Thanks in advance. -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinf

Re: [Zope-dev] Sorting for zope.index

2008-12-28 Thread Dan Korostelev
2008/12/28 Chris McDonough : > Dan Korostelev wrote: > - I'm tempted to ditch the case normalization feature of keyword indexes. > This > is actually the application's job; there's no guarantee that values that are > passed by the app will be strings. I'm not

Re: [Zope-dev] Sorting for zope.index

2008-12-28 Thread Dan Korostelev
t; who > used them to how do the one-time upgrade in CHANGES.txt. IMO, of course. I'm generally fine with that. So if there won't be objections until tommorow, I'll make that refactorings and merge that code to trunk. -- WBR, Dan Korostelev __

Re: [Zope-dev] Sorting for zope.index

2008-12-28 Thread Dan Korostelev
e KeyError, others may not, so I'd leave the interface as it is now. BTW, you might be interested in zc.blist package for the ZODB-friendly balanced lists structure. -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.z

[Zope-dev] Sorting for zope.app.catalog

2008-12-30 Thread Dan Korostelev
that code to zope.app.catalog trunk and make a new feature release, containing this functionality. So I'd like community to review these changes and comment/object it. Thanks! -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org http:/

Re: [Zope-dev] Some tools from the Launchpad project

2009-01-13 Thread Dan Korostelev
itself, because it can be quite useful together with zope.interface's adapter pattern. What are you people think about including delegates code into zope.interface? -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.

Re: [Zope-dev] Some tools from the Launchpad project

2009-01-13 Thread Dan Korostelev
2009/1/14 Dan Korostelev : > 2009/1/13 Gary Poster : >> >> http://pypi.python.org/pypi/lazr.delegates >> >> Provides an interesting Python delegation pattern. Uses >> zope.interface. > > I took a quick view at that lazr.delegates package. The code th

Re: [Zope-dev] [Zope3-Users] Next Step to Bug Resolution???

2009-01-16 Thread Dan Korostelev
quired=True) description = Text(title=u'Description', required=False) class Item(Persistent): implements(IItem) title = FieldProperty(IItem['title']) description = FieldProperty(IItem['description']) ...and use them as base for your objects. Hope this

Re: [Zope-dev] Salt-weakness in zope.app.authentication passwordmanagers?

2009-01-17 Thread Dan Korostelev
hematician, I am not sure, > whether these are valid concerns. But I would like to know, what others > think about this. Maybe you can correct me here. > > Best regards, > > -- > Uli > > > ___ > Zope-Dev maillist - Zope-Dev@zop

Re: [Zope-dev] can these wrong DEPENDENCIES.cfg files be removed?

2009-01-27 Thread Dan Korostelev
e-Dev@zope.org > http://mail.zope.org/mailman/listinfo/zope-dev > ** No cross posts or HTML encoding! ** > (Related lists - > http://mail.zope.org/mailman/listinfo/zope-announce > http://mail.zope.org/mailman/listinfo/zope ) > -- WBR, Dan Korostelev _

Re: [Zope-dev] can these wrong DEPENDENCIES.cfg files be removed?

2009-01-27 Thread Dan Korostelev
2009/1/27 Stephan Richter : > On Tuesday 27 January 2009, Fred Drake wrote: >> On Tue, Jan 27, 2009 at 6:01 AM, Dan Korostelev wrote: >> > AFAIK, these files are for (pre-egg, no-longer-used) zpkg tool. They >> > are removed in zope.app.renderer's trunk, BTW.

Re: [Zope-dev] zope.security changes

2009-01-28 Thread Dan Korostelev
t in zope.security. I think, the better place to move zcml directives is zope.component, as it already depends on zope.security for the zcml support and the "class" directive also has component-related "factory" subdirective which declared in zope.component. -- WBR, Dan Koros

Re: [Zope-dev] Zope 3.4.0 Released!

2009-01-31 Thread Dan Korostelev
2009/1/31 Stephan Richter : > Hi everyone, > > It is finally here! Thanks goes to everyone who involved! Thank you! BTW, there's some problems with python version requirement in the "tarball" release. It does not accept python 2.5 while it should as stated in the ann

[Zope-dev] zope.app.keyreference, zope.app.intid and zope.app.catalog

2009-01-31 Thread Dan Korostelev
"over 9000" of them in case of key-references). I'd like to make non-deprecated backward-compatibilty imports in the old places until we have a generic and easy-to-use tool for "touching" ZODB objects. Suggestions/objections? -- WBR, Dan Korostelev __

Re: [Zope-dev] zope.app.keyreference, zope.app.intid and zope.app.catalog

2009-01-31 Thread Dan Korostelev
t for zope.container to be released before starting working on intid and catalog? -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists -

Re: [Zope-dev] zope.app.keyreference, zope.app.intid and zope.app.catalog

2009-01-31 Thread Dan Korostelev
2009/1/31 Martijn Faassen : > Dan Korostelev wrote: >> Well, I chose packages that are kind of separated from most of "zope >> the application" packages, because there aren't many packages that >> depend on either zope.app.catalog or zope.app.intid/keyreferenc

Re: [Zope-dev] Grok cave sprint summary, and future todos

2009-01-31 Thread Dan Korostelev
etiring a > lot of packages that are mostly unused, and have a smaller, easier set > of Zope 3 packages to maintain and understand. Users of the Zope 3 > libraries (plain Zope 3, Grok, Zope 2, Repoze, and others) should all > benefit from this. > > Regards

Re: [Zope-dev] Grok cave sprint summary, and future todos

2009-01-31 Thread Dan Korostelev
r in zope.traversing doesn't implement it as well so I got errors. :-/ 2009/1/31 Dan Korostelev : > Hi! > > That's a great piece of work you did, thanks! > > I've been following package releases and have noticed some mistakes > mainly in changelog formatting:

Re: [Zope-dev] Grok cave sprint summary, and future todos

2009-01-31 Thread Dan Korostelev
2009/1/31 Martijn Faassen : > Dan Korostelev wrote: >> Also, there's a bug in zope.traversing: >> >> The getParents function of zope.traversing.api uses the "getParents" >> method of IPhysicallyLocatable, which really is new ILocationInfo, but >>

[Zope-dev] Progress on zope intid/keyreference.

2009-01-31 Thread Dan Korostelev
Next, I'm going to split zope.app.catalog and check other packages for uses of zope.app.intid/zope.app.keyreference (I guess some sqlalchemy-related packages can depend on keyreference stuff). -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-De

Re: [Zope-dev] Progress on zope intid/keyreference.

2009-01-31 Thread Dan Korostelev
r the renamed package like zope.keyreference until we have a tool for upgrading ZODB objects properly. May be there are any side-effects that I don't know of? 2009/2/1 Dan Korostelev : > I just finished working on zope's intid and keyreference packages. > > The whole key-referen

Re: [Zope-dev] Grok cave sprint summary, and future todos

2009-01-31 Thread Dan Korostelev
2009/1/31 Martijn Faassen : > Dan Korostelev wrote: >> Also, there's a bug in zope.traversing: >> >> The getParents function of zope.traversing.api uses the "getParents" >> method of IPhysicallyLocatable, which really is new ILocationInfo, but >>

Re: [Zope-dev] Progress on zope intid/keyreference.

2009-02-01 Thread Dan Korostelev
2009/2/1 Christian Theune : > On Sun, 1 Feb 2009 02:10:00 +0300 > Dan Korostelev wrote: > >> I also just checked in a hack to make old keyreference objects >> loadable if zope.app.keyreference is gone because a buildout doesn't >> depend on it after upgrade: >

Re: [Zope-dev] [Checkins] SVN: zope.app.apidoc/trunk/s - savepoint.txt moved out of the tests directory, follow.

2009-02-01 Thread Dan Korostelev
a1 that's is a dependency of ZODB 3.9. So I changed the path to tests/savepoint.txt in that ZCML some time before. You unfixed the https://bugs.launchpad.net/zope3/+bug/303721 :) -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev

Re: [Zope-dev] Post-Sprint releases done -- a few tests failing

2009-02-01 Thread Dan Korostelev
is None in case of most root objects:) At least that's what that RootPhysicallyLocatable from zope.traversing does. -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts o

Re: [Zope-dev] Planning for Zope 3.5

2009-02-01 Thread Dan Korostelev
y newbie. Next, we may want to point people to packages like z3c.pagelet and z3c.form, so some tutorial should be written on how to add support for that to their current setup (z3c.rotterdam could be used as an easy way). Here it is: http://svn.zope.org/Sandbox/nadako/zopesandbox/ -- WBR, Dan Korostele

Re: [Zope-dev] Zope 3.4.0 Released!

2009-02-02 Thread Dan Korostelev
", because there are bug fixes and no backward-incompatibilites expected. -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists -

Re: [Zope-dev] Zope 3.4.0 Released!

2009-02-02 Thread Dan Korostelev
2009/2/2 Stephan Richter : > On Monday 02 February 2009, Dan Korostelev wrote: >> 2009/2/2 Stephan Richter : >> > Yeah, the unversioned links are the only ones that I did not maintain. >> > You now use a reference to the version directly. >> >> BTW, why

Re: [Zope-dev] Zope 3.5dev KGS

2009-02-02 Thread Dan Korostelev
2009/2/2 Christophe Combelles : > Dan Korostelev a écrit : >> 2009/2/2 Christophe Combelles : >>> Stephan Richter a écrit : >>>> Hi everyone, >>>> >>>> I have setup a KGS for Zope 3.5, so that people can test the development >>>>

Re: [Zope-dev] Zope 3.5dev KGS

2009-02-02 Thread Dan Korostelev
ov.lt, as there's old ubuntu versions on that servers, but if you are going to setup another one - may be you'll get py2.6 for that? ;-) -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope

Re: [Zope-dev] Can somebody upload a zope.app.zcmlfiles 3.5.3 release?

2009-02-05 Thread Dan Korostelev
t to have that script published so any developer could use it to set roles for new packages. Stephan? :) -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! **

[Zope-dev] Ответ: Can somebody upload a zope.app.zcmlfiles 3.5.3 release?

2009-02-06 Thread Dan Korostelev
Oh cool! I didn't know :) Thank you. 2009/2/6, Stephan Richter : > On Thursday 05 February 2009, Dan Korostelev wrote: >> BTW, it would be great to have that script published so any developer >> could use it to set roles for new packages. Stephan? :) > > zope.pypisupp

[Zope-dev] Important release migration information

2009-02-06 Thread Dan Korostelev
upgrading from, say, Zope 3.4 to Zope 3.5 could easily find the bits about problems that can pop up in the transition. What are you thinking about that? -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo

Re: [Zope-dev] zope.security changes

2009-02-06 Thread Dan Korostelev
se seems sensible, but if setuptools doesn't support either, then it > needs fixing... Why not just define an extra requirement for zcml in the main package and not generate thousands of packages that contain only meta directives? -- WBR, Dan Korostelev _

Re: [Zope-dev] SVN: zope.app.component/trunk/ Please, don't just remove things that could be used in users code.

2009-02-06 Thread Dan Korostelev
a > lot of work and may be the easiest way out of this set of questions. :) Yep. Also, as I said before I think we also need to use deprecation warnings for imports that are not classes for persistent objects (until Chiristian writes the tool to upgrade them :)). -- WBR, Dan Korostelev

Re: [Zope-dev] Important release migration information

2009-02-06 Thread Dan Korostelev
many of > the changes made and the general response a developer should have. That's great! Thank you. Looks like the 3.5 will be even better than 3.4 :) -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/m

Re: [Zope-dev] SVN: zope.app.component/trunk/ Please, don't just remove things that could be used in users code.

2009-02-06 Thread Dan Korostelev
raise deprecation warnings about ZODB objects, as it's really easy to fix with the magic tool and again, we can eventually remove the deprecated import and make our code more clean. Let's discuss it once again :) -- WBR, Dan Korostelev ___ Z

Re: [Zope-dev] Planning for Zope 3.5

2009-02-08 Thread Dan Korostelev
27;t know twisted at all (shame on me). -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/z

Re: [Zope-dev] ZCML implementations: where should they go

2009-02-08 Thread Dan Korostelev
ce. > > That said, I like a). +1 -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/list

Re: [Zope-dev] Tests results for Zope 3.5dev KGS

2009-02-08 Thread Dan Korostelev
you please set the english locale for buildbots? :) -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/li

[Zope-dev] Merge zc.copy with zope.copypastemove and zope.location.

2009-02-08 Thread Dan Korostelev
o, I propose to merge the zc.copy package's changes with original zope.copypastemove/zope.location and deprecate it. If noone objects, I'll do that myself. -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/

Re: [Zope-dev] Merge zc.copy with zope.copypastemove and zope.location.

2009-02-08 Thread Dan Korostelev
ion and make people able to easily copy persistent objects w/o installing on zope.copypastemove or even zope.location. 2009/2/8 Dan Korostelev : > The README.txt of zc.copy says that the components, provided by this > package is apropriate for inclusion in Zope itself. > > The p

Re: [Zope-dev] Merge zc.copy with zope.copypastemove and zope.location.

2009-02-08 Thread Dan Korostelev
Okay. I prepared the "zope.copy" package in the SVN for you to check out what I mean. :) 2009/2/8 Dan Korostelev : > After looking at the whole copy thing for some more time, I thought > that it even makes sense to extract the object cloning functionality > to some &

Re: [Zope-dev] Merge zc.copy with zope.copypastemove and zope.location.

2009-02-08 Thread Dan Korostelev
me to package owners on PyPI (my name there is "nadako"). Also, should I use deprecated deferred imports or plain imports for that? -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-de

[Zope-dev] zope.location.pickling.PathPersistent

2009-02-08 Thread Dan Korostelev
class and I don't think that it makes much sense. So I'd propose to just remove it. What do you people think? Also, Martijn, Christian, was it the only reason for moving ITraverser interface from zope.traversing to zope.location? If so, can we still move it back? -- WBR,

Re: [Zope-dev] Tests results for Zope 3.5dev KGS

2009-02-08 Thread Dan Korostelev
t.pt?view=auto -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http:

Re: [Zope-dev] Tests results for Zope 3.5dev KGS

2009-02-08 Thread Dan Korostelev
2009/2/9 Dan Korostelev : > 2009/2/9 Stephan Richter : >> Anyone, how close are we to a z3c.form 2.0 release? > > I worked on the multi widget a little some time ago, adding > conditional add/remove buttons. However, there are still some (not too > important though) TODOs on

[Zope-dev] z3c.form 2.0

2009-02-09 Thread Dan Korostelev
pdate" method. I'm not sure that I'll be doing that very soon as it isn't very important. So this is definetely not a reason to wait with the release. One more thing I'd like to do is to add "klass" and "id" to the forms themselves so one could easily c

[Zope-dev] Translations for zope packages.

2009-02-09 Thread Dan Korostelev
nd after we decide which option to choose I volunteer to migrate current zope.app.locales translations to every egg that have msgids, previously translated by zope.app.locales. However, that's kinda pain in the ass and I'll gladly accept any help on that. :-) -- WBR, Dan Korostelev

Re: [Zope-dev] Planning for Zope 3.5

2009-02-09 Thread Dan Korostelev
so it can be used as an application component in the PasteDeploy pipeline without any additional python code. The zope.publisher also provides a simple WSGI application for use with paste. -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org http://

Re: [Zope-dev] Translations for zope packages.

2009-02-09 Thread Dan Korostelev
2009/2/10 Stephan Richter : > On Monday 09 February 2009, Dan Korostelev wrote: >> Nowadays, when we have a fully egg-based setup, the translations in >> the zope.app.locales package make no sense anymore as it's very hard >> to maintain them and it just wrong (to me at

Re: [Zope-dev] z3c.form 2.0

2009-02-09 Thread Dan Korostelev
2009/2/10 Stephan Richter : > On Monday 09 February 2009, Dan Korostelev wrote: >> FileWidget - It doesn't clear the bytes value if no new file is >> uploaded now, which is nice. But there's also should be a way to clear >> current value if the field is not r

Re: [Zope-dev] Translations for zope packages.

2009-02-10 Thread Dan Korostelev
ldout recipe) that collects translations from multiple packages into one PO/TMX/whatever file for using it as a translation memory file for translation tools. 4) call for translators 5) ... 6) PROFIT! :-) Correct me if I'm wrong. It would also cool to integrate it with launchpad translation sy

Re: [Zope-dev] z3c.form 2.0

2009-02-10 Thread Dan Korostelev
, everything works fine. Hmm.. zope.container actually uses BTrees from the ZODB3 egg module for implementing BTreeContainer. -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross p

Re: [Zope-dev] z3c.form 2.0

2009-02-10 Thread Dan Korostelev
2009/2/10 Laurent Mignon : > Dan Korostelev wrote: >> 2009/2/10 Laurent Mignon : >>> The problem encountered is that zope.container specify ZODB3 as a main >>> dependency. After checking the code, it seems that ZODB is only required >>> for tests. If I modif

Re: [Zope-dev] Where should I update the translation messages?

2009-02-11 Thread Dan Korostelev
locales package, so you can commit it there, if you have commit rights, or create a report in the zope 3 bugtracker (https://bugs.launchpad.net/zope3). Or you can just send the updated .po file to me and I'll update it in the svn. :-) -- WBR, Dan Korostelev

Re: [Zope-dev] z3c.form 2.0

2009-02-11 Thread Dan Korostelev
d a test and you can check it in. :-) Also, please add a note to CHANGES.txt about that you changed the signature of SelectFieldWidget, as it breaks backward-compatibility. Or think a way to avoid that problem. :-) -- WBR, Dan Korostelev ___ Zope-Dev mai

Re: [Zope-dev] z3c.form 2.0

2009-02-11 Thread Dan Korostelev
zope2 will just use zope3 modules as eggs and won't maintain a copy of them. -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related

Re: [Zope-dev] Translations for zope packages.

2009-02-11 Thread Dan Korostelev
ority over each other, based on registration order (though that could be developed to give user more control over catalog priorities). So I think it's possible to override some msgids if you do that carefully. :-) -- WBR, Dan Korostelev ___ Zope-Dev

Re: [Zope-dev] Translations for zope packages.

2009-02-11 Thread Dan Korostelev
to translate them every time. But it should be really easy for applications to override them, so we'll have to work on that. -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev **

Re: [Zope-dev] Where should I update the translation messages?

2009-02-11 Thread Dan Korostelev
hange soon, so may be we'll connect them to launchpad translation system as well. -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding!

Re: [Zope-dev] z3c.form 2.0

2009-02-11 Thread Dan Korostelev
2009/2/11 Laurent Mignon : > Stephan Richter wrote: >> On Wednesday 11 February 2009, Dan Korostelev wrote: >>>> Thanks for getting our attention on this. I consider this a show-stopper >>>> for 2.0. Dan, let's think about something creative that allows us

Re: [Zope-dev] z3c.form 2.0

2009-02-11 Thread Dan Korostelev
2009/2/11 Stephan Richter : > On Wednesday 11 February 2009, Dan Korostelev wrote: >> Yeah. So one solution, as I said before is to release zope.sitecompat >> egg that provides a "zope.site" module, but doesn't implement a site >> implementation,

Re: [Zope-dev] z3c.form update issues

2009-02-21 Thread Dan Korostelev
actions.update() for setup and actions.execute() for actual execting) and that fact is used in MultiWidget and many custom forms. -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross pos

Re: [Zope-dev] z3c.form update issues

2009-02-21 Thread Dan Korostelev
ction handler to signal about that. Probably, a simple boolean form instance variable will do the trick :) -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML

Re: [Zope-dev] z3c.form update issues

2009-02-21 Thread Dan Korostelev
2009/2/21 Dan Korostelev : > 2009/2/21 Roger Ineichen : >> we should carefully review this part and probably >> add action.update after action.execute. Right now, without looking >> at the code I think we do not update actions after execute. Which >> could end in bad a

Re: [Zope-dev] [Checkins] SVN: zope.app.openidconsumer/ New library for OpenID auth in Zope 3

2009-02-23 Thread Dan Korostelev
times, but now, as you are doing that, I'll be happy to help developing and testing this package. -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML

Re: [Zope-dev] [Checkins] SVN: zope.app.openidconsumer/ New library for OpenID auth in Zope 3

2009-02-24 Thread Dan Korostelev
e3" solution. However I'd like to see parts that are neither zmi-specific nor plone-specific to be refactored to a separate package. The ZopeStore from plone.openid, for example :-) -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.o

Re: [Zope-dev] [Checkins] SVN: z3c.mimetype/ Create infrastructure for z3c.mimetype

2009-02-24 Thread Dan Korostelev
2009/2/24 Benji York : > On Tue, Feb 24, 2009 at 8:29 AM, Dan Korostelev wrote: >> 2009/2/24 Baiju M : >>> Hi Dan, >>> >>> On Tue, Feb 24, 2009 at 6:40 PM, Dan Korostelev wrote: >>>> Log message for revision 97207: >>>>  Creat

Re: [Zope-dev] SVN: zope.app.openidconsumer/ New library for OpenID auth in Zope 3

2009-02-24 Thread Dan Korostelev
2009/2/24 Jim Fulton : > I agree that it shouldn't go in zope.app.  I believe I suggested > putting this in zc.openid, although I'm fine with zope.openid. Why zc? I thought it's only for packages coming from the zope corporation. Or does Shane works for ZC? :) --

Re: [Zope-dev] SVN: zope.app.openidconsumer/ New library for OpenID auth in Zope 3

2009-02-24 Thread Dan Korostelev
2009/2/24 Shane Hathaway : > Dan Korostelev wrote: >> >> 2009/2/24 Jim Fulton : >>> >>> I agree that it shouldn't go in zope.app.  I believe I suggested >>> putting this in zc.openid, although I'm fine with zope.openid. >> >&g

[Zope-dev] Consensus on the ZMI and zope.app.* namespace. (Was: SVN: zope.app.openidconsumer/ New library for OpenID auth in Zope 3)

2009-02-24 Thread Dan Korostelev
ut an additional refactoring strategy: we could move ZMI-related packages to separate packages, like zmi.* or something, leaving imports in zope.app.* and making zope.app.* really deprecated. That way we can state that ZMI is not the Zope, but something built on it. And this way gives us more refact

Re: [Zope-dev] Zope.pipeline proposal

2009-02-25 Thread Dan Korostelev
into the zope.pipeline? Like some resource injectors or XHTML slimmers and so on. It would be really great to be able to do that with single ZCML directive. -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mail

Re: [Zope-dev] Zope.pipeline proposal

2009-02-25 Thread Dan Korostelev
ctory, you'll rip most of them. However, some things, like trusted adapters rewrap objects using ProxyFactory, so, maybe we could add some modifier to the ProxyFactory function that just makes it return object as is w/o wrapping. This way we could turn off proxies globally without need to

[Zope-dev] Proposal: merge zc.configuration's exclude directive into zope.configuration.

2009-02-26 Thread Dan Korostelev
onfiguration extensions, even if it has only one directive now). Jim, if you're fine with that, can you please give me rights for zc.configuration on PYPI, my user name is "nadako". -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-

Re: [Zope-dev] Proposal: merge zc.configuration's exclude directive into zope.configuration.

2009-02-26 Thread Dan Korostelev
2009/2/26 Martijn Faassen : > Dan Korostelev wrote: >> The "exclude" directive provided by zc.configuration package is easy >> to use and straightforward. I think it's used almost in every >> zope-based application setup. > > I highly doubt so; I do

Re: [Zope-dev] Proposal: merge zc.configuration's exclude directiveinto zope.configuration.

2009-02-26 Thread Dan Korostelev
2009/2/26 Roger Ineichen : >> (note though that including an extra "meta.zcml" can be >> avoided if you make use of the z3c.autoinclude library) > > Oh, cool. > > Now we only need to find out how to write an z3c.autoexlude > and a z3c.autooverride library

Re: [Zope-dev] Proposal: merge zc.configuration's exclude directive into zope.configuration.

2009-02-26 Thread Dan Korostelev
> > Done, although, if you were me, you'd just leave it. :) Thanks. I think we need to make people know that they don't need this package anymore if they are looking for a way to exclude configuration. -- WBR, Dan Korostelev ___ Zope-D

Re: [Zope-dev] [Checkins] SVN: z3c.pagelet/trunk/src/z3c/pagelet/tests.py Reenable z3c.pt tests, breaking tests again.

2009-02-26 Thread Dan Korostelev
about ITALNamespaceData support? The contentprovider support won't be full without these things. 2009/2/26 Dan Korostelev : > Log message for revision 97320: >  Reenable z3c.pt tests, breaking tests again. > > Changed: >  U   z3c.pagelet/trunk/src/z3c/pagelet/tests.py > > -

Re: [Zope-dev] [Checkins] SVN: zope.i18n/trunk/ Merge the nadako-sorting branch, updating CLDR to 1.1.

2009-02-27 Thread Dan Korostelev
2009/2/27 Stephan Richter : > On Friday 27 February 2009, Dan Korostelev wrote: >> >> Also, I it >> >> looks crazy how zope.i18n.locales things works, especially when it >> >> comes to inheritance. :) >> > >> > Feel free to improve it.

Re: [Zope-dev] Proposal: merge zc.configuration's exclude directive into zope.configuration.

2009-02-28 Thread Dan Korostelev
2009/2/26 Martijn Faassen : > Hey, > > On Thu, Feb 26, 2009 at 12:43 PM, Dan Korostelev wrote: > [snip] >>> (note though that including an extra "meta.zcml" can be avoided if you >>> make use of the z3c.autoinclude library) >> >> Yep, I know abo

Re: [Zope-dev] [Checkins] SVN: zope.file/trunk/ Update package mailing list address. Remove zpkg stuff.

2009-03-03 Thread Dan Korostelev
s, when it seems that most people just build their own applications using their custom app configuration files, I don't think that there's much sense for package-includes for including components like zope.file. I can think of a use for package-includes for some CMS

Re: [Zope-dev] [Checkins] SVN: zope.component/branches/tseaver-wo_zope_deferred/ Branch removing zope.deferred.

2009-03-03 Thread Dan Korostelev
2009/3/4 Tres Seaver : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Dan Korostelev wrote: >> 2009/3/4 Tres Seaver : >>> Log message for revision 97465: >>>  Branch removing zope.deferred. >>> >>> >>> Changed: >>

Re: [Zope-dev] SVN: zope.component/branches/tseaver-wo_zope_deferred/

2009-03-03 Thread Dan Korostelev
ndenices for functionality that actually requires these dependencies, like ZODB/hookable/etc.? -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! **

Re: [Zope-dev] [Checkins] SVN: zope.component/branches/tseaver-wo_zope_deferred/ Branch removing zope.deferred.

2009-03-03 Thread Dan Korostelev
re on the development version anyway. :-) (however, of course if would be nicer to do compattests before merging, but this should'nt take much time?) > I would also like to make 'setup.py test' actually work in the absence of > bu

Re: [Zope-dev] [Checkins] SVN: zope.component/branches/tseaver-wo_zope_deferred/ Branch removing zope.deferred.

2009-03-04 Thread Dan Korostelev
2009/3/4 Martijn Faassen : > Dan Korostelev wrote: >> 2009/3/4 Tres Seaver : >>>>> Note that I'm not actually proposing that we merge this branch any time >>>>> soon:  it is a bit of a straw man for the ongoing process conversation. >>>> Why

Re: [Zope-dev] zope3docs -> zopeframework?

2009-03-04 Thread Dan Korostelev
ramework" now), but more about general development guidelines applied to any package in zope svn (except the "migration" section, maybe), but I personally don't have any objections, as it's still easy to find those docs and that's the most important. :-) -- WBR, Dan K

[Zope-dev] Proposals: more refactoring

2009-03-05 Thread Dan Korostelev
ll as compatibility imports in the original package. I'd volunteer to do that little refactorings, if noone objects. -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross p

Re: [Zope-dev] Proposals: more refactoring

2009-03-05 Thread Dan Korostelev
2009/3/5 Dan Korostelev : > The zope.schema is also needed for the password > manager vocabulary, but I'm not sure if the vocabulary should go to > the new package, because it adds a dependency on zope.schema. What do > people think? Ah, I forgot that the password managers a

Re: [Zope-dev] setup.py "extra" dependencies

2009-03-05 Thread Dan Korostelev
moving functionality extras. I still don't get how extras are different from additional packages. I'd also like to officially clear things about dependencies for zcml configuration. Most of our packages can be used nicely without any zcml, but the zcml-related dependencies can be quite la

[Zope-dev] Question: additional context for IAnnotations adapter?

2009-03-05 Thread Dan Korostelev
annotation pattern, that was deprecated ages ago. If it's like that, I'd like to remove that registration for zope.principalannotation that is about to born as well as for zope.annotation. Can someone clarify this point? -- WBR, Dan Korostelev _

Re: [Zope-dev] setup.py "extra" dependencies

2009-03-05 Thread Dan Korostelev
nly part of the "extras".  Dividing this package also would have > made no sense--it was already just a few small classes. > > For a package as central as zope.component, I think the pattern Tres > is pursuing--dividing everything up--makes sense. > > For most other pac

  1   2   >