Changeset 2273

Show
Ignore:
Timestamp:
06/03/07 07:04:30 (2 years ago)
Author:
Blackhex
Message:

DiscussionPlugin:

Creating 0.11 branch.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • discussionplugin/0.10/tracdiscussion/api.py

    r2014 r2273  
    497497                # Get new popic and notify about creation. 
    498498                new_topic = self.get_topic_by_time(cursor, new_time) 
     499                self.log.debug(new_topic) 
    499500                to = self.get_topic_to_recipients(cursor, new_topic['id']) 
    500501                cc = self.get_topic_cc_recipients(cursor, new_topic['id']) 
  • discussionplugin/0.10/tracdiscussion/notification.py

    r2009 r2273  
    127127            header['X-Trac-Discussion-URL'] = self.topic['link'] 
    128128 
     129        print torcpts, ccrcpts, header 
     130 
    129131        # Send e-mail. 
    130132        NotifyEmail.send(self, torcpts, ccrcpts, header) 
  • discussionplugin/0.11/tracdiscussion/api.py

    r2014 r2273  
    497497                # Get new popic and notify about creation. 
    498498                new_topic = self.get_topic_by_time(cursor, new_time) 
     499                self.log.debug(new_topic) 
    499500                to = self.get_topic_to_recipients(cursor, new_topic['id']) 
    500501                cc = self.get_topic_cc_recipients(cursor, new_topic['id']) 
  • discussionplugin/0.11/tracdiscussion/notification.py

    r2009 r2273  
    127127            header['X-Trac-Discussion-URL'] = self.topic['link'] 
    128128 
     129        print torcpts, ccrcpts, header 
     130 
    129131        # Send e-mail. 
    130132        NotifyEmail.send(self, torcpts, ccrcpts, header)