Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 332)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Resolution Summary Owner Reporter
#55 fixed Set Ticket Type bas greg.deakyne@…
Description
  • Is there a way to set the default ticket type when using the email2trac? I want the user interface of trac to use a different default ticket type and the email2trac to use a different type.
#56 fixed blacklisting, check for case insensitive postmaster@ bas gregoryba@…
Description

similar to #39, the blacklisting should also check for, and thus kill, mail from postmaster@ in addition to mailer-daemon@. i've patched my local version as such:

274:                     MAILER-DAEMON@|postmaster@
#57 fixed attempting to update a ticket fails, unsupported operand error bas dekimsey@…
Description

I have an email that I am attempting to load into trac from within the command line. At the moment, the email2trac script fails with the following error:

Traceback (most recent call last):
  File "./.install/bin/email2trac", line 956, in ?
    tktparser.parse(sys.stdin)
  File "./.install/bin/email2trac", line 539, in parse
    if self.ticket_update(m):
  File "./.install/bin/email2trac", line 415, in ticket_update
    tkt.save_changes(self.author, body_text, when)
  File "/home/lendor/python/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/ticket/model.py", line 211, in save_changes
    when_ts = to_timestamp(when)
  File "/home/lendor/python/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/util/datefmt.py", line 55, in to_timestamp
    diff = dt - _epoc
TypeError: unsupported operand type(s) for -: 'int' and 'datetime.datetime'

I am using trac 0.11b1 and email2trac 0.9.5.

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Note: See TracQuery for help on using queries.