Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 679:5a4dd342d827 | 684:5b23ff865f3a |
|---|---|
| 1 This file contains the changes to the Roundup system over time. The entries | 1 This file contains the changes to the Roundup system over time. The entries |
| 2 are given with the most recent entry first. | 2 are given with the most recent entry first. |
| 3 | 3 |
| 4 2002-04-?? 0.4.2 | 4 2002-04-?? 0.4.2 |
| 5 Feature: | 5 Feature: |
| 6 . added a "detectors" directory for people to put their useful auditors and | |
| 7 reactors in. Note - the roundupdb.IssueClass.sendmessage method has been | |
| 8 split and renamed "nosymessage" specifically for things like the nosy | |
| 9 reactor, and "send_message" which just sends the message. | |
| 6 . link() htmltemplate function now has a "showid" option for links and | 10 . link() htmltemplate function now has a "showid" option for links and |
| 7 multilinks. When true, it only displays the linked node id as the anchor | 11 multilinks. When true, it only displays the linked node id as the anchor |
| 8 text. The link value is displayed as a tooltip using the title anchor | 12 text. The link value is displayed as a tooltip using the title anchor |
| 9 attribute. | 13 attribute. |
| 10 To use in eg. the superseder field, have something like this: | 14 To use in eg. the superseder field, have something like this: |
