http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/detectors/newissuecopy.py Mercurial Repository: p/roundup/code: detectors/newissuecopy.py history 2017-08-24T22:21:37-04:00 Use Python-3-compatible 'as' syntax for except statements http://hg.code.sf.net:8000/p/roundup/code/#changeset-198b6e810c67c4e7e38f1aa41edbc864783fe6e6 Eric S. Raymond esr@thyrsus.com 2017-08-24T22:21:37-04:00 2017-08-24T22:21:37-04:00
changeset 198b6e810c67
branch
bookmark
tag
user Eric S. Raymond <esr@thyrsus.com>
description Use Python-3-compatible 'as' syntax for except statements

Many raise statements near these are also fixed.
So are two ivorrect file encoding marks ('utf8'->'utf-8').
files
OpenPGP: Extends newissuecopy.py to encrypt if configured. http://hg.code.sf.net:8000/p/roundup/code/#changeset-39c9f69c3f316485b1e85e9c47f1ca676fc7bf46 Bernhard Reiter bernhard@intevation.de 2017-06-01T08:59:18+02:00 2017-06-01T08:59:18+02:00
changeset 39c9f69c3f31
branch
bookmark
tag
user Bernhard Reiter <bernhard@intevation.de>
description OpenPGP: Extends newissuecopy.py to encrypt if configured.

resolves issue2550945
files
Restore sample detectors removed by 07c5d833dcb2 (issue2550574) http://hg.code.sf.net:8000/p/roundup/code/#changeset-6b32e9dac62530373a3301320e35f870a88d8925 Thomas Arendsen Hein thomas@intevation.de 2012-05-16T11:17:03+02:00 2012-05-16T11:17:03+02:00
changeset 6b32e9dac625
branch
bookmark
tag
user Thomas Arendsen Hein <thomas@intevation.de>
description Restore sample detectors removed by 07c5d833dcb2 (issue2550574)
files
more Log removal http://hg.code.sf.net:8000/p/roundup/code/#changeset-e5826025eeb79f39c9c73309727d89b1b24372a8 Richard Jones richard@users.sourceforge.net 2002-09-10T01:07:06+00:00 2002-09-10T01:07:06+00:00
changeset e5826025eeb7
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description more Log removal
files
[search_indexing-0-4-2-branch] [[Metadata associated with this commit was garbled during conversion from CVS http://hg.code.sf.net:8000/p/roundup/code/#changeset-3d8ce8e2dcee563fb7d82b10b2039cfe396ad3f9 Roche Compaan rochecompaan@users.sourceforge.net 2002-04-15T23:25:16+00:00 2002-04-15T23:25:16+00:00
changeset 3d8ce8e2dcee
branch search_indexing-0-4-2-branch
bookmark
tag
user Roche Compaan <rochecompaan@users.sourceforge.net>
description [[Metadata associated with this commit was garbled during conversion from CVS
to Subversion.]]
files
make it work http://hg.code.sf.net:8000/p/roundup/code/#changeset-de6dc74a4148eabe2d5757f24c0ac14e09313d05 Richard Jones richard@users.sourceforge.net 2002-04-08T03:46:42+00:00 2002-04-08T03:46:42+00:00
changeset de6dc74a4148
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description make it work
files
added a "detectors" directory... http://hg.code.sf.net:8000/p/roundup/code/#changeset-5b23ff865f3aca2fc57639df9fdaac683a73661f Richard Jones richard@users.sourceforge.net 2002-04-08T03:40:31+00:00 2002-04-08T03:40:31+00:00
changeset 5b23ff865f3a
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description added a "detectors" directory...

...for people to put their useful auditors and reactors in. Note - the
roundupdb.IssueClass.sendmessage method has been split and renamed
"nosymessage" specifically for things like the nosy reactor, and
"send_message" which just sends the message.

The initial detector is one that we'll be using here at ekit - it bounces new
issue messages to a team address.
files