CVS: tmda-cgi ChangeLog,1.53,1.54 Install.py,1.24,1.25 UPGRADE,1.19,1.20

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-serv9402

Modified Files:
	ChangeLog Install.py UPGRADE 
Log Message:
Modified autoinstaller so it can handle user names with dots in them (qmail
requires specific .qmail filenames!).

Added horizontal scrolls to text input boxes, so wide text blocks can be more
easily manipulated.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	9 Aug 2003 22:06:27 -0000	1.53
+++ ChangeLog	18 Aug 2003 23:17:07 -0000	1.54
@@ -1,3 +1,10 @@
+2003-08-11  Gre7g Luterman  <[email protected]>
+
+	* Modified autoinstaller so it can handle user names with dots in them
+	  (qmail requires specific .qmail filenames!).
+	* Added horizontal scrolls to text input boxes, so wide text blocks can be
+	  more easily manipulated.
+
 2003-08-09  Gre7g Luterman  <[email protected]>
 
 	* tmda-cgi 0.11B is released.

Index: Install.py
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/Install.py,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- Install.py	7 Aug 2003 05:18:20 -0000	1.24
+++ Install.py	18 Aug 2003 23:17:07 -0000	1.25
@@ -654,7 +654,8 @@
     "VPop":      PVars[("NoOverride", "VPop")],
     "VPopBin":   PVars[("NoOverride", "VPopBin")]
   }
-  Dict["ShortUrlDom"] = re.sub("^www.", "", Dict["UrlDomain"], re.I)
+  Dict["ShortUrlDom"] = re.sub("^www\.", "", Dict["UrlDomain"], re.I)
+  Dict["qUser"] = re.sub("\.", ":", Dict["User"])
   Match = re.search(".*/domains?/([^\./]+\.[^/]+)/", Dict["Home"])
   if Match: Dict["Domain"] = Match.group(1)
 

Index: UPGRADE
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/UPGRADE,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- UPGRADE	7 Aug 2003 16:51:04 -0000	1.19
+++ UPGRADE	18 Aug 2003 23:17:07 -0000	1.20
@@ -1,5 +1,14 @@
 ======================================================================
 
+If you are upgrading from a release of tmda-cgi < 0.12:
+
+* IF YOU ARE INSTALLING OVER AN EXISTING COPY OF tmda-cgi, DELETE
+  skel/install/%\(Parent\)s/.qmail-* AND THEN REINSTALL.
+  These files have been renamed and installing the new version over the
+  old will result in extra files.
+
+======================================================================
+
 If you are upgrading from a release of tmda-cgi < 0.11:
 
 * IF YOU ARE INSTALLING OVER AN EXISTING COPY OF tmda-cgi, DELETE

_______________________________________
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.