# # ChangeLog for trunk/email2trac.py.in # # Generated by Trac 1.0.18 # 03/29/24 13:24:50 Mon, 06 Feb 2012 11:04:50 GMT bas [585] * trunk/ChangeLog (modified) * trunk/debian/changelog (modified) * trunk/email2trac.py.in (modified) added blog patch from Thomas Moschny, closes #287,#235,#175 Tue, 20 Dec 2011 10:38:10 GMT bas [582] * trunk/ChangeLog (modified) * trunk/debian/changelog (modified) * trunk/email2trac.py.in (modified) urllib.quote can not handele unicode strings Fri, 16 Dec 2011 15:26:02 GMT bas [581] * trunk/email2trac.py.in (modified) mailto_link did not use the right subject variable, it must use the ... Tue, 06 Dec 2011 15:40:53 GMT bas [580] * trunk/ChangeLog (modified) * trunk/debian/changelog (modified) * trunk/email2trac.py.in (modified) added Astarp firewall support: X-Spam-Flag: YES X-Spam-Result: Spam Mon, 28 Nov 2011 12:53:22 GMT bas [578] * trunk/email2trac.py.in (modified) commited patch by thomas moschny for blog support, see #235 Thu, 20 Oct 2011 10:33:37 GMT bas [576] * trunk/ChangeLog (modified) * trunk/debian/changelog (modified) * trunk/email2trac.py.in (modified) * trunk/email2trac.spec (modified) fixed an error in parsing from addres if email name contains a charset Tue, 20 Sep 2011 11:22:17 GMT bas [572] * trunk/email2trac.py.in (modified) adjusted email_header_acl we now loop over all to address to allow ... Wed, 14 Sep 2011 11:23:04 GMT bas [570] * trunk/ChangeLog (modified) * trunk/debian/changelog (modified) * trunk/email2trac.py.in (modified) * trunk/email2trac.spec (modified) use all 'to-addresses'' for recipient_list instead of just one, ... Tue, 13 Sep 2011 14:07:06 GMT bas [569] * trunk/email2trac.py.in (modified) text/plain attachments are not attached when they are marked as not ... Mon, 22 Aug 2011 08:54:04 GMT bas [564] * trunk/email2trac.py.in (modified) Only use repr() in subject logging, still convert subject to unicode, ... Mon, 22 Aug 2011 08:00:46 GMT bas [563] * trunk/ChangeLog (modified) * trunk/debian/changelog (modified) * trunk/email2trac.py.in (modified) fixed unicode error when printing subject line. Python logging module ... Wed, 17 Aug 2011 07:21:46 GMT bas [561] * trunk/email2trac.py.in (modified) converted all dry-run print statement to self.logger.info Wed, 17 Aug 2011 06:31:53 GMT bas [559] * trunk/email2trac.py.in (modified) removed some comments Tue, 16 Aug 2011 06:37:27 GMT bas [558] * trunk/email2trac.py.in (modified) reporter ticket field can also be changed by a workflow, see #226 Mon, 15 Aug 2011 10:54:08 GMT bas [557] * trunk/ChangeLog (modified) * trunk/debian/changelog (modified) * trunk/email2trac.py.in (modified) delete obsolete workflow code, see #226 Mon, 15 Aug 2011 09:40:09 GMT bas [556] * trunk/email2trac.py.in (modified) chamged workflow to TicketModule implementation as suggested by: ... Fri, 12 Aug 2011 14:33:42 GMT bas [555] * trunk/email2trac.py.in (modified) rewrote save_email_for_debug. So no unicode problems and all files ... Fri, 12 Aug 2011 11:42:01 GMT bas [554] * trunk/email2trac.py.in (modified) version 0.11, 0.12 and 0.13 have the same import statements. Fri, 12 Aug 2011 10:38:06 GMT bas [553] * trunk/email2trac.py.in (modified) removed some obsolete code and some layout changes Thu, 11 Aug 2011 12:29:47 GMT bas [551] * trunk/email2trac.py.in (modified) adjusted doc string for check_filename_length Thu, 11 Aug 2011 12:21:20 GMT bas [550] * trunk/email2trac.py.in (modified) fixed an error in check_filename_length must return 'None' if ... Thu, 11 Aug 2011 12:06:22 GMT bas [549] * trunk/email2trac.py.in (modified) added a check_filename_length function. This function will check if ... Thu, 11 Aug 2011 08:29:50 GMT bas [548] * trunk/email2trac.py.in (modified) email2trac can now handle large filenames, trac report an error, see #247 Wed, 10 Aug 2011 11:29:03 GMT bas [547] * trunk/email2trac.py.in (modified) adjusted email2trac help text Wed, 10 Aug 2011 10:39:18 GMT bas [546] * trunk/ChangeLog (modified) * trunk/debian/changelog (modified) * trunk/email2trac.py.in (modified) * trunk/email2trac.spec (modified) renamed email2trac_workflow to mail_workflow and preparing for 2.4.0 ... Wed, 10 Aug 2011 10:18:09 GMT bas [545] * trunk/email2trac.py.in (modified) added email2trac_workflow function. So we now honor workflow for new ... Tue, 09 Aug 2011 11:51:58 GMT bas [543] * trunk/email2trac.py.in (modified) comment permission check for workflow. Is already done and some minor ... Tue, 09 Aug 2011 09:48:51 GMT bas [541] * trunk/email2trac.py.in (modified) preparing email2trac for trac release 0.13, see #250 Tue, 09 Aug 2011 09:44:16 GMT bas [540] * trunk/email2trac.py.in (modified) preparing email2trac for trac 0.13 release, see #250 Tue, 09 Aug 2011 09:39:55 GMT bas [539] * trunk/ChangeLog (modified) * trunk/debian/changelog (modified) * trunk/email2trac.py.in (modified) fixed check permission problem when PrivateTicketsPlugin is ... Tue, 09 Aug 2011 09:01:58 GMT bas [538] * trunk/email2trac.py.in (modified) email2trac only used the default workflow. We now use the ticket ... Mon, 08 Aug 2011 10:32:01 GMT bas [537] * trunk/email2trac.py.in (modified) forgot to save email2trac.py.in, see #264 Tue, 02 Aug 2011 09:40:35 GMT bas [534] * trunk/email2trac.py.in (modified) log trac error if something goes wrong with opening the project ... Thu, 28 Jul 2011 12:24:30 GMT bas [533] * trunk/ChangeLog (modified) * trunk/debian/changelog (modified) * trunk/email2trac.py.in (modified) ticket_update_by_subject enhancement, closes #253 Mon, 18 Jul 2011 07:06:26 GMT bas [532] * trunk/ChangeLog (modified) * trunk/email2trac.py.in (modified) fix a bug in the windows logging environment, closes #251 Thu, 30 Jun 2011 10:33:37 GMT bas [531] * trunk/email2trac.py.in (modified) a better patch for update_ticket_fields Thu, 30 Jun 2011 09:46:55 GMT bas [530] * trunk/email2trac.py.in (modified) updated fix for ticket update fields Thu, 30 Jun 2011 08:42:57 GMT bas [529] * trunk/ChangeLog (modified) * trunk/debian/changelog (modified) * trunk/email2trac.py.in (modified) fixed a bug in ticket update by subject for trac version less then ... Thu, 23 Jun 2011 11:35:31 GMT bas [528] * trunk/ChangeLog (modified) * trunk/debian/changelog (modified) * trunk/email2trac.py.in (modified) email2trac.py.in: - enhanced the save_email_for_debug() function Thu, 23 Jun 2011 10:24:32 GMT bas [527] * trunk/email2trac.py.in (modified) workflow must be set to None, see #247 Thu, 23 Jun 2011 09:45:27 GMT bas [526] * trunk/ChangeLog (modified) * trunk/debian/changelog (modified) * trunk/email2trac.py.in (modified) Fix re-opening for closed tickets for trac 0.12 and higher. Only ... Wed, 22 Jun 2011 10:44:11 GMT bas [525] * trunk/ChangeLog (modified) * trunk/email2trac.py.in (modified) fixed some logging errors in email_to_unicode function Wed, 15 Jun 2011 08:08:22 GMT bas [524] * trunk/ChangeLog (modified) * trunk/debian/changelog (modified) * trunk/email2trac.py.in (modified) * trunk/email2trac.spec (modified) Fixed and error in ticket_update_fields. Always check if it is a ... Mon, 06 Jun 2011 08:56:45 GMT bas [521] * trunk/ChangeLog (modified) * trunk/debian/changelog (modified) * trunk/email2trac.py.in (modified) Fixed an error in setting up the logging envrionment for Windows Oses Mon, 06 Jun 2011 08:37:21 GMT bas [520] * trunk/ChangeLog (modified) * trunk/email2trac.py.in (modified) fixed a bug in the date format used for ticket_update_by_subject. Wed, 27 Apr 2011 08:40:22 GMT bas [519] * trunk/email2trac.py.in (modified) changed print statement to logger.error. sys.exit(1) must be ... Thu, 21 Apr 2011 09:00:29 GMT bas [518] * trunk/ChangeLog (modified) * trunk/debian/changelog (modified) * trunk/email2trac.py.in (modified) Fixed comparison of email addresses and author names. Always do lower ... Wed, 23 Mar 2011 09:08:12 GMT bas [517] * trunk/ChangeLog (modified) * trunk/debian/changelog (modified) * trunk/email2trac.py.in (modified) Some small mailto fix Wed, 02 Mar 2011 11:41:18 GMT bas [516] * trunk/ChangeLog (modified) * trunk/email2trac.py.in (modified) applied patch from Dennis McRitchie, closes #236 Fri, 14 Jan 2011 15:16:55 GMT bas [514] * trunk/ChangeLog (modified) * trunk/debian/changelog (modified) * trunk/email2trac.py.in (modified) * trunk/email2trac.spec (modified) changed tempfile.mktemp to tempfile.mkstemp Wed, 12 Jan 2011 09:38:58 GMT bas [509] * trunk/ChangeLog (modified) * trunk/debian/changelog (modified) * trunk/email2trac.py.in (modified) added a new parameter: inline_properties_first_wins, closes #216 Tue, 11 Jan 2011 15:43:48 GMT bas [508] * trunk/ChangeLog (modified) * trunk/debian/changelog (modified) * trunk/email2trac.py.in (modified) We now can override the notify function with AlwaysNotifyReport, see ... Tue, 11 Jan 2011 13:30:31 GMT bas [507] * trunk/email2trac.py.in (modified) converted tabs to spaces Mon, 10 Jan 2011 13:06:35 GMT bas [506] * trunk/ChangeLog (modified) * trunk/debian/changelog (modified) * trunk/debian/compat (modified) * trunk/email2trac.py.in (modified) * trunk/email2trac.spec (modified) fixed mailto link buf for trac 0.12 Fri, 07 Jan 2011 14:44:00 GMT bas [503] * trunk/ChangeLog (modified) * trunk/email2trac.py.in (modified) changed some code an made an function html_2_text that uses an ... Tue, 04 Jan 2011 11:31:46 GMT bas [502] * trunk/email2trac.py.in (modified) fix some spelling errors Tue, 04 Jan 2011 10:27:44 GMT bas [500] * trunk/email2trac.py.in (modified) fixed a bug when sending html and text messages. we did get empty ... Tue, 28 Dec 2010 17:17:50 GMT bas [498] * trunk/email2trac.py.in (modified) added support for html to text conversion, in email2trac.conf: * ... Tue, 28 Dec 2010 12:05:21 GMT bas [497] * trunk/email2trac.py.in (modified) fixed an typo Tue, 28 Dec 2010 12:02:08 GMT bas [496] * trunk/ChangeLog (modified) * trunk/debian/changelog (modified) * trunk/email2trac.py.in (modified) applied patch that fixes some dicussion plugin problems, closes #231 Mon, 20 Dec 2010 16:10:41 GMT bas [495] * trunk/ChangeLog (modified) * trunk/debian/changelog (modified) * trunk/email2trac.py.in (modified) Attachments without a name will be saved a 'untitled-part'. This used ... Mon, 13 Dec 2010 14:59:05 GMT bas [494] * trunk/email2trac.py.in (modified) spell error Mon, 13 Dec 2010 10:23:52 GMT bas [493] * trunk/ChangeLog (modified) * trunk/debian/changelog (modified) * trunk/email2trac.py.in (modified) fixed some bugs in update_ticket_fields function, see #228 Fri, 10 Dec 2010 15:04:33 GMT bas [492] * trunk/ChangeLog (modified) * trunk/email2trac.py.in (modified) allow more ticket fields to be updated by inline properties, closes #227 Fri, 10 Dec 2010 14:57:26 GMT bas [491] * trunk/email2trac.py.in (modified) added some statement where we could convert html to text Wed, 03 Nov 2010 15:18:56 GMT bas [490] * trunk/email2trac.py.in (modified) email2trac.py.in: - renamed function body_text() to ... Wed, 03 Nov 2010 10:18:48 GMT bas [489] * trunk/ChangeLog (modified) * trunk/email2trac.py.in (modified) fixed log_type error on windows platfor, closes #225 Mon, 11 Oct 2010 12:55:59 GMT bas [487] * trunk/ChangeLog (modified) * trunk/email2trac.py.in (modified) Enhancement to update-by-subject routines, closes #188 Mon, 11 Oct 2010 09:07:31 GMT bas [486] * trunk/ChangeLog (modified) * trunk/email2trac.py.in (modified) Fixed the calculation of number of ticket changes, closes #223 Wed, 06 Oct 2010 13:18:04 GMT bas [485] * trunk/ChangeLog (modified) * trunk/email2trac.py.in (modified) added parentdir functionality, see #217 Wed, 06 Oct 2010 12:07:19 GMT bas [484] * trunk/ChangeLog (modified) * trunk/email2trac.py.in (modified) Applied a patch to detect valid users if smtp_default_domain is set, ... Mon, 16 Aug 2010 15:02:50 GMT bas [483] * trunk/email2trac.py.in (modified) fixed a type error, '>=' and not '=>', Thanks to Konstantin Ryabitsev Fri, 13 Aug 2010 08:16:22 GMT bas [481] * trunk/email2trac.py.in (modified) applied patch from Konstantin Ryabitsev that solve that one email ... Tue, 10 Aug 2010 07:28:13 GMT bas [477] * trunk/email2trac.py.in (modified) email2trac.py.in: - uniform formot for comments Mon, 09 Aug 2010 12:45:38 GMT bas [476] * trunk/email2trac.py.in (modified) renamed variable new_ticket to new in update_ticket_fields Mon, 09 Aug 2010 12:27:19 GMT bas [474] * trunk/email2trac.py.in (modified) fine tuning of permission model in: - TICKET_APPEND - ... Fri, 06 Aug 2010 11:35:37 GMT bas [472] * trunk/email2trac.py.in (modified) email2trac.py.in: - the default trac value for resolution is fixed ... Thu, 05 Aug 2010 10:19:19 GMT bas [470] * trunk/email2trac.py.in (modified) some reformat of code Thu, 05 Aug 2010 09:50:22 GMT bas [469] * trunk/email2trac.py.in (modified) improved workflow patch, see #198 Wed, 04 Aug 2010 15:01:24 GMT bas [468] * trunk/email2trac.py.in (modified) appllied patch from kroseneg at schmidham dot net to define a ... Wed, 28 Jul 2010 08:34:09 GMT bas [467] * trunk/email2trac.py.in (modified) only check if debug is set Tue, 27 Jul 2010 10:04:52 GMT bas [466] * trunk/email2trac.py.in (modified) avoid namespace collision Tue, 27 Jul 2010 08:17:56 GMT bas [465] * trunk/ChangeLog (modified) * trunk/debian/changelog (modified) * trunk/email2trac.py.in (modified) remove \r and \n characters from attachment filenames Mon, 26 Jul 2010 13:12:25 GMT bas [464] * trunk/email2trac.py.in (modified) change some help text Mon, 26 Jul 2010 10:19:47 GMT bas [463] * trunk/email2trac.py.in (modified) removed obsolete line trac_default_version Mon, 26 Jul 2010 08:09:40 GMT bas [462] * trunk/ChangeLog (modified) * trunk/debian/changelog (modified) * trunk/email2trac.py.in (modified) * trunk/email2trac.spec (modified) Fixed an Unicode error in strip_quotes and update versions info Fri, 23 Jul 2010 12:40:36 GMT bas [456] * trunk/ChangeLog (modified) * trunk/email2trac.py.in (modified) Mail was lost when ticket_update was disabled and ticket reply was ... Fri, 23 Jul 2010 11:17:16 GMT bas [455] * trunk/email2trac.py.in (modified) removed has_key from workflow parameter Fri, 23 Jul 2010 10:10:22 GMT bas [454] * trunk/email2trac.py.in (modified) removed some comment lines Fri, 23 Jul 2010 10:07:19 GMT bas [453] * trunk/email2trac.py.in (modified) removed obsolete conversion to int for debug Fri, 23 Jul 2010 09:52:13 GMT bas [452] * trunk/email2trac.py.in (modified) If we add a value try to convert it to int. If fails just add it. Due ... Fri, 23 Jul 2010 08:58:47 GMT bas [451] * trunk/email2trac.py.in (modified) Last variable SUBJECT_FIELD_SEPARATOR ported to UserDict Fri, 23 Jul 2010 08:54:24 GMT bas [450] * trunk/email2trac.py.in (modified) Some more variables ported to UserDict Fri, 23 Jul 2010 08:39:40 GMT bas [449] * trunk/email2trac.py.in (modified) converteed INLINE_PROPERTIES and USE_TEXTWRAP Fri, 23 Jul 2010 08:34:53 GMT bas [448] * trunk/email2trac.py.in (modified) converted STRIP_QUOTES and STRIP_SIGNATURES to UserDict Fri, 23 Jul 2010 08:15:39 GMT bas [447] * trunk/email2trac.py.in (modified) ported DROP_ALTERNATIVE_HTML_VERSION to UserDict Fri, 23 Jul 2010 08:08:01 GMT bas [446] * trunk/email2trac.py.in (modified) converted VERBATIM_FORMAT to UserDict Thu, 22 Jul 2010 14:06:48 GMT bas [445] * trunk/email2trac.py.in (modified) ported LOOKBACK to UserDict Thu, 22 Jul 2010 13:56:53 GMT bas [444] * trunk/email2trac.py.in (modified) ported TICKET_UPDATE to UserDict Thu, 22 Jul 2010 13:38:50 GMT bas [442] * trunk/email2trac.py.in (modified) ported TICKET_UPDATE to UserDict