Re: Bugs in ZMS 2.13 Rev 1133

"dr_frank_hoffmann" <[email protected]> Mon, 09 Aug 2010 16:13:28 -0000
Newsgroups gmane.comp.cms.zms.devel
Message-ID <[email protected]>
Hello,
[1]
the zoom depends on the Content Object config. To use the jquery fancybox based zooming, please add some javascript calls into the header
%<-----
<script type="text/javascript" src="/++resource++zms_/jquery/plugin/jquery.plugin.js"></script><script type="text/javascript" src="/++resource++zms_/jquery/plugin/jquery.plugin.extensions.js"></script>
%<-----
If You are using Zope < 2.10 you have to build your own jquery folder within a ZODB folder. More infos on the website:
http://www.zms-publishing.com/news/04_10_jquery_plugins/
(only GER)

[2] ok, thank You very much for the hint.
I patched ZMSContainerObject.filteredTreeNodes()
by adding the new param for selecting idnames: reid=None.
http://zmslabs.org/trac/changeset/1136
818: obs = self.getChildNodes(REQUEST,reid=None)
corresponding to changeset #1131
http://zmslabs.org/trac/changeset/1131

Download:
http://zmslabs.org/download/ZMS-latest.tar.gz

Hint: 
in order to avoid performance problmes, please do not use getDocumentElement().filteredTreeNodes().

Best Regards
fh, moderator