umer.py?rev=95983&view=auto):
>
> TypeError: ('Could not adapt', instance
> URL=http://localhost:9060/++skin++Adama/mysite/@@stackinfo.html>,
> )
Did you not include z3c.traverser.stackinfo configure.zcml file?
--
WBR, Dan Korostelev
zope.app.container.constraints
>>>> print dir(container)
>['__builtins__', '__doc__', '__file__', '__name__', '__path__',
> 'constraints', 'i18n', 'interfaces']
>
>
>
> Can an
> 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
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/zope3-users
2009/2/28 Dan Korostelev :
>>
>> 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 g
2009/2/28 Jens W. Klein :
> 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, yo
ting it. However, I guess this case should be handled
by zope.site's event 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
tindexng3 that fixes a core dump 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=detail&aid=2111923&group_id=50052&atid=458418
--
WBR, Dan Korostelev
Just adapt your site object to IPrincipalRoleManager or to
IPrincipalPermissionManager (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
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users
me checkers.
--
WBR, Dan Korostelev
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users
7;t currently have time to analyze your code as I must go,
but the thing I can say right now is that the interface should provide
the IMenuItemType, not implement it.
--
WBR, Dan Korostelev
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail
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/ma
ne 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 Korostele
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
/>
>>
>>
>> How can I get the list of permissions declared for my LegislativePeriod.
>>
>> Thanks,
>>
>> sagblmi
>
> ___
> 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
f the slowdown? Or maybe I just misinterpret the
> symptoms?
>
> Warm Regards,
> Alek
>
> ___
> 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
ls?
> What are the causes of the slowdown? Or maybe I just misinterpret the
> symptoms?
>
> Warm Regards,
> Alek
>
> _______
> 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
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
___
Zope3-users mailing list
Zope3
__
> 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
rRequest is provided - 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
guage, 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
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
should go in the KGS.
Thanks in advance.
--
WBR, Dan Korostelev
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users
erstand something? Right now I just 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 mai
24 matches
Mail list logo