Custom Query (332 matches)
Results (127 - 129 of 332)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#62 | fixed | email notification on ticket_update doesn't work when project has no components | bas | gernot.hillier@… |
Description |
When sending a ticket update via mail to a project that has no components, email2trac will manage to update the ticket in the database, but the email notification isn't sent. It will fail with: email2trac: Traceback (most recent call last): email2trac: File "/usr/local/bin/email2trac", line 1137, in <module> tktparser.parse(sys.stdin) email2trac: File "/usr/local/bin/email2trac", line 723, in parse if self.ticket_update(m): email2trac: File "/usr/local/bin/email2trac", line 602, in ticket_update self.notify(tkt, False, when) email2trac: File "/usr/local/bin/email2trac", line 857, in notify if tkt['component'] == 'Spam': email2trac: File "/var/lib/python-support/python2.5/trac/ticket/model.py", line 104, in __getitem__ return self.values[name] email2trac: KeyError: 'component' |
|||
#262 | fixed | TypeError: iterable argument required | bas | glenn |
Description |
email2trac option ticket_permission_system: trac is not working. Aug 5 04:56:23 monitor-vm Trac[env] INFO: -------------------------------- environment startup [Trac 0.12.2] -------------------------------- Aug 5 04:56:23 monitor-vm email2trac sinonet: subject: test Aug 5 04:56:24 monitor-vm email2trac sinonet: Traceback (most recent call last): Aug 5 04:56:24 monitor-vm email2trac sinonet: File "/usr/local/email2trac/bin/email2trac", line 2467, in ? tktparser.parse(sys.stdin) Aug 5 04:56:24 monitor-vm email2trac sinonet: File "/usr/local/email2trac/bin/email2trac", line 1660, in parse self.new_ticket(m, subject, spam_msg) Aug 5 04:56:24 monitor-vm email2trac sinonet: File "/usr/local/email2trac/bin/email2trac", line 1069, in new_ticket if not self.check_permission(tkt, 'TICKET_CREATE'): Aug 5 04:56:24 monitor-vm email2trac sinonet: File "/usr/local/email2trac/bin/email2trac", line 693, in check_permission if perm.check_permission(action, self.author): Aug 5 04:56:24 monitor-vm email2trac sinonet: File "build/bdist.linux-i686/egg/trac/perm.py", line 454, in check_permission Aug 5 04:56:24 monitor-vm email2trac sinonet: File "build/bdist.linux-i686/egg/privatetickets/policy.py", line 32, in check_permission Aug 5 04:56:24 monitor-vm email2trac sinonet: TypeError?: iterable argument required |
|||
#30 | fixed | filtering out the html version of the email | bas | gmcgrath@… |
Description |
Is there anyway to filter out the html version of an email as the text version seems to be the one actually used in the ticket? The HTML version just gets tacked on as an attachment and isn't particularly useful. |