[Zope-CMF] CMF 1.5 beta coming -- last call before feature freeze!
Stefan H. Holek
stefan at epy.co.at
Wed Aug 4 12:48:39 EDT 2004
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)
You want it?
Stefan
On Montag, Aug 2, 2004, at 16:26 Europe/Vienna, Tres Seaver wrote:
> I'd like to release the beta by Friday, 6 August.
>
> I would actually prefer not to see any more features land before the
> beta. If you think there is an important feature, already set to go
> but not in yet, let me know.
>
--
The time has come to start talking about whether the emperor is as well
dressed as we are supposed to think he is. /Pete McBreen/
More information about the Zope-CMF
mailing list