Custom Query (332 matches)
Results (181 - 183 of 332)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#233 | fixed | how to install email2trac on debian | bas | szybalski@… |
Description |
Hello, Can you give more detail instructions on how to install this package on debian. 1. wget ftp://ftp.sara.nl/pub/outgoing/email2trac.tar.gz 2. tar -xzvf email2trac.tar.gz 3. Now you instruction say: debian/rules binary ???? What does that mean? ./debian/rules binary -bash: ./debian/rules: /usr/bin/make: bad interpreter: No such file or directory I assume that I need to compile your package, to create the debian package then install it. What is the command for compiling the debian package? And are there any changes I need to make before compile/install? Thanks. Lucas |
|||
#235 | fixed | email2trac + TracFullBlog plugin | bas | slevin@… |
Description |
Trac v.0.12.2 TracFullBlog? plugin installed email2trac v.1.6.0 Try to post message into blog Support trac. Create message to trac's email address. Subject: blog:support Unsuccess. Message was moved into .maildir/new. Ok Editing message again, change Subject field to blog: support Success! So, I don't know how to:
I was make many tests message (30+) with different subject. And deside to try latest stable version email2trac - 2.0.2. I'm use config file from previos version. And do test again. As result:
Ok, turn debug on and what we're can see - parser find @keywords and generate the new tickets :( Please help! Can you add changes for editing in blog fields: author and categories? What wrong I do? O'course if it would be need - I can upload configs and get more info to you. |
|||
#236 | fixed | Patch for ticket update bug, and some other minor enhancements | bas | dmcr@… |
Description |
Hi Bas, The attached patch fixes a bug when updating a ticket, in the case where the user submitting the update has Trac permission TICKET_MODIFY, but not TICKET_APPEND or TICKET_CHGPROP. This causes the ticket update to fail. Since Trac documentation states that TICKET_MODIFY includes TICKET_APPEND and TICKET_CHGPROP permissions, I changed email2trac to check for TICKET_MODIFY whenever it checks for one of the other two permissions. I also matched Trac behavior with respect to logging, so that when logging to file or stderr without an explicit log_format, a timestamp precedes the log message. And I changed the log line that reports the subject of the email from 'debug' to 'info' so that in the case of success, there would be at least one line in the log file to indicate that email2trac processed that email. Hope this helps. Dennis McRitchie? |