source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @477   14 years bas email2trac.py.in: - uniform formot for comments
(edit) @476   14 years bas renamed variable new_ticket to new in update_ticket_fields
(edit) @475   14 years bas new debina version and update changelog
(edit) @474   14 years bas fine tuning of permission model in: - TICKET_APPEND - TICKET_CHGPROP …
(edit) @473   14 years bas updated some version info
(edit) @472   14 years bas email2trac.py.in: - the default trac value for resolution is fixed …
(edit) @471   14 years bas Perparing for 1.6.0 release
(edit) @470   14 years bas some reformat of code
(edit) @469   14 years bas improved workflow patch, see #198
(edit) @468   14 years bas appllied patch from kroseneg at schmidham dot net to define a …
(edit) @467   14 years bas only check if debug is set
(edit) @466   14 years bas avoid namespace collision
(edit) @465   14 years bas remove \r and \n characters from attachment filenames
(edit) @464   14 years bas change some help text
(edit) @463   14 years bas removed obsolete line trac_default_version
(edit) @462   14 years bas Fixed an Unicode error in strip_quotes and update versions info
(edit) @458   14 years bas Preparing for 1.5.2 release
(edit) @457   14 years bas updated version
(edit) @456   14 years bas Mail was lost when ticket_update was disabled and ticket reply was detected
(edit) @455   14 years bas removed has_key from workflow parameter
(edit) @454   14 years bas removed some comment lines
(edit) @453   14 years bas removed obsolete conversion to int for debug
(edit) @452   14 years bas If we add a value try to convert it to int. If fails just add it. Due …
(edit) @451   14 years bas Last variable SUBJECT_FIELD_SEPARATOR ported to UserDict?
(edit) @450   14 years bas Some more variables ported to UserDict?
(edit) @449   14 years bas converteed INLINE_PROPERTIES and USE_TEXTWRAP
(edit) @448   14 years bas converted STRIP_QUOTES and STRIP_SIGNATURES to UserDict?
(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) @443   14 years bas Added some info about the switch 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) @432   14 years bas preparing for a new bugfix release for 1.5
(edit) @431   14 years bas Fixed another spellimg ;-) error set.logger. must be self.logger, …
(edit) @429   14 years bas Updated version to 1.5.1
(edit) @428   14 years bas email2trac.py.in: * logging of spam message was wrong. Fixed it, …
(edit) @426   14 years bas set date for the release
(edit) @425   14 years bas updated debian/changelog
(edit) @424   14 years bas Preparing for 1.5.0 release
(edit) @423   14 years bas added default values for log variables
(edit) @422   14 years bas some minor update
(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) @418   14 years bas minor debian version update
(edit) @417   14 years bas updated changelogs
(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) @413   14 years bas Added some change info
(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) @400   14 years bas fixed some spelling errors
(edit) @399   14 years bas Updated version info
(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) @394   14 years bas Some chaneglog info
(edit) @393   14 years bas Preparing for new bugfix release 1.4.9
(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) @384   14 years bas preparing new version 1.4.6
(edit) @383   14 years bas email2trac.py.in: - A better fix for attachments with special …
(edit) @381   14 years bas update spec file to 1.4.5
(edit) @380   14 years bas Updated version info and described changes
(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) @374   14 years bas delete_spam.py.in: - version is a string
(edit) @373   14 years bas Some minor code re-arrangements to determine trac version
(edit) @372   14 years bas Release a new version 1.4.3 that support trac 0.12
(edit) @371   14 years bas Updated version inf0
(edit) @370   14 years bas Changelog
(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 …
Note: See TracRevisionLog for help on using the revision log.