Code

customisation doc update
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sun, 31 Aug 2003 03:43:07 +0000 (03:43 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sun, 31 Aug 2003 03:43:07 +0000 (03:43 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1844 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/customizing.txt

index ca5ffec06665b88dcf64096abb470d2ee91a0e38..5df11ba0bd32b08a1591cc11bfa4f35a83a2c562 100644 (file)
@@ -2,7 +2,7 @@
 Customising Roundup
 ===================
 
-:Version: $Revision: 1.94 $
+:Version: $Revision: 1.95 $
 
 .. This document borrows from the ZopeBook section on ZPT. The original is at:
    http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -468,6 +468,15 @@ for you are:
   It also provides the ``presetunread`` auditor which pre-sets the
   status to ``unread`` on new items if the status isn't explicitly
   defined.
+**messagesummary.py**
+  Generates the ``summary`` property for new messages based on the message
+  content.
+**userauditor.py**
+  Verifies the content of some of the user fields (email addresses and
+  roles lists).
+
+If you don't want this default behaviour, you're completely free to change
+or remove these detectors.
 
 See the detectors section in the `design document`__ for details of the
 interface for detectors.