comparison doc/customizing.txt @ 3548:61d48244e7a8

login may now be for a single session trackers may hide exceptions from web users (they will be mailed to the tracker admin)
author Richard Jones <richard@users.sourceforge.net>
date Wed, 08 Feb 2006 03:47:28 +0000
parents 5cd1c83dea50
children 5c26b9bbd31a
comparison
equal deleted inserted replaced
3547:7728ee93efd2 3548:61d48244e7a8
1 =================== 1 ===================
2 Customising Roundup 2 Customising Roundup
3 =================== 3 ===================
4 4
5 :Version: $Revision: 1.192 $ 5 :Version: $Revision: 1.193 $
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::
160 that is required to get to the home page of the tracker. 160 that is required to get to the home page of the tracker.
161 You MUST include a trailing '/' in the URL. 161 You MUST include a trailing '/' in the URL.
162 162
163 email -- ``issue_tracker`` 163 email -- ``issue_tracker``
164 Email address that mail to roundup should go to. 164 Email address that mail to roundup should go to.
165
166 Section **web**
167 http_auth -- ``yes``
168 Whether to use HTTP Basic Authentication, if present.
169 Roundup will use either the REMOTE_USER or HTTP_AUTHORIZATION
170 variables supplied by your web server (in that order).
171 Set this option to 'no' if you do not wish to use HTTP Basic
172 Authentication in your web interface.
173
174 use_browser_language -- ``yes``
175 Whether to use HTTP Accept-Language, if present.
176 Browsers send a language-region preference list.
177 It's usually set in the client's browser or in their
178 Operating System.
179 Set this option to 'no' if you want to ignore it.
180
181 debug -- ``no``
182 Setting this option makes Roundup display error tracebacks
183 in the user's browser rather than emailing them to the
184 tracker admin."),
165 185
166 Section **rdbms** 186 Section **rdbms**
167 Settings in this section are used by Postgresql and MySQL backends only 187 Settings in this section are used by Postgresql and MySQL backends only
168 188
169 name -- ``roundup`` 189 name -- ``roundup``
4492 4512
4493 4. Use the usual "new" action as the ``@action`` on the final page, and 4513 4. Use the usual "new" action as the ``@action`` on the final page, and
4494 you're done (the standard context/submit method can do this for you). 4514 you're done (the standard context/submit method can do this for you).
4495 4515
4496 4516
4517 Debugging Trackers
4518 ==================
4519
4520 There are three switches in tracker configs that turn on debugging in
4521 Roundup:
4522
4523 1. web :: debug
4524 2. mail :: debug
4525 3. logging :: level
4526
4527 See the config.ini file or the `tracker configuration`_ section above for
4528 more information.
4529
4530 Additionally, the ``roundup-server.py`` script has its own debugging mode
4531 in which it reloads edited templates immediately when they are changed,
4532 rather than requiring a web server restart.
4533
4534
4497 ------------------- 4535 -------------------
4498 4536
4499 Back to `Table of Contents`_ 4537 Back to `Table of Contents`_
4500 4538
4501 .. _`Table of Contents`: index.html 4539 .. _`Table of Contents`: index.html

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