[CMF-checkins] CVS: CMF/CMFDecor/skins/zpt_generic - index_html.pt:1.10

Tres Seaver tseaver@zope.com
Sun, 2 Dec 2001 23:23:12 -0500


Update of /cvs-repository/CMF/CMFDecor/skins/zpt_generic
In directory cvs.zope.org:/tmp/cvs-serv4281/skins/zpt_generic

Modified Files:
	index_html.pt 
Log Message:


  - Skip unauthorized items, rather than raising (Tracker #416).


=== CMF/CMFDecor/skins/zpt_generic/index_html.pt 1.9 => 1.10 ===
                                                            , 'News Item'
                                                            ) } );
-                   items python: auth_filter( raw_items );
+                   items python: auth_filter( raw_items, skip='' );
                   ">
   <div tal:condition="items">
 
@@ -71,7 +71,7 @@
                                                            , 'Favorite'
                                                            , 'Topic'
                                                            ) } );
-                   items python: auth_filter( raw_items );
+                   items python: auth_filter( raw_items, skip='' );
                   ">
   <div tal:condition="items">
   <h4> Related Resources </h4>