source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @514   12 years bas changed tempfile.mktemp to tempfile.mkstemp
(edit) @513   12 years bas some typos
(edit) @512   12 years bas some more typo fixes
(edit) @511   12 years bas forgot to include date
(edit) @509   12 years bas added a new parameter: inline_properties_first_wins, closes #216
(edit) @508   12 years bas We now can override the notify function with AlwaysNotifyReport?, see …
(edit) @507   12 years bas converted tabs to spaces
(edit) @506   12 years bas fixed mailto link buf for trac 0.12
(edit) @505   12 years bas updated spec file
(edit) @504   12 years bas preparing for 2.0.0 version
(edit) @503   12 years bas changed some code an made an function html_2_text that uses an …
(edit) @502   12 years bas fix some spelling errors
(edit) @501   12 years bas updated version info and changelog
(edit) @500   12 years bas fixed a bug when sending html and text messages. we did get empty …
(edit) @499   12 years bas update version info
(edit) @498   12 years bas added support for html to text conversion, in email2trac.conf: * …
(edit) @497   12 years bas fixed an typo
(edit) @496   12 years bas applied patch that fixes some dicussion plugin problems, closes #231
(edit) @495   12 years bas Attachments without a name will be saved a 'untitled-part'. This used …
(edit) @494   12 years bas spell error
(edit) @493   12 years bas fixed some bugs in update_ticket_fields function, see #228
(edit) @492   12 years bas allow more ticket fields to be updated by inline properties, closes #227
(edit) @491   12 years bas added some statement where we could convert html to text
(edit) @490   13 years bas email2trac.py.in: - renamed function body_text() to get_body_text()
(edit) @489   13 years bas fixed log_type error on windows platfor, closes #225
(edit) @488   13 years bas update version info
(edit) @487   13 years bas Enhancement to update-by-subject routines, closes #188
(edit) @486   13 years bas Fixed the calculation of number of ticket changes, closes #223
(edit) @485   13 years bas added parentdir functionality, see #217
(edit) @484   13 years bas Applied a patch to detect valid users if smtp_default_domain is set, …
(edit) @483   13 years bas fixed a type error, '>=' and not '=>', Thanks to Konstantin Ryabitsev
(edit) @482   13 years bas updated changelog
(edit) @481   13 years bas applied patch from Konstantin Ryabitsev that solve that one email …
(edit) @479   13 years bas preparing for releaase 1.6.0
(edit) @478   13 years bas updated debian version
(edit) @477   13 years bas email2trac.py.in: - uniform formot for comments
(edit) @476   13 years bas renamed variable new_ticket to new in update_ticket_fields
(edit) @475   13 years bas new debina version and update changelog
(edit) @474   13 years bas fine tuning of permission model in: - TICKET_APPEND - TICKET_CHGPROP …
(edit) @473   13 years bas updated some version info
(edit) @472   13 years bas email2trac.py.in: - the default trac value for resolution is fixed …
(edit) @471   13 years bas Perparing for 1.6.0 release
(edit) @470   13 years bas some reformat of code
(edit) @469   13 years bas improved workflow patch, see #198
(edit) @468   13 years bas appllied patch from kroseneg at schmidham dot net to define a …
(edit) @467   13 years bas only check if debug is set
(edit) @466   13 years bas avoid namespace collision
(edit) @465   13 years bas remove \r and \n characters from attachment filenames
(edit) @464   13 years bas change some help text
(edit) @463   13 years bas removed obsolete line trac_default_version
(edit) @462   13 years bas Fixed an Unicode error in strip_quotes and update versions info
(edit) @458   13 years bas Preparing for 1.5.2 release
(edit) @457   13 years bas updated version
(edit) @456   13 years bas Mail was lost when ticket_update was disabled and ticket reply was detected
(edit) @455   13 years bas removed has_key from workflow parameter
(edit) @454   13 years bas removed some comment lines
(edit) @453   13 years bas removed obsolete conversion to int for debug
(edit) @452   13 years bas If we add a value try to convert it to int. If fails just add it. Due …
(edit) @451   13 years bas Last variable SUBJECT_FIELD_SEPARATOR ported to UserDict?
(edit) @450   13 years bas Some more variables ported to UserDict?
(edit) @449   13 years bas converteed INLINE_PROPERTIES and USE_TEXTWRAP
(edit) @448   13 years bas converted STRIP_QUOTES and STRIP_SIGNATURES to UserDict?
(edit) @447   13 years bas ported DROP_ALTERNATIVE_HTML_VERSION to UserDict?
(edit) @446   13 years bas converted VERBATIM_FORMAT to UserDict?
(edit) @445   13 years bas ported LOOKBACK to UserDict?
(edit) @444   13 years bas ported TICKET_UPDATE to UserDict?
(edit) @443   13 years bas Added some info about the switch to UserDict?
(edit) @442   13 years bas ported TICKET_UPDATE to UserDict?
(edit) @441   13 years bas ported TICKET_PERMISSION_SYSTEM to UserDict?
(edit) @440   13 years bas ported DROP_SPAM to UserDict?
(edit) @439   13 years bas ported REPLY_ALL to UserDict?
(edit) @438   13 years bas ported to notify_template and notify_template to UserDict?
(edit) @437   13 years bas fixed an spelling error
(edit) @436   13 years bas ported EMAIL_QUOTE to new UserDict?
(edit) @435   13 years bas converterd SPAM_LEVEL and EMAIL_QUOTE to new UserDict?
(edit) @434   13 years bas converted mailto_link, mailto_cc and umask to new UserDict?
(edit) @433   13 years bas removed some obsolete code and delete the TD: prefix
(edit) @432   13 years bas preparing for a new bugfix release for 1.5
(edit) @431   13 years bas Fixed another spellimg ;-) error set.logger. must be self.logger, …
(edit) @429   13 years bas Updated version to 1.5.1
(edit) @428   13 years bas email2trac.py.in: * logging of spam message was wrong. Fixed it, …
(edit) @426   13 years bas set date for the release
(edit) @425   13 years bas updated debian/changelog
(edit) @424   13 years bas Preparing for 1.5.0 release
(edit) @423   13 years bas added default values for log variables
(edit) @422   13 years bas some minor update
(edit) @421   13 years bas ported self.SPAM_HEADER to new syntax self.parameters.spam_header
(edit) @420   13 years bas layout fixes
(edit) @419   13 years bas Adde project name to logging format
(edit) @418   13 years bas minor debian version update
(edit) @417   13 years bas updated changelogs
(edit) @416   13 years bas Some more logging imporvements
(edit) @415   13 years bas email2trac.py.in: - fixed some errors in log_file options
(edit) @414   13 years bas email2trac.py.in: - some more logging tweaks added debug_interactive mode
(edit) @413   13 years bas Added some change info
(edit) @412   13 years bas added -d/--debug option
(edit) @411   13 years bas email2trac.py.in: - replaced SYSLOG code with the logging module
(edit) @410   13 years bas Moved logging out class TicketParser? so we can use outside this class
(edit) @409   13 years bas email2trac.py.in: - function are now debug level logging and …
(edit) @408   13 years bas port self.DEBUG output to the new logging module
Note: See TracRevisionLog for help on using the revision log.