[CMF-checkins] CVS: CMF/CMFCollector - KNOWN_PROBLEMS.txt:1.1
   
    Ken Manheimer
     
    klm@zope.com
       
    Sat, 27 Oct 2001 14:12:54 -0400
    
    
  
Update of /cvs-repository/CMF/CMFCollector
In directory cvs.zope.org:/tmp/cvs-serv4385
Added Files:
	KNOWN_PROBLEMS.txt 
Log Message:
Mention disabled active-status content (no expired/effective dates culling).
=== Added File CMF/CMFCollector/KNOWN_PROBLEMS.txt ===
CMFCollector Known Problems
  Oct 27, 2001 Catalog search "active" content culling disabled --
    The CMF catalog search is supposed to automatically cull out items
    with expired expirration_date or unreached effective_date, unless
    the visitor has AccessInactivePortalContent permission.  This
    culling is not working correctly for the collector's internal
    catalog, at least in some versions, culling out *all* results.
    This looks like a CMF and/or ZCatalog bug, and i haven't been able
    to track where the proper behavior is supposed to be implemented.
    Hence, i've punted on this, and am setting collectors to grant
    Anonymous AccessInactivePortalContent (in Collector.py
    addCollectorIssue()), meaning that the active-status culling will
    not be happening for anyone.