From: Chris W. <la...@us...> - 2004-11-25 13:50:42
|
Update of /cvsroot/openinteract/OpenInteract2/extra_packages/delicious_tags In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31922 Modified Files: package.conf Changes Log Message: OIN-103: fix related_tags_box to not blow up when it does not get an object; also add its action and other actions to docs Index: package.conf =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/extra_packages/delicious_tags/package.conf,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** package.conf 25 Nov 2004 03:55:41 -0000 1.5 --- package.conf 25 Nov 2004 13:50:33 -0000 1.6 *************** *** 1,4 **** name delicious_tags ! version 0.06 author Chris Winters <ch...@cw...> url http://www.openinteract.org/ --- 1,4 ---- name delicious_tags ! version 0.07 author Chris Winters <ch...@cw...> url http://www.openinteract.org/ Index: Changes =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/extra_packages/delicious_tags/Changes,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Changes 25 Nov 2004 03:55:41 -0000 1.5 --- Changes 25 Nov 2004 13:50:33 -0000 1.6 *************** *** 1,4 **** --- 1,9 ---- Revision history for OpenInteract2 package delicious_tags. + 0.07 Thu Nov 25 08:46:02 EST 2004 + + OIN-103: Fix related_tags_box to not blow up when no object + passed in. Also add box and other actions to docs. + 0.06 Wed Nov 24 22:52:46 EST 2004 |