comparison roundup/configuration.py @ 3788:96b7e420b868

remove unnecessary configuration entry
author Richard Jones <richard@users.sourceforge.net>
date Mon, 18 Dec 2006 06:06:03 +0000
parents 93dfda74a763
children 771248aa8302
comparison
equal deleted inserted replaced
3787:f623bdafe44b 3788:96b7e420b868
1 # Roundup Issue Tracker configuration support 1 # Roundup Issue Tracker configuration support
2 # 2 #
3 # $Id: configuration.py,v 1.38 2006-12-18 03:53:39 richard Exp $ 3 # $Id: configuration.py,v 1.39 2006-12-18 06:06:03 richard Exp $
4 # 4 #
5 __docformat__ = "restructuredtext" 5 __docformat__ = "restructuredtext"
6 6
7 import getopt 7 import getopt
8 import imp 8 import imp
480 "var to 'xhtml' too so all auto-generated HTML is compliant.\n" 480 "var to 'xhtml' too so all auto-generated HTML is compliant.\n"
481 "Allowed values: html4, xhtml"), 481 "Allowed values: html4, xhtml"),
482 (TimezoneOption, "timezone", "UTC", "Default timezone offset," 482 (TimezoneOption, "timezone", "UTC", "Default timezone offset,"
483 " applied when user's timezone is not set.", 483 " applied when user's timezone is not set.",
484 ["DEFAULT_TIMEZONE"]), 484 ["DEFAULT_TIMEZONE"]),
485 (BooleanOption, "nodaemon", "no",
486 "don't fork (this overrides the pidfile automatism).'"),
487 (BooleanOption, "instant_registration", "no", 485 (BooleanOption, "instant_registration", "no",
488 "Register new users instantly, or require confirmation via\n" 486 "Register new users instantly, or require confirmation via\n"
489 "email?"), 487 "email?"),
490 (BooleanOption, "email_registration_confirmation", "yes", 488 (BooleanOption, "email_registration_confirmation", "yes",
491 "Offer registration confirmation by email or only through the web?"), 489 "Offer registration confirmation by email or only through the web?"),

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