Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (211 - 213 of 332)

Ticket Resolution Summary Owner Reporter
#340 fixed [patch] Incorrect method call causing exception in some cases bas ianyh
Description

There was a case where the lower method on a string was referenced as an object instead of actually making a method call. I've added a patch for it.

#416 worksforme [patch] Invalid subject line causes email2trac to crash bas hjuergs@…
Description

the subjectline split to retrieve the parameters results in a crash of email2trac.

If the subjectline is like this:

subject#?owner=name #?milestone=name2 #?component=name3

instead of

subject#?owner=name&milestone=name2&component=name3

email2trac crashes in def new_ticket in codeline 1301 (current release)

        if set_fields:
            rest, keywords = string.split(set_fields, '?')

due to a python error.

#154 fixed [Patch] strip_signature and strip_quotes more effective bas hju@…
Description

Both options had no effekt in our environment (trac 0.11, email2trac 0.30)

Signatures where not effected at all.

If you use the "reply" option with setting "Text der ursprünglichen Nachricht beifügen" in outlook (don't know the english version of this outlook option), mails are getting longer and longer making the comments very difficult to read.

The attached patch solves this for me.

Note: See TracQuery for help on using queries.