log roundup/roundupdb.py @ 8543:1ffa1f42e1da

age author description
Sat, 01 Mar 2025 13:08:09 +0100 Ralf Schlatterbeck Factor common code to hyperdb/roundupdb
Fri, 01 Mar 2024 14:04:05 -0500 John Rouillard fix(i18n): fix incorrect lookup of some translations
Sun, 23 Jul 2023 23:40:12 -0400 John Rouillard flake8: rename loop variable in 'for sendto in sendto:'
Sat, 04 Mar 2023 00:17:26 -0500 John Rouillard Add config argument to more password.Password invocations.
Mon, 12 Sep 2022 23:33:21 -0400 John Rouillard remove some unreachable code. If condition is always the same.
Mon, 12 Sep 2022 23:25:10 -0400 John Rouillard flake8 fixes - use None as sentinel
Tue, 03 May 2022 14:51:59 +0200 Ralf Schlatterbeck Add i18n object to roundupdb.Database
Thu, 27 May 2021 16:40:10 -0400 John Rouillard Change authid order to fix test.
Thu, 27 May 2021 15:54:55 -0400 John Rouillard send_message allows setting message sender via authid.
Wed, 29 Apr 2020 16:30:27 +0200 Ralf Schlatterbeck Allow to define reverse Multilinks
Sat, 28 Dec 2019 14:51:50 -0500 John Rouillard flake8 cleanup formatting plus
Sat, 09 Nov 2019 16:33:42 -0500 John Rouillard - issue2550920 - Optionally detect duplicate username at registration.
Tue, 05 Nov 2019 13:22:20 +0100 Ralf Schlatterbeck Additional headers for nosymessage
Sat, 01 Jun 2019 13:19:14 -0400 John Rouillard issue2551043: Add X-Roundup-issue-id email header.
Mon, 25 Mar 2019 19:45:08 -0400 John Rouillard issue2551018 add new nosy_filter parameter to nosymessage. Function
Sun, 12 Aug 2018 16:17:14 +0100 Christof Meerwald use gpg module instead of pyme module for PGP encryption
Sun, 12 Aug 2018 16:15:10 +0100 Christof Meerwald updated mailgw to no longer use mimetools based on jerrykan's patch
Sat, 04 Aug 2018 22:40:16 +0100 Christof Meerwald reworked random number use
Sun, 29 Jul 2018 01:31:48 +0100 Christof Meerwald mailer string encoding fixes
Wed, 25 Jul 2018 09:29:34 +0000 Joseph Myers Python 3 preparation: update email module names.
Wed, 25 Jul 2018 09:08:29 +0000 Joseph Myers Python 3 preparation: StringIO.
Wed, 25 Jul 2018 09:05:58 +0000 Joseph Myers Python 3 preparation: unicode.
Tue, 24 Jul 2018 23:04:42 +0000 Joseph Myers Python 3 preparation: update calls to dict methods.
Tue, 24 Jul 2018 22:08:17 +0000 Joseph Myers Python 3 preparation: change "x.has_key(y)" to "y in x".
Tue, 24 Jul 2018 21:39:58 +0000 Joseph Myers Python 3 preparation: "raise" syntax.
Sun, 08 Jul 2018 11:34:42 -0400 John Rouillard A real fix for the problem where:
Sat, 07 Jul 2018 22:02:41 -0400 John Rouillard Force all uses of random to use SystemRandom and abort if
Fri, 20 Apr 2018 18:46:28 +0200 Ralf Schlatterbeck Fix commits although a Reject exception is raised
Tue, 07 Nov 2017 20:58:48 -0500 John Rouillard issue2550957: Duplicate emails (with patch).
Wed, 05 Apr 2017 22:04:04 -0400 John Rouillard Apply patch attached to issue2550937 traceback/crash due to passing
Sun, 03 Jul 2016 19:29:50 -0400 John Rouillard Fix issue2550751: Email Header Issue.
Thu, 30 Jun 2016 20:38:23 -0400 John Rouillard - issue1714899: Feature Request: Optional Change Note. Added a new
Sun, 26 Jun 2016 00:36:23 -0400 John Rouillard issue2550803: Replying to NOSY mail goes to the tracker through
Sat, 11 Jun 2016 18:06:18 -0400 John Rouillard issue2109308 add subject argument to nosymessage. Initial patch Frank Niessink. Test and application with slight mods by rouilj
Tue, 10 May 2016 16:26:24 +0200 Ralf Schlatterbeck New Link/Multilink attribute 'msg_header_property'
Fri, 09 May 2014 18:23:54 +1000 John Kristensen Remove FeedParser shim from anypy.email_
Tue, 10 Mar 2015 21:39:52 +0100 Bernhard Reiter Fixing duplicated email headers message-id, reply-to, in-reply-to. (part of issue2550869).
Thu, 17 Jan 2013 22:15:05 +0100 Bernhard Reiter Fixed OpenPGP support for modern versions of libgpgme.
Thu, 17 Jan 2013 09:08:50 +0300 anatoly techtonik nested_scopes are here since Python 2.2
Fri, 17 Aug 2012 15:30:36 +0200 Ralf Schlatterbeck Add an interface to register clearCache callbacks in roundupdb.
Wed, 19 Oct 2011 11:32:20 -0400 Ralf Schlatterbeck Add config-option "nosy" to messages_to_author setting in [nosy] section...
Fri, 07 Oct 2011 18:04:00 +0000 Ralf Schlatterbeck Sending of PGP-Encrypted mail to all users or selected users (via roles)...
Fri, 07 Oct 2011 14:21:57 +0000 Ralf Schlatterbeck PGP support is again working (pyme API has changed significantly)...
Mon, 23 May 2011 12:15:23 +0000 Ralf Schlatterbeck Allow to specify additional cc and bcc emails (not roundup users)...
Thu, 14 Apr 2011 12:24:59 +0000 Ralf Schlatterbeck Fix first part of Password handling security issue2550688
Thu, 21 Oct 2010 20:31:13 +0000 Ralf Schlatterbeck python2.3 compatibility fixes
Wed, 06 Oct 2010 23:37:29 +0000 Richard Jones fix py2.4 compatibility
Tue, 05 Oct 2010 14:24:25 +0000 Ralf Schlatterbeck Mail gateway fixes and improvements.
Mon, 04 Oct 2010 12:56:37 +0000 Ralf Schlatterbeck Fix charset of first text-part of outgoing multipart messages...
Thu, 16 Sep 2010 07:44:50 +0000 Ralf Schlatterbeck - more logger fixes -- use correct hierarchical logger names...
Tue, 23 Feb 2010 03:20:17 +0000 Richard Jones The email for the first message on an issue...
Fri, 05 Feb 2010 05:10:52 +0000 Richard Jones make some more memorydb tests pass
Mon, 01 Feb 2010 03:59:02 +0000 Richard Jones Attempt to generate more human-readable addresses in email
Mon, 30 Nov 2009 21:17:14 +0000 Ralf Schlatterbeck - small typo
Mon, 30 Nov 2009 14:45:44 +0000 Ralf Schlatterbeck Fix security-problem: If user hasn't permission on a message...
Mon, 20 Jul 2009 06:24:52 +0000 Richard Jones fix construction of individual messages to nosy recipents with attachments
Tue, 14 Jul 2009 18:21:06 +0000 Stefan Seefeld Fix issue2550565.
Tue, 17 Mar 2009 22:56:38 +0000 Richard Jones bug introduced in the migration to the email package (issue 2550531)
Thu, 12 Mar 2009 05:55:16 +0000 Richard Jones migrate from MimeWriter to email
Fri, 20 Feb 2009 04:38:34 +0000 Stefan Seefeld Enhance and simplify logging.

Roundup Issue Tracker: http://roundup-tracker.org/