From: Chris W. <la...@us...> - 2004-11-27 18:24:51
|
Update of /cvsroot/openinteract/OpenInteract2/extra_packages/delicious_tags/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11157/conf Modified Files: action.ini Log Message: add all_tags_box; ensure message keys for box titles match up; ensure 'tagged_objects' isn't URL-accessible Index: action.ini =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/extra_packages/delicious_tags/conf/action.ini,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** action.ini 25 Nov 2004 03:54:56 -0000 1.3 --- action.ini 27 Nov 2004 17:12:05 -0000 1.4 *************** *** 6,11 **** url_none = yes weight = 2 ! title_key = tags.related_tags.title ! title = Related Tags # meant to be used as component --- 6,18 ---- url_none = yes weight = 2 ! title_key = tags.related_tags_box.title ! ! [all_tags_box] ! class = OpenInteract2::Action::DeliciousTags ! task = all_tags ! is_secure = no ! url_none = yes ! weight = 2 ! title_key = tags.all_tags_box.title # meant to be used as component *************** *** 14,17 **** --- 21,25 ---- task = tagged_objects is_secure = no + url_none = yes template_source = delicious_tags::tagged_objects |