|
From: Chris W. <la...@us...> - 2005-09-21 04:07:16
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/object_tags In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8274 Modified Files: MANIFEST Changes Log Message: meta Index: MANIFEST =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/object_tags/MANIFEST,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** MANIFEST 29 Mar 2005 05:10:36 -0000 1.1 --- MANIFEST 21 Sep 2005 04:07:08 -0000 1.2 *************** *** 15,20 **** --- 15,22 ---- OpenInteract2/Observer/AddObjectTags.pm OpenInteract2/SQLInstall/ObjectTags.pm + OpenInteract2/TT2/ObjectTagPlugin.pm template/related_tags.tmpl template/tag_listing.tmpl template/tagged_objects.tmpl template/tagged_objects_page.tmpl + template/tags_for_object.tmpl Index: Changes =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/object_tags/Changes,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Changes 29 Mar 2005 05:10:36 -0000 1.1 --- Changes 21 Sep 2005 04:07:08 -0000 1.2 *************** *** 1,4 **** --- 1,32 ---- Revision history for OpenInteract2 package object_tags. + 0.63 Mon Sep 19 23:02:26 EDT 2005 + + Use message key for tag field in OI2::Observer::AddObjectTags, + document that observer isn't mappe in package.ini + + 0.62 Sun Sep 18 14:37:14 EDT 2005 + + Add new component 'my_tags' to product a simple tag listing for + an object. (Similar to the plugin method 'lookup_tags', but it + includes a label and links.) + + 0.61 Sun Jul 31 01:05:42 EDT 2005 + + - Be able to pass in a 'restrict_to' when you're listing objects + by tag, allowing you to see (for instance) all 'news' objects + with the 'yapc' tag. + + - Add TT2 plugin for object tags (e.g., so you can use + 'TAGS.lookup_tags( $some_object )'; see + OpenInteract2::TT2::ObjectTagPlugin for more + + - Add messages for 'Object Tags' and 'object tags field name' + + - Add HTML::TagCloud as dependency, add 'build_cloud' to module + dependency and allow action to specify whether it's going to + display a tag cloud or not if it's using the 'tag_listing' + template. + 0.60 Wed Mar 23 22:59:13 EST 2005 |