[evolvis-commits] r12371: Updated disable-tracker-reply-by-email. dpatch to cope with util_make_url/link migration

mirabilos at evolvis.org mirabilos at evolvis.org
Mon Feb 28 01:36:09 CET 2011


Author: mirabilos
Date: 2011-02-28 01:36:09 +0100 (Mon, 28 Feb 2011)
New Revision: 12371

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/debian/patches/disable-tracker-reply-by-email.dpatch
Log:
Updated disable-tracker-reply-by-email.dpatch to cope with util_make_url/link migration

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/debian/patches/disable-tracker-reply-by-email.dpatch
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/debian/patches/disable-tracker-reply-by-email.dpatch	2011-02-28 00:36:07 UTC (rev 12370)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/debian/patches/disable-tracker-reply-by-email.dpatch	2011-02-28 00:36:09 UTC (rev 12371)
@@ -6,32 +6,20 @@
 
 @DPATCH@
 diff -urNad gforge~/common/tracker/Artifact.class.php gforge/common/tracker/Artifact.class.php
---- gforge~/common/tracker/Artifact.class.php	2006-06-12 10:22:31.000000000 +0200
-+++ gforge/common/tracker/Artifact.class.php	2006-06-12 15:43:49.000000000 +0200
-@@ -1206,16 +1206,16 @@
- 			$changes=array();
- 		}
- 		
--		$body = $this->ArtifactType->getName() ." item #". $this->getID() .", was opened at ". date( _('Y-m-d H:i'), $this->getOpenDate() ). 
--			"\nYou can respond by visiting: ".
--			"\nhttp://".$GLOBALS['sys_default_domain']."/tracker/?func=detail&atid=". $this->ArtifactType->getID() .
--				"&aid=". $this->getID() .
--				"&group_id=". $this->ArtifactType->Group->getID() .
+--- gforge~/common/tracker/Artifact.class.php	2008-01-13 23:13:59.000000000 +0100
++++ gforge/common/tracker/Artifact.class.php	2008-01-13 23:29:14.000000000 +0100
+@@ -1210,10 +1210,10 @@
+ 			"\n".util_make_url ('/tracker/?func=detail&atid='. $this->ArtifactType->getID() .
+ 					    "&aid=". $this->getID() .
+ 					    "&group_id=". $this->ArtifactType->Group->getID()) .
 -			"\nOr by replying to this e-mail entering your response between the following markers: ".
 -			"\n".ARTIFACT_MAIL_MARKER.
 -			"\n(enter your response here)".
 -			"\n".ARTIFACT_MAIL_MARKER.
--			"\n\n".
-+		$body = $this->ArtifactType->getName() ." item #". $this->getID() .", was opened at ". date( _('Y-m-d H:i'), $this->getOpenDate() ). "\n".
-+// 			"\nYou can respond by visiting: ".
-+// 			"\nhttp://".$GLOBALS['sys_default_domain']."/tracker/?func=detail&atid=". $this->ArtifactType->getID() .
-+// 				"&aid=". $this->getID() .
-+// 				"&group_id=". $this->ArtifactType->Group->getID() .
 +// 			"\nOr by replying to this e-mail entering your response between the following markers: ".
 +// 			"\n".ARTIFACT_MAIL_MARKER.
 +// 			"\n(enter your response here)".
 +// 			"\n".ARTIFACT_MAIL_MARKER.
-+// 			"\n\n".
+ 			"\n\n".
  			$this->marker('status',$changes).
  			 "Status: ". $this->getStatusName() ."\n".
- 			$this->marker('priority',$changes).



More information about the evolvis-commits mailing list