Changeset 98 for emailtotracscript


Ignore:
Timestamp:
07/13/06 10:28:45 (18 years ago)
Author:
bas
Message:

EmailtoTracScript?:

email2trac.py.in:

  • Fixed an error in saving attachments for new tickets
  • Added some debug code for offending messages
Location:
emailtotracscript/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • emailtotracscript/trunk/ChangeLog

    r95 r98  
    1 2006-07-09      Michel Jouvin <jouvin@lal.in2p3.fr>
     12006-XXXXX     
    22        * Use X11R5 install-sh to install email2trac components to hide
    3           native install program differences
     3          native install program differences.
     4          Author: Michel Jouvin <jouvin@lal.in2p3.fr>
     5
     6        * Fixed an error in saving attachments for new tickets for trac
     7          versions greater then 0.9.
     8          Fixed by: Bas van der Vlies
     9
     10        * When something went wrong save the offending email for debug
     11          purposes.
     12          Fixed by: Bas van der Vlies
    413
    5142006-07-06
  • emailtotracscript/trunk/debian/changelog

    r96 r98  
     1email2trac (0.7.5-1) stable; urgency=low
     2
     3  * Fix for release greater than 0.8, now attachments where saved
     4    when a new ticket was inserted
     5
     6 -- root <root@rc.sara.nl>  Thu, 13 Jul 2006 10:23:27 +0200
     7
    18email2trac (0.7.4-2) stable; urgency=low
    29
  • emailtotracscript/trunk/email2trac.py.in

    r97 r98  
    436436                else:
    437437                        ticket_id = tkt.insert()
     438                        tkt['id'] = ticket_id
    438439
    439440                changed = False
     
    814815
    815816                if m:
    816                         self.save_email_for_debug(m, True)
     817                        tktparser.save_email_for_debug(m, True)
    817818
    818819# EOB
Note: See TracChangeset for help on using the changeset viewer.