From 5d11bda14843cc2379a2b7634f0f6e4731eb963b Mon Sep 17 00:00:00 2001 From: richard Date: Fri, 11 Jan 2002 01:24:38 +0000 Subject: [PATCH] *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 --- MIGRATION.txt | 6 ++++++ 1 file changed, 6 insertions(+) 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 ---------------------- -- 2.30.2