[CMF-checkins] CVS: Products/CMFCore - CatalogTool.py:1.55.2.4
Florent Guillaume
fg at nuxeo.com
Fri Mar 25 12:16:59 EST 2005
Update of /cvs-repository/Products/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv9196
Modified Files:
Tag: CMF-1_5-branch
CatalogTool.py
Log Message:
whitespace+typo
=== Products/CMFCore/CatalogTool.py 1.55.2.3 => 1.55.2.4 ===
--- Products/CMFCore/CatalogTool.py:1.55.2.3 Sun Mar 13 15:39:44 2005
+++ Products/CMFCore/CatalogTool.py Fri Mar 25 12:16:58 2005
@@ -292,14 +292,14 @@
security.declarePrivate('unrestrictedSearchResults')
def unrestrictedSearchResults(self, REQUEST=None, **kw):
"""Calls ZCatalog.searchResults directly without restrictions.
-
- This method returns every also not yet effective and already expired
+
+ This method returns every also not yet effective and already expired
objects regardless of the roles the caller has.
-
- CAUTION: Care must be taken not to open security holes by
+
+ CAUTION: Care must be taken not to open security holes by
exposing the results of this method to non authorized callers!
-
- If you're in doubth if you should use this method or
+
+ If you're in doubt if you should use this method or
'searchResults' use the latter.
"""
return ZCatalog.searchResults(self, REQUEST, **kw)
More information about the CMF-checkins
mailing list