Mercurial > p > roundup > code
diff doc/customizing.txt @ 3544:5cd1c83dea50
Features and fixes.
Feature:
- trackers may configure custom stop-words for the full-text indexer
Fixed:
- fixes in scripts/import_sf.py
- fix some unicode bugs in roundup-admin import
- Xapian indexer wasn't actually being used
- fix indexing of message content on roundup-admin import
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 06 Feb 2006 21:00:47 +0000 |
| parents | 75dc225613cc |
| children | 61d48244e7a8 |
line wrap: on
line diff
--- a/doc/customizing.txt Mon Feb 06 02:35:47 2006 +0000 +++ b/doc/customizing.txt Mon Feb 06 21:00:47 2006 +0000 @@ -2,7 +2,7 @@ Customising Roundup =================== -:Version: $Revision: 1.191 $ +:Version: $Revision: 1.192 $ .. This document borrows from the ZopeBook section on ZPT. The original is at: http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx @@ -140,6 +140,15 @@ email? Allowed values: ``yes``, ``no`` + email_registration_confirmation -- ``yes`` + Offer registration confirmation by email or only through the web? + Allowed values: ``yes``, ``no`` + + indexer_stopwords -- default *blank* + Additional stop-words for the full-text indexer specific to + your tracker. See the indexer source for the default list of + stop-words (e.g. ``A,AND,ARE,AS,AT,BE,BUT,BY, ...``). + Section **tracker** name -- ``Roundup issue tracker`` A descriptive name for your roundup instance.
