From 750dff3643cc541c3b3229c3dad427cf106c58b0 Mon Sep 17 00:00:00 2001 From: richard Date: Sun, 31 Aug 2003 03:43:07 +0000 Subject: [PATCH] customisation doc update git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1844 57a73879-2fb5-44c3-a270-3262357dd7e2 --- doc/customizing.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/customizing.txt b/doc/customizing.txt index ca5ffec..5df11ba 100644 --- a/doc/customizing.txt +++ b/doc/customizing.txt @@ -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. -- 2.30.2