[Zope-dev] Call for translating z3c.form

2008-09-04 Thread Dan Korostelev
, then send back to me or commit to the repo, if you are a committer. Thanks! -- 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

[Zope-dev] SimpleComponentTraverser flaw

2008-09-24 Thread Dan Korostelev
- lookup IBrowserView, if IXMLRPCRequest provided - lookup IXMLRPCView). Or probably some other way? Also, is there any things to note when fixing that issue? Thanks in advance for any comments on this. -- WBR, Dan Korostelev ___ Zope-Dev maillist

[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
on this? If no, 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 with python 2.4 and 2.5 here. Now

[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
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 maillist - Zope-Dev@zope.org http

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

2008-12-18 Thread Dan Korostelev
. :-) 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 http://mail.zope.org

[Zope-dev] Sorting for zope.index

2008-12-27 Thread Dan Korostelev
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.catalog indexes. Thanks in advance! -- WBR, Dan Korostelev

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

2008-12-27 Thread Dan Korostelev
2008/12/27 Chris McDonough chr...@plope.com: 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. I've done this work too

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

2008-12-28 Thread Dan Korostelev
. -- 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://mail.zope.org/mailman

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

2008-12-28 Thread Dan Korostelev
2008/12/28 Chris McDonough chr...@plope.com: 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 sure that anyone has

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

2008-12-28 Thread Dan Korostelev
, 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 ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope

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

2008-12-28 Thread Dan Korostelev
-friendly balanced lists structure. -- 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

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

2008-12-30 Thread Dan Korostelev
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://mail.zope.org/mailman/listinfo/zope-dev

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.org

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

2009-01-13 Thread Dan Korostelev
2009/1/14 Dan Korostelev nad...@gmail.com: 2009/1/13 Gary Poster gary.pos...@gmail.com: 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 there is so small

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

2009-01-16 Thread Dan Korostelev
(Persistent): implements(IItem) title = FieldProperty(IItem['title']) description = FieldProperty(IItem['description']) ...and use them as base for your objects. Hope this helps. -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev

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

2009-01-17 Thread Dan Korostelev
/mailman/listinfo/zope ) -- 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

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

2009-01-27 Thread Dan Korostelev
://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope ) -- 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] can these wrong DEPENDENCIES.cfg files be removed?

2009-01-27 Thread Dan Korostelev
2009/1/27 Stephan Richter srich...@cosmos.phy.tufts.edu: On Tuesday 27 January 2009, Fred Drake wrote: On Tue, Jan 27, 2009 at 6:01 AM, Dan Korostelev nad...@gmail.com 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 3.4.0 Released!

2009-01-31 Thread Dan Korostelev
in the announcement. -- 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://mail.zope.org

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

2009-01-31 Thread Dan Korostelev
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 ___ Zope-Dev maillist - Zope-Dev@zope.org http

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

2009-01-31 Thread Dan Korostelev
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 - http://mail.zope.org/mailman/listinfo/zope

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

2009-01-31 Thread Dan Korostelev
2009/1/31 Martijn Faassen faas...@startifact.com: 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/keyreference. So I think we can do

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

2009-01-31 Thread Dan Korostelev
/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 ___ Zope-Dev maillist - Zope-Dev@zope.org

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

2009-01-31 Thread Dan Korostelev
doesn't implement it as well so I got errors. :-/ 2009/1/31 Dan Korostelev nad...@gmail.com: 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: zope.proxy = 3.5.0 (unreleased

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

2009-01-31 Thread Dan Korostelev
2009/1/31 Martijn Faassen faas...@startifact.com: 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 this interface doesn't even declare

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

2009-01-31 Thread Dan Korostelev
, 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-Dev@zope.org

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

2009-01-31 Thread Dan Korostelev
for 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 nad...@gmail.com: I just finished working on zope's intid and keyreference packages. The whole key-reference stuff is now

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

2009-01-31 Thread Dan Korostelev
2009/1/31 Martijn Faassen faas...@startifact.com: 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 this interface doesn't even declare

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

2009-02-01 Thread Dan Korostelev
2009/2/1 Christian Theune c...@gocept.com: On Sun, 1 Feb 2009 02:10:00 +0300 Dan Korostelev nad...@gmail.com 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: http

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
1.0a1 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@zope.org http

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

2009-02-01 Thread Dan Korostelev
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 or HTML encoding

Re: [Zope-dev] Planning for Zope 3.5

2009-02-01 Thread Dan Korostelev
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 Korostelev

Re: [Zope-dev] Zope 3.4.0 Released!

2009-02-02 Thread Dan Korostelev
number it has, 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 srich...@cosmos.phy.tufts.edu: On Monday 02 February 2009, Dan Korostelev wrote: 2009/2/2 Stephan Richter srich...@cosmos.phy.tufts.edu: 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 cc...@free.fr: Dan Korostelev a écrit : 2009/2/2 Christophe Combelles cc...@free.fr: Stephan Richter a écrit : Hi everyone, I have setup a KGS for Zope 3.5, so that people can test the development KGS. http://download.zope.org/zope3.5/ I have updated all

