Re: AccessHandlers
Samuel Schluep <[email protected]>
| Newsgroups | gmane.comp.web.zope.silva.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello Again, the access handlers do not work anymore. My version of SilvaMetadata has been updated to the latest version of the trunk. I tried to look for the fix in the SVN repository, but I could not find it anymore. I don't know the revision number, but the fix was committed at 2007-01-30 (the date of Eric's announcement of the fix) or one or two days earlier. There is no entry in the log of the trunk on this date!? Any ideas? Regards Sam Samuel Schluep wrote: > eric casteleijn wrote: >> Samuel Schluep wrote: >>> Hello Developers >>> >>> In earlier Silva versions extension products could register metadata >>> access handlers for ghost like content types. This was useful, in >>> order to get the metadata from the target contents. In Silva 1.6 >>> this is not functional anymore, although the API still exists (no >>> exceptions are thrown if >>> Products.SilvaMetadata.Access.registerAccessHandler is used). Is >>> there a replacement for this functionality? Does this have something >>> to do with Eric's announcement "[Silva-general] New version of Silva >>> Metadata", 2006-12-21? >> >> Ok, I think I've found and fixed it. Could you test with SimpleGhost? >> All you need is a new version of SilvaMetadata, so either svn up to >> the trunk or check out: >> >> svn co https://infrae.com/svn/SilvaMetadata/tag/SilvaMetadata-0.16b3 >> SilvaMetadata > > Just tested the fixed SilvaMetadata with dLCMS and SimpleGhost: The > AccessHandlers seem to work again. Thanks :-)