Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (268 - 270 of 332)

Ticket Resolution Summary Owner Reporter
#8 invalid With restrict_owner=true ticket is not created. bas TYatsurak@…
Description

Trac 0.10.4 using apache, email2trac 0.9.5

restrict_owner=true in trac.ini, component Support has valid owner, get_known_users query shows all users with fully specified names.

---

cat msg.txt|email2trac --component=Support Traceback (most recent call last):

File "/usr/local/bin/email2trac", line 974, in ?

tktparser.parse(sys.stdin)

File "/usr/local/bin/email2trac", line 560, in parse

self.new_ticket(m)

File "/usr/local/bin/email2trac", line 432, in new_ticket

tkt = Ticket(self.env)

File "/usr/lib/python2.4/site-packages/trac/ticket/model.py", line 37, in init

self.fields = TicketSystem?(self.env).get_ticket_fields()

File "/usr/lib/python2.4/site-packages/trac/ticket/api.py", line 104, in get_ticket_fields

for username, name, email in self.env.get_known_users(db):

File "/usr/lib/python2.4/site-packages/trac/env.py", line 320, in get_known_users

for username,name,email in cursor:

File "/usr/lib/python2.4/site-packages/trac/db/util.py", line 40, in iter

row = self.cursor.fetchone()

File "/usr/lib/python2.4/site-packages/pyPgSQL/PgSQL.py", line 3158, in fetchone

raise Error, \

Error: fetchone() failed - cursor does not contain a result. TD: saving email to /tmp/tmpT0AepR.email2trac ---

#9 invalid Testing to validate I receive this in email Netops jhamilton@…
Description

Testing

#21 invalid Several Enhacnements of email2trac anonymous "Heiko Behrens" <HeikoBehrens@…>
Description
Hello,

I made some improvements of email2trac regarding the handling of html
and
embedded images. Also, this version can accept files instead of stdin
only
and works right with binary attachments. Among other smaller fixes
this
improves the behavior under windows (at least for us).

How can I publish these changes?

Regards
Note: See TracQuery for help on using queries.