Mercurial > p > roundup > code
diff CHANGES.txt @ 684:5b23ff865f3a
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.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 08 Apr 2002 03:40:31 +0000 |
| parents | bc46480e2a2b |
| children | 509a101305da |
line wrap: on
line diff
--- a/CHANGES.txt Wed Apr 03 07:05:50 2002 +0000 +++ b/CHANGES.txt Mon Apr 08 03:40:31 2002 +0000 @@ -3,6 +3,10 @@ 2002-04-?? 0.4.2 Feature: + . 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. . link() htmltemplate function now has a "showid" option for links and multilinks. When true, it only displays the linked node id as the anchor text. The link value is displayed as a tooltip using the title anchor