Re: [Zope-dev] Zope 3.5dev KGS

2009-02-02 Thread Dan Korostelev
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-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce

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

2009-02-05 Thread Dan Korostelev
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! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http

[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 srich...@cosmos.phy.tufts.edu: 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.pypisupport

[Zope-dev] Important release migration information

2009-02-06 Thread Dan Korostelev
are 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] SVN: zope.app.component/trunk/ Please, don't just remove things that could be used in users code.

2009-02-06 Thread Dan Korostelev
to upgrade 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 lists - http://mail.zope.org/mailman/listinfo/zope-announce http

Re: [Zope-dev] Important release migration information

2009-02-06 Thread Dan Korostelev
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/mailman/listinfo/zope-dev

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
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 ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev

Re: [Zope-dev] Planning for Zope 3.5

2009-02-08 Thread Dan Korostelev
(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/zope-announce http

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

2009-02-08 Thread Dan Korostelev
-- 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://mail.zope.org/mailman

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

2009-02-08 Thread Dan Korostelev
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/listinfo/zope-announce

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

2009-02-08 Thread Dan Korostelev
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/mailman/listinfo/zope-dev

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

2009-02-08 Thread Dan Korostelev
w/o installing on zope.copypastemove or even zope.location. 2009/2/8 Dan Korostelev nad...@gmail.com: The README.txt of zc.copy says that the components, provided by this package is apropriate for inclusion in Zope itself. The package provides a more pluggable mechanism for copying generic

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 nad...@gmail.com: 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 zope.copy (or even

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

2009-02-08 Thread Dan Korostelev
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, Dan Korostelev

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

2009-02-08 Thread Dan Korostelev
/simple_groupedit.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 nad...@gmail.com: 2009/2/9 Stephan Richter srich...@cosmos.phy.tufts.edu: 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

[Zope-dev] z3c.form 2.0

2009-02-09 Thread Dan Korostelev
like to do is to add klass and id to the forms themselves so one could easily customize the visual appeal of the forms. But it's probably should be done in z3c.formui's subclasses and not in z3c.form's base classes. I'd like to hear the community opinion on that though. -- WBR, Dan Korostelev

[Zope-dev] Translations for zope packages.

2009-02-09 Thread Dan Korostelev
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 ___ Zope-Dev maillist - Zope

Re: [Zope-dev] Planning for Zope 3.5

2009-02-09 Thread Dan Korostelev
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://mail.zope.org/mailman

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

2009-02-09 Thread Dan Korostelev
2009/2/10 Stephan Richter srich...@cosmos.phy.tufts.edu: 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 least

Re: [Zope-dev] z3c.form 2.0

2009-02-09 Thread Dan Korostelev
2009/2/10 Stephan Richter srich...@cosmos.phy.tufts.edu: 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 required. I've

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

2009-02-10 Thread Dan Korostelev
, 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://mail.zope.org/mailman

Re: [Zope-dev] z3c.form 2.0

2009-02-10 Thread Dan Korostelev
for test target, 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

Re: [Zope-dev] z3c.form 2.0

2009-02-10 Thread Dan Korostelev
2009/2/10 Laurent Mignon laurent.mig...@softwareag.com: Dan Korostelev wrote: 2009/2/10 Laurent Mignon laurent.mig...@softwareag.com: 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

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

2009-02-11 Thread Dan Korostelev
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
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 maillist - Zope

Re: [Zope-dev] z3c.form 2.0

2009-02-11 Thread Dan Korostelev
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 lists - http://mail.zope.org/mailman/listinfo/zope-announce

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

2009-02-11 Thread Dan Korostelev
priorities). So I think it's possible to override some msgids if you do that carefully. :-) -- 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] Translations for zope packages.

2009-02-11 Thread Dan Korostelev
. 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 ** No cross posts or HTML encoding

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

2009-02-11 Thread Dan Korostelev
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! ** (Related lists - http

Re: [Zope-dev] z3c.form 2.0

2009-02-11 Thread Dan Korostelev
2009/2/11 Laurent Mignon laurent.mig...@softwareag.com: 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 to use the new and old

Re: [Zope-dev] z3c.form 2.0

2009-02-11 Thread Dan Korostelev
2009/2/11 Stephan Richter srich...@cosmos.phy.tufts.edu: 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, but instead imports things from

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

2009-02-21 Thread Dan Korostelev
custom forms. -- 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] z3c.form update issues

2009-02-21 Thread Dan Korostelev
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 encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope

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

2009-02-21 Thread Dan Korostelev
2009/2/21 Dan Korostelev nad...@gmail.com: 2009/2/21 Roger Ineichen d...@projekt01.ch: 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 action

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

2009-02-23 Thread Dan Korostelev
, 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 encoding

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

2009-02-24 Thread Dan Korostelev
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.org http://mail.zope.org/mailman/listinfo/zope

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

2009-02-24 Thread Dan Korostelev
2009/2/24 Benji York be...@zope.com: On Tue, Feb 24, 2009 at 8:29 AM, Dan Korostelev nad...@gmail.com wrote: 2009/2/24 Baiju M mba...@zeomega.net: Hi Dan, On Tue, Feb 24, 2009 at 6:40 PM, Dan Korostelev nad...@gmail.com wrote: Log message for revision 97207:  Create infrastructure

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 j...@zope.com: 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? :) -- WBR, Dan Korostelev

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 sh...@hathawaymix.org: Dan Korostelev wrote: 2009/2/24 Jim Fulton j...@zope.com: 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

