Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 3543:0735c4587852 | 3544:5cd1c83dea50 |
|---|---|
| 1 =================== | 1 =================== |
| 2 Customising Roundup | 2 Customising Roundup |
| 3 =================== | 3 =================== |
| 4 | 4 |
| 5 :Version: $Revision: 1.191 $ | 5 :Version: $Revision: 1.192 $ |
| 6 | 6 |
| 7 .. This document borrows from the ZopeBook section on ZPT. The original is at: | 7 .. This document borrows from the ZopeBook section on ZPT. The original is at: |
| 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx | 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx |
| 9 | 9 |
| 10 .. contents:: | 10 .. contents:: |
| 137 | 137 |
| 138 instant_registration -- ``yes`` | 138 instant_registration -- ``yes`` |
| 139 Register new users instantly, or require confirmation via | 139 Register new users instantly, or require confirmation via |
| 140 email? | 140 email? |
| 141 Allowed values: ``yes``, ``no`` | 141 Allowed values: ``yes``, ``no`` |
| 142 | |
| 143 email_registration_confirmation -- ``yes`` | |
| 144 Offer registration confirmation by email or only through the web? | |
| 145 Allowed values: ``yes``, ``no`` | |
| 146 | |
| 147 indexer_stopwords -- default *blank* | |
| 148 Additional stop-words for the full-text indexer specific to | |
| 149 your tracker. See the indexer source for the default list of | |
| 150 stop-words (e.g. ``A,AND,ARE,AS,AT,BE,BUT,BY, ...``). | |
| 142 | 151 |
| 143 Section **tracker** | 152 Section **tracker** |
| 144 name -- ``Roundup issue tracker`` | 153 name -- ``Roundup issue tracker`` |
| 145 A descriptive name for your roundup instance. | 154 A descriptive name for your roundup instance. |
| 146 | 155 |
