diff doc/customizing.txt @ 1778:d85cb1ad9bc9 maint-0.6 0.6.1

merge from HEAD
author Richard Jones <richard@users.sourceforge.net>
date Sun, 31 Aug 2003 03:44:27 +0000
parents ae5ed85b111a
children ecfb6ccf20b0
line wrap: on
line diff
--- a/doc/customizing.txt	Fri Aug 29 12:45:54 2003 +0000
+++ b/doc/customizing.txt	Sun Aug 31 03:44:27 2003 +0000
@@ -2,7 +2,7 @@
 Customising Roundup
 ===================
 
-:Version: $Revision: 1.93.2.1 $
+:Version: $Revision: 1.93.2.2 $
 
 .. 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 @@
   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.

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