[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
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 refactoring freedom :) Any thoughts? -- WBR, Dan

Re: [Zope-dev] Zope.pipeline proposal

2009-02-25 Thread Dan Korostelev
, 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://mail.zope.org/mailman

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

2009-02-26 Thread Dan Korostelev
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-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related

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

2009-02-26 Thread Dan Korostelev
2009/2/26 Martijn Faassen faas...@startifact.com: 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 don't find myself using it a lot myself

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

2009-02-26 Thread Dan Korostelev
2009/2/26 Roger Ineichen d...@projekt01.ch: (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 ;-) :-)) +1 -- WBR, Dan

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

2009-02-26 Thread Dan Korostelev
that they don't need this package anymore if they are looking for a way to exclude configuration. -- 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] [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 nad...@gmail.com: Log message for revision 97320:  Reenable z3c.pt tests, breaking tests again. Changed:  U   z3c.pagelet/trunk/src/z3c/pagelet/tests.py -=- Modified

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 srich...@cosmos.phy.tufts.edu: 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. :-) Well, it's quite hard when it comes

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

2009-03-03 Thread Dan Korostelev
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 application that include website configuration (like debian apache), but not the component configuration. -- WBR, Dan Korostelev

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 tsea...@palladion.com: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan Korostelev wrote: 2009/3/4 Tres Seaver tsea...@palladion.com: Log message for revision 97465:  Branch removing zope.deferred. Changed:  D   zope.component/branches/tseaver-wo_zope_deferred

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

2009-03-03 Thread Dan Korostelev
merging, but this should'nt take much time?) I would also like to make 'setup.py test' actually work in the absence of buildout. Isn't this as easy as adding the contents of test extra to the test_requires parameter? -- WBR, Dan Korostelev ___ Zope

Re: [Zope-dev] zope3docs - zopeframework?

2009-03-04 Thread Dan Korostelev
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 Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org http

[Zope-dev] Proposals: more refactoring

2009-03-05 Thread Dan Korostelev
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 posts or HTML encoding! ** (Related lists

Re: [Zope-dev] Proposals: more refactoring

2009-03-05 Thread Dan Korostelev
2009/3/5 Dan Korostelev nad...@gmail.com: 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

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

2009-03-05 Thread Dan Korostelev
nicely without any zcml, but the zcml-related dependencies can be quite large. I think that the extras here will do a nice job. I mailed about that a while ago. -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org

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

2009-03-05 Thread Dan Korostelev
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 ___ Zope-Dev maillist

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

2009-03-05 Thread Dan Korostelev
--dividing everything up--makes sense. For most other packages, I personally feel that there are circumstances in which extras are a useful tool. A strong +1 on that explanation. -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org http

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

2009-03-06 Thread Dan Korostelev
2009/3/5 Benji York be...@zope.com: On Wed, Mar 4, 2009 at 6:36 PM, Tres Seaver tsea...@palladion.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martijn Faassen wrote: Baiju M wrote: On Tue, Mar 3, 2009 at 2:35 PM, Dan Korostelev nad...@gmail.com wrote: 2009/3/2 Tres Seaver tsea

Re: [Zope-dev] zope.publisher uses deprecated IView

2009-03-06 Thread Dan Korostelev
2009/3/6 Tres Seaver tsea...@palladion.com: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martijn Faassen wrote: Hey, Wolfgang Schnerring wrote: since Dan Korostelev commented on my https://bugs.launchpad.net/zope3/+bug/338136 saying I should take it to the mailing list, here goes

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

2009-03-06 Thread Dan Korostelev
not to create extra dependencies. -- 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

Re: [Zope-dev] choice of test runner...

2009-03-08 Thread Dan Korostelev
python test discovering and runner frameworks. It would then be interesting to see if there's a compelling enough reason for The Zope Framework steering committee to make a pronouncement on which one to use... +1 -- WBR, Dan Korostelev ___ Zope-Dev

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

2009-03-09 Thread Dan Korostelev
Zope in the future). Thanks for comments. The functionality stayed and migrated to zope.principalannotation. It now even have a doctest. :-) -- WBR, Dan Korostelev ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev

  1   2   >