[Zope-CMF] CMF 1.5 beta coming -- last call before feature freeze!
Gregoire Weber
gregweb at gmx.ch
Wed Aug 4 16:12:40 EDT 2004
Hi Stefan,
+1, Florent Guillaume wanted CMFUid returning such "unrestricted brains".
If for Tres this is +x it would be nice if you could add it. Please inform
me if you have done it, so I could use it for CMFUid.
Gregoire
At 18:48 04.08.2004 +0200, Stefan H. Holek wrote:
>I have this feature for CMFCore.CatalogTool:
>
> security.declarePrivate('unrestrictedSearchResults')
> def unrestrictedSearchResults(self, REQUEST=None, **kw):
> """
> Calls ZCatalog.searchResults without any CMF specific
> processing.
> """
> return ZCatalog.searchResults(self, REQUEST, **kw)
More information about the Zope-CMF
mailing list