15 Aug
2001
15 Aug
'01
7:19 p.m.
Andre Schubert writes:
Are there any hooks in zope which are called, when a authenticated user opens a file from a any folder in foo. The hook is called "__before_publishing_traverse__".
Usually, you would not provide it yourself but use a SiteAccess AccessRule to install your hook function. HowTos on Zope.org.... Dieter