Code

Features:
[roundup.git] / roundup / templates / classic / interfaces.py
index 6046b8a977ce9fb62879a9512247608c10151cf7..bd64559384869747a68765348d356d63bed9129b 100644 (file)
@@ -15,7 +15,7 @@
 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 # 
-# $Id: interfaces.py,v 1.7 2001-10-09 07:38:58 richard Exp $
+# $Id: interfaces.py,v 1.8 2001-10-22 03:25:01 richard Exp $
 
 import instance_config
 from roundup import cgi_client, mailgw 
@@ -25,6 +25,9 @@ class Client(cgi_client.Client):
         with any specific extensions 
     ''' 
     TEMPLATES = instance_config.TEMPLATES
+    FILTER_POSITION = instance_config.FILTER_POSITION
+    ANONYMOUS_ACCESS = instance_config.ANONYMOUS_ACCESS
+    ANONYMOUS_REGISTER = instance_config.ANONYMOUS_REGISTER
 
 class MailGW(mailgw.MailGW): 
     ''' derives basic mail gateway implementation from the standard module, 
@@ -36,6 +39,11 @@ class MailGW(mailgw.MailGW):
 
 #
 # $Log: not supported by cvs2svn $
+# Revision 1.7  2001/10/09 07:38:58  richard
+# Pushed the base code for the extended schema CGI interface back into the
+# code cgi_client module so that future updates will be less painful.
+# Also removed a debugging print statement from cgi_client.
+#
 # Revision 1.6  2001/08/07 00:24:43  richard
 # stupid typo
 #