|
From: Chris W. <la...@us...> - 2005-09-21 04:04:48
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/object_tags/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7850/conf Modified Files: action.ini Log Message: add some more actions along with the HTML::TagCloud option Index: action.ini =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/object_tags/conf/action.ini,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** action.ini 29 Mar 2005 05:10:37 -0000 1.1 --- action.ini 21 Sep 2005 04:04:40 -0000 1.2 *************** *** 5,9 **** url_none = yes weight = 2 ! title_key = tags.related_tags_box.title cache_expire = 10m template_source = object_tags::related_tags --- 5,10 ---- url_none = yes weight = 2 ! title_key = object_tags.title.related ! use_cloud = yes cache_expire = 10m template_source = object_tags::related_tags *************** *** 15,22 **** url_none = yes weight = 2 ! title_key = tags.all_tags_box.title cache_expire = 10m template_source = object_tags::tag_listing # meant to be used as component [tagged_objects] --- 16,33 ---- url_none = yes weight = 2 ! title_key = object_tags.title.all ! use_cloud = yes cache_expire = 10m template_source = object_tags::tag_listing + [tags] + class = OpenInteract2::Action::ObjectTags + is_secure = no + use_cloud = yes + + [tags template_source] + show_tagged_objects = object_tags::tagged_objects_page + all_tags = object_tags::tag_listing + # meant to be used as component [tagged_objects] *************** *** 27,35 **** template_source = object_tags::tagged_objects ! [tags] class = OpenInteract2::Action::ObjectTags is_secure = no ! ! [tags template_source] ! show_tagged_objects = object_tags::tagged_objects_page ! all_tags = object_tags::tag_listing --- 38,46 ---- template_source = object_tags::tagged_objects ! # meant to be used as component -- see also tags plugin method 'lookup_tags' ! [my_tags] class = OpenInteract2::Action::ObjectTags + task = related_tags is_secure = no ! url_none = yes ! template_source = object_tags::tags_for_object |