summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5e2d16d)
raw | patch | inline | side by side (parent: 5e2d16d)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sun, 31 Aug 2003 03:43:07 +0000 (03:43 +0000) | ||
committer | richard <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 | patch | blob | history |
diff --git a/doc/customizing.txt b/doc/customizing.txt
index ca5ffec06665b88dcf64096abb470d2ee91a0e38..5df11ba0bd32b08a1591cc11bfa4f35a83a2c562 100644 (file)
--- a/doc/customizing.txt
+++ b/doc/customizing.txt
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
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.