CVS: tmda-cgi ChangeLog,1.46,1.47 Install.py,1.22,1.23 THANKS,1.16,1.17 TODO,1.22,1.23 Template.py,1.8,1.9

Gre7g Luterman <[email protected]>
Newsgroups gmane.mail.spam.tmda.cvs
Message-ID <[email protected]>
Update of /cvsroot/tmda/tmda-cgi
In directory sc8-pr-cvs1:/tmp/cvs-serv6165

Modified Files:
	ChangeLog Install.py THANKS TODO Template.py 
Log Message:
Completed mailing list tutorial.
Simplified the anomalies file.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	20 Jun 2003 18:52:29 -0000	1.46
+++ ChangeLog	13 Jul 2003 18:43:34 -0000	1.47
@@ -1,3 +1,11 @@
+2003-07-13  Gre7g Luterman  <[email protected]>
+
+	* Completed mailing list tutorial.
+
+2003-06-25  Gre7g Luterman  <[email protected]>
+
+	* Simplified the anomalies file.
+
 2003-06-19  Gre7g Luterman  <[email protected]>
 
 	* Added support for the iso-2022-jp (Japanese) codec.

Index: Install.py
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/Install.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- Install.py	18 Jun 2003 21:31:28 -0000	1.22
+++ Install.py	13 Jul 2003 18:43:34 -0000	1.23
@@ -251,6 +251,7 @@
   {
     "PERMISSIONS": {}, "VIRTUAL_TEST": "", "REAL_ONLY": [], "VIRTUAL_ONLY": []
   }
+  RetVal.update(Dict)
   try:
     execfile(Filename, RetVal)
   except SyntaxError, ErrStr:

Index: THANKS
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/THANKS,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- THANKS	17 Jun 2003 03:53:34 -0000	1.16
+++ THANKS	13 Jul 2003 18:43:34 -0000	1.17
@@ -20,7 +20,7 @@
 
     * Jesse Guardiani -- providing valuable insight into virtual user
                          setup and the proper way to interface to the
-                         libraries
+                         libraries, suggesting a way to simplify anomalies
 
     * Bernard Johnson -- RPM & RPM guidance, bug finding, feature suggestions
 

Index: TODO
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/TODO,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- TODO	11 Jun 2003 22:17:20 -0000	1.22
+++ TODO	13 Jul 2003 18:43:34 -0000	1.23
@@ -16,5 +16,3 @@
     * Remember Me -- set a cookie to skip login
 
     * Search -- for pending list and/or lists and filters
-
-    * Tutorial -- finish section on mailing lists

Index: Template.py
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/Template.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Template.py	13 May 2003 21:29:08 -0000	1.8
+++ Template.py	13 Jul 2003 18:43:34 -0000	1.9
@@ -164,12 +164,11 @@
 
     global SentHeaders
 
-    if SentHeaders:
-      RetVal = ""
-    else:
-      RetVal = "Content-Type: text/html; charset=%(CharSet)s\n\n" % self.Dict
+    if not SentHeaders:
+      print "Content-Type: text/html; charset=%(CharSet)s\n" % self.Dict
     SentHeaders = 1
 
+    RetVal = ""
     for HTML in self.HTML:
       if type(HTML) == StringType:
         if self.BeenExpanded:

_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.