source: trunk/email2trac.py.in

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @447   14 years bas ported DROP_ALTERNATIVE_HTML_VERSION to UserDict?
(edit) @446   14 years bas converted VERBATIM_FORMAT to UserDict?
(edit) @445   14 years bas ported LOOKBACK to UserDict?
(edit) @444   14 years bas ported TICKET_UPDATE to UserDict?
(edit) @442   14 years bas ported TICKET_UPDATE to UserDict?
(edit) @441   14 years bas ported TICKET_PERMISSION_SYSTEM to UserDict?
(edit) @440   14 years bas ported DROP_SPAM to UserDict?
(edit) @439   14 years bas ported REPLY_ALL to UserDict?
(edit) @438   14 years bas ported to notify_template and notify_template to UserDict?
(edit) @437   14 years bas fixed an spelling error
(edit) @436   14 years bas ported EMAIL_QUOTE to new UserDict?
(edit) @435   14 years bas converterd SPAM_LEVEL and EMAIL_QUOTE to new UserDict?
(edit) @434   14 years bas converted mailto_link, mailto_cc and umask to new UserDict?
(edit) @433   14 years bas removed some obsolete code and delete the TD: prefix
(edit) @431   14 years bas Fixed another spellimg ;-) error set.logger. must be self.logger, …
(edit) @428   14 years bas email2trac.py.in: * logging of spam message was wrong. Fixed it, …
(edit) @421   14 years bas ported self.SPAM_HEADER to new syntax self.parameters.spam_header
(edit) @420   14 years bas layout fixes
(edit) @419   14 years bas Adde project name to logging format
(edit) @416   14 years bas Some more logging imporvements
(edit) @415   14 years bas email2trac.py.in: - fixed some errors in log_file options
(edit) @414   14 years bas email2trac.py.in: - some more logging tweaks added debug_interactive mode
(edit) @412   14 years bas added -d/--debug option
(edit) @411   14 years bas email2trac.py.in: - replaced SYSLOG code with the logging module
(edit) @410   14 years bas Moved logging out class TicketParser? so we can use outside this class
(edit) @409   14 years bas email2trac.py.in: - function are now debug level logging and …
(edit) @408   14 years bas port self.DEBUG output to the new logging module
(edit) @407   14 years bas changed self.DRY_RUN to self.parameters.dry_run
(edit) @406   14 years bas converter all self.VERBOSE to self.logger.info
(edit) @405   14 years bas email2trac.py.in: - First use of the logging module and it worked
(edit) @404   14 years bas email2trac.py.in: - used the SaraDict? class so we can use class …
(edit) @403   14 years bas Switching to the python logging module inspired by the Trac source code
(edit) @402   14 years bas Split init function for class TicketEmailParser? into modular functions
(edit) @401   14 years bas remove support for trac 0.9 version
(edit) @398   14 years bas Added permission check system, closes #202, #203. - can be activated …
(edit) @397   14 years bas implement permission system for ticket. Added - None - trac …
(edit) @395   14 years bas changed some changelogs description. email2trac.py.in: - use name if …
(edit) @392   14 years bas Do not check if notification is enabled. Trac will do the checking and …
(edit) @390   14 years bas Fixed several errors for a ticket update
(edit) @388   14 years bas Enabled workflow and notification for 0.12
(edit) @387   14 years bas removed some obsolete code
(edit) @386   14 years bas Ticket update for version 0.12 did not work, closes #209
(edit) @383   14 years bas email2trac.py.in: - A better fix for attachments with special …
(edit) @379   14 years bas email2trac.py.in: - added print_unicode function. So we can delete …
(edit) @378   14 years bas email2trac.py.in, fixed some unciode errors when debug is enabled, see #205
(edit) @377   14 years bas Fixed some issues with Unicode suport for attachments, see #206
(edit) @376   14 years bas Fixed some UnicodeEncodeErrors? when in debug mode, see #206.
(edit) @373   14 years bas Some minor code re-arrangements to determine trac version
(edit) @369   14 years bas email2trac.py.in: - some fixes to support 0.12 version, see #201
(edit) @368   14 years bas email2trac.py.in: - quick hack to suport 0.12deb and 0.12, see #201
(edit) @366   14 years bas Fixed an important error in ticket_update_by_subject. email2trac …
(edit) @363   14 years bas Automaticaly determine trac version. There is no need for trac_version …
(edit) @362   14 years bas email2trac.py.in: - regex has been changed so ticket_update went …
(edit) @360   14 years bas Added an extra option ticket_update_by_subject_lookback in combo with …
(edit) @359   14 years bas email2trac.py.in: - added DiscussionPlugin? support, Authors: bas en …
(edit) @356   14 years bas email2trac.py.in: - added new function ticket_update_by_subject, see #188
(edit) @354   14 years bas Some modification of ticket subject updates, see #188
(edit) @353   14 years bas email2trac.py.in: - Added patch to update ticket based on subject, …
(edit) @352   14 years bas Applied patch for ticket prefix enhancement, closes #195
(edit) @348   14 years bas email2trac.py.in: - added some code that will replace the / and \ …
(edit) @347   14 years bas email2trac.py.in: - re-enabled normalizing for filenames (attachments)
(edit) @345   14 years bas New version 1.3.2
(edit) @344   14 years bas We must also use the overriden reporter value in the notification …
(edit) @343   14 years bas Re-arranged functions per section
(edit) @342   14 years bas moved attach_attachments to TRAC ticket section
(edit) @341   14 years bas moved email_to_unicode to conversion section
(edit) @340   14 years bas renamed attachments to attach_attachments
(edit) @339   14 years bas email2trac.py.in: - removed obsolete function mkdir_p - re-arranged …
(edit) @336   14 years bas removed obsolete function
(edit) @335   14 years bas Some more layout changes
(edit) @334   14 years bas changed some debugs to verbose messages
(edit) @333   14 years bas Preparing for 1.3.0 version
(edit) @331   14 years bas disabled writing files for Dry-run mode Debug mode can now handle …
(edit) @330   14 years bas email2trac.py.in: - mail with attachments went wrong due to previous …
(edit) @329   14 years bas Really fixed the bug when subject is not set
(edit) @328   14 years bas email2trac.py.in: - renamed a variable to avoid confusion
(edit) @326   14 years bas email2trac.py.in: - moved the function self.set_reply_fields() …
(edit) @321   14 years bas Some variable renaming
(edit) @320   14 years bas email2trac.py.in: - applied patch #180 and closes #180
(edit) @319   14 years bas When there a problems with saving attachments. Show it as comment in …
(edit) @318   14 years bas Fixed an segv in run_email2trac.c with the new python_egg cache …
(edit) @317   14 years bas email2trac.py.in: - A filename name can also containt unicode chars, …
(edit) @316   14 years bas Fixed a bug when there is no subject line, closes #179
(edit) @315   14 years bas email2trac.py.in: fixed a debug issue and Unicode chars …
(edit) @312   14 years bas The blog did not work at all! The patch i received can not work for …
(edit) @311   14 years bas email2trac.py.in: - removed debug print statement for inline_properties
(edit) @310   14 years bas rearranged some code
(edit) @309   14 years bas email2trac.py.in: - added inline properties patch. To set ticket …
(edit) @305   14 years bas Prevent mail loops when from address is set, see #172
(edit) @304   14 years bas Prevent setting the reporter to the ticket email address
(edit) @301   14 years bas prevent mail loop, closes #172
(edit) @300   14 years bas a better patch for handling mail loop in set_reply and cc-field, …
(edit) @299   14 years bas prevent a mail loop for new tickets when reply_all is set and …
(edit) @297   14 years bas added a new parameter subject_field_separator default value is &, …
(edit) @296   14 years bas email2trac.py.in: - Fixed an error when adding attachments with …
(edit) @295   14 years bas email2trac.py.in: - fixed an error for new tickets attachments were …
(edit) @294   14 years bas email2trac.py.in: - added new configuration parameter, …
(edit) @292   14 years bas Do not show the message, 'This message has X attachment(s)' in the …
(edit) @291   14 years bas committed patch, so closes #163
(edit) @290   14 years bas email2trac.py.in: - fixed a type in mailto header
Note: See TracRevisionLog for help on using the revision log.