From: richard Date: Fri, 11 Jan 2002 01:24:38 +0000 (+0000) Subject: *sigh* more missing migration details. sucky sucky configuration system! X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5d11bda14843cc2379a2b7634f0f6e4731eb963b;p=roundup.git *sigh* more missing migration details. sucky sucky configuration system! git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@528 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/MIGRATION.txt b/MIGRATION.txt index 24b7ada..999d755 100644 --- a/MIGRATION.txt +++ b/MIGRATION.txt @@ -51,6 +51,12 @@ INSTANCE_NAME and EMAIL_SIGNATURE_POSITION have been added to the instance_config.py. Simplest solution is to copy the default values from template in the core source. +INSTANCE_NAME needs to be added to the Client class in your interfaces.py +file. INSTANCE_NAME and ANONYMOUS_REGISTER need to be added to the MailGW +class in your interfaces.py file. In both cases if might be easier to just +copy the file from the core source (roundup/templates/[schema]/interfaces.py) +where schema is "classic" or "extended". + CGI script roundup.cgi ----------------------