Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (127 - 129 of 332)

Ticket Resolution Summary Owner Reporter
#404 fixed Missing attachments bas magda@…
Description

I am trying to set up email2trac in our multi-project trac environment by piping incoming mails through a php script which then calls email2trac with the correct project id. The only problem: email attachments are not being attached to tickets. Adding an attachments to a ticket manually works. Executing email2trac with debug option reveals that attachments of mails are being parsed and created in the tmp folder.

Last log entry lines:

2016-11-17 13:17:33,867 email2trac 182: writing body to /tmp/182xZk6af.email2trac.body

2016-11-17 13:17:33,867 email2trac 182: function debug_attachments

2016-11-17 13:17:33,867 email2trac 182:          part0: Content-Type: application/pdf

2016-11-17 13:17:33,867 email2trac 182: writing /tmp/182xZk6af.email2trac.part1.pdf: filename: st-oktober.pdf

The file exists and is readable by the apache user (which is executing the email2trac command)

But the ticket itself has no attachment and the link in the description points to an invalid/missing attachments. Looking at the projects db, the attachment table doesn't contain an entry for the attachment.

Any ideas/suggestions where or what the problem might be?

#116 fixed email2trac to also serve blogs bas lucas.eisenzimmer@…
Description

Hi Bas,

I have been playing around in order to creating/updating blog posts provided by the FullBlogPlugin. See the code attached. What do you think?

The distinction between tickets and blog posts is not satisfying at all, and the dependencies are also not processed yet (meaning that it should still work if the FullBlogPlugin is not installed).

Cheers, Lucas

#238 fixed add optional filtering for ticket creation bas lquentin@…
Description

Add a filtering option to prevent anyone from adding new tickets via email2trac, without using trac permissions. In my case, to prevent users from sending a new ticket by email if mistaking on the email address. I wrote a dirty fix for that, using an additional configuration file, in which the email addresses of the allowed creators are comma-separated. The patch is attached here.

Note: See TracQuery for help on using queries.