Ignore:
Timestamp:
02/28/10 09:11:35 (2 years ago)
Author:
PaulHarvey
Message:

Item8445: Cleaning up JQuery UI in TagMePlugin for release.
Item3867: This commit provides a way to directly add tags without selection.
Item8288: This commit provides a way for admin users, users with topic CHANGE permissions, or everybody (configurable) to remove tags from a topic regardless of vote count.
Item5153: This commit provides a way to add multiple tags without leaving the topic being tagged.
Item8365: This commit fixes the MANIFEST to address missing styleblog files.
Item8343: This commit fixes the MANIFEST to address missing styleblog files.
Item8531: This commit removes minified/compressed files from svn.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/TagMePlugin/lib/Foswiki/Plugins/TagMePlugin.pm

    r6196 r6568  
    3636 
    3737our $VERSION           = '$Rev$'; 
    38 our $RELEASE           = '01 Feb 2010'; 
     38our $RELEASE           = '28 Feb 2010'; 
    3939our $NO_PREFS_IN_TOPIC = 1; 
    4040our $SHORTDESCRIPTION = 
     
    11841184        $tag = _makeSafeTag($tag); 
    11851185        if ($tag) { 
    1186             $args = 'tag="' . $tag . '"'; 
     1186            $args = {tag => $tag}; 
    11871187            $text = _newTag($args); 
    11881188            $text = _addTag($args) unless $text =~ /foswikiAlert/; 
Note: See TracChangeset for help on using the changeset viewer.