[Evolvis-commits] r230: use https (until this is fixed upstream, hard-coded) ↵

mirabilos at evolvis.org mirabilos at evolvis.org
Wed Jan 13 16:04:56 CET 2010


Author: mirabilos
Date: 2010-01-13 15:04:55 +0000 (Wed, 13 Jan 2010)
New Revision: 230

Modified:
   trunk/gforge_base/gforge-4.8.1+evolvis/common/mail/MailingList.class.php
   trunk/gforge_base/gforge-4.8.1+evolvis/debian/changelog
Log:
use https (until this is fixed upstream, hard-coded)


Modified: trunk/gforge_base/gforge-4.8.1+evolvis/common/mail/MailingList.class.php
===================================================================
--- trunk/gforge_base/gforge-4.8.1+evolvis/common/mail/MailingList.class.php	2010-01-11 10:08:26 UTC (rev 229)
+++ trunk/gforge_base/gforge-4.8.1+evolvis/common/mail/MailingList.class.php	2010-01-13 15:04:55 UTC (rev 230)
@@ -351,7 +351,7 @@
 	 * @return string url of the admin
 	 */
 	function getExternalAdminUrl() {
-		return 'http://'.$GLOBALS['sys_lists_host'].'/mailman/admin/'.$this->getName();
+		return 'https://'.$GLOBALS['sys_lists_host'].'/mailman/admin/'.$this->getName();
 	}
 
 	/**

Modified: trunk/gforge_base/gforge-4.8.1+evolvis/debian/changelog
===================================================================
--- trunk/gforge_base/gforge-4.8.1+evolvis/debian/changelog	2010-01-11 10:08:26 UTC (rev 229)
+++ trunk/gforge_base/gforge-4.8.1+evolvis/debian/changelog	2010-01-13 15:04:55 UTC (rev 230)
@@ -9,8 +9,9 @@
     • remove checkouts once compressed, instead of all of them at
       once at the end of the operation, to mitigate disc capacity
       problems due to the sheer size of these temporary sandboxen
+  * mail/admin/ Link to Mailman-Admin: s/http/&s/ as local workaround
 
- -- Thorsten Glaser <t.glaser at tarent.de>  Mon, 11 Jan 2010 10:37:07 +0100
+ -- Thorsten Glaser <t.glaser at tarent.de>  Wed, 13 Jan 2010 16:04:22 +0100
 
 gforge (4.8.1+evolvis-12) unstable; urgency=low
 




More information about the evolvis-commits mailing list