Changes between Initial Version and Version 3 of Ticket #8632


Ignore:
Timestamp:
Apr 7, 2011, 9:41:27 PM (13 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8632

    • Property Status changed from new to assigned
  • Ticket #8632 – Description

    initial v3  
    1 
     1{{{
    22Source:  discussionplugin-r9972.zip, 0.11
    33Running on 2.6.31-23-server #74-Ubuntu SMP Mon Feb 28 22:32:34 UTC 2011 x86_64 GNU/Linux
    44Python 2.6.4 (r264:75706, Dec  7 2009, 18:43:55)
    55trac Version: 0.11.5-2ubuntu1
     6}}}
    67
    7 there's a tiny error in 0.11/tracdiscussion/tags.py - line 121:
    8 method _delete_tags of DiscussionTags class:
     8there's a tiny error in `0.11/tracdiscussion/tags.py` - line 121:
     9method `_delete_tags` of `DiscussionTags` class:
    910
    1011variable new_tags is not defined,
    1112python complains about undefined global variable new_tags
    12 
     13{{{
    1314120     def _delete_tags(self, req, resource):
    1415121         self.log.debug("deleting tags: %s" % (new_tags,))  <--
     
    1718124         tag_system = TagSystem(self.env)
    1819125         tag_system.delete_tags(req, resource)
    19 
     20}}}
    2021Yes, commenting out the log bypasses this, but just so that you know.
    2122Thanks for a great plugin.