Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (52 - 54 of 332)

Ticket Resolution Summary Owner Reporter
#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.

#58 fixed I don't understand how to configure ticket update bas zooko@…
Description

Dear folks:

Thank you for creating email2trac! It is exactly what I want. Unfortunately I do not understand how to follow these directions in the "Configuration" page about configuring "ticket update". What purpose is served by the "email address where the ticket information will be sent to", which is "test@…" in your example. Should I put the same address as my bug-reports e-mail address in that field, or a different one, the way you did in your example. If a different one, then what program is going to handle messages sent to that address? Thank you!

#59 fixed are some of these config ints actually bools? bas zooko@…
Description

If "debug" and "replay_all" are actually bools (they can have one of two possible values), then their values should be written "True" and "False" instead of "1" and "0" in the config file.

Note: See TracQuery for help on using queries.