Re: [Zope3-Users] z3c.traverser and stackinfo

2009-10-21 Thread Dan Korostelev
configure.zcml file? -- WBR, Dan Korostelev ___ Zope3-users mailing list Zope3-users@zope.org https://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] zope.app.container importing problem

2009-09-14 Thread Dan Korostelev
because zope.app.container.interfaces module is not imported, so zope.app.container doesn't have interfaces attribute. But it seems to be imported by constraints module, so it magically appears as interfaces in zope.app.container. -- WBR, Dan Korostelev

Re: [Zope3-Users] test writing with z3c.testsetup

2009-03-17 Thread Dan Korostelev
there, however, I add the url to the package directly as a find-link. It would be cool if the original PIL package download worked out of box. -- WBR, Dan Korostelev ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo

Re: [Zope3-Users] problem adding localsitemanager in a subscriber with 3.5dev KGS

2009-02-28 Thread Dan Korostelev
2009/2/28 Dan Korostelev nad...@gmail.com: changing the assignment in zope.site.site.changeSiteConfigurationAfterMove (line 254) to        site.getSiteManager().__bases__ = (next, ) if next else () should do it. Well, it should be set to global site manager instead of empty tuple

Re: [Zope3-Users] problem adding localsitemanager in a subscriber with 3.5dev KGS

2009-02-27 Thread Dan Korostelev
handler. I'll take a look at that tomorrow. -- WBR, Dan Korostelev ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] problem adding localsitemanager in a subscriber with 3.5dev KGS

2009-02-27 Thread Dan Korostelev
2009/2/28 Jens W. Klein j...@bluedynamics.com: Am Sat, 28 Feb 2009 00:28:38 +0300 schrieb Dan Korostelev: [...] It assumes that the root folder has its own component registry, but the rootFolder factory doesn't create one, so it returns none as the next site manager. So, you need to call

Re: [Zope3-Users] TextIndexNG question...

2009-02-22 Thread Dan Korostelev
with python 2.5 at last? It does work with python 2.4 and exactly the same patch was applied for normalizers before. https://sourceforge.net/tracker/index.php?func=detailaid=2111923group_id=50052atid=458418 -- WBR, Dan Korostelev ___ Zope3-users mailing list

Re: [Zope3-Users] Run starup code with zope 3.

2009-02-12 Thread Dan Korostelev
(defined in zope.security.interfaces) and use its methods to allow/deny roles/permissions to some principal ID. It will handle the actual storing work. Child objects will inherit parent's settings until they have their own local settings. -- WBR, Dan Korostelev

Re: [Zope3-Users] Zope security and inheritance

2009-02-08 Thread Dan Korostelev
=.your.Class / to define the same checkers. -- WBR, Dan Korostelev ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Question about menu.py

2009-02-03 Thread Dan Korostelev
utility is the interface that the menu item adapters are registered as providing. It works as intended here in plain zope3. Can you provide some more info? -- WBR, Dan Korostelev ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org

Re: [Zope3-Users] Users as Content

2009-01-17 Thread Dan Korostelev
with membrane. Anyone got any pointers in how to do this? Thanks Ben ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users -- WBR, Dan Korostelev ___ Zope3-users

Re: [Zope3-Users] Is zope3 dead?

2008-12-22 Thread Dan Korostelev
___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users -- WBR, Dan Korostelev ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Is zope3 dead?

2008-12-21 Thread Dan Korostelev
-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users -- WBR, Dan Korostelev ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] resource-directories

2008-12-02 Thread Dan Korostelev
://mail.zope.org/mailman/listinfo/zope3-users -- WBR, Dan Korostelev ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

[Zope3-Users] 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 ___ Zope3-users mailing list

[Zope3-Users] 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 ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

[Zope3-Users] Bug in z3c.form.browser.orderedselect

2008-08-06 Thread Dan Korostelev
/ Thanks! PS Is there any bug tracking system for z3c.form package (like zope's general one on launchpad)? -- WBR, Dan Korostelev ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

[Zope3-Users] Versions policy for KGS

2008-04-21 Thread Dan Korostelev
. Thanks in advance. -- WBR, Dan Korostelev ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

[Zope3-Users] Catalog add menu item permission.

2007-11-15 Thread Dan Korostelev
redefine that addMenuItem in my site configuration, but if it's a bug, I really want to see it fixed in Zope3 itself. Does anyone knows about this issue? Thanks! -- WBR, Dan Korostelev ___ Zope3-users mailing list Zope3-users@zope.org http