[thirdparty-commits] jpeeler: mantis/trunk r60 - /mantis/trunk/bug_commit_message_do.php

SVN commits to the Digium third-party software repository thirdparty-commits at lists.digium.com
Tue Feb 17 16:30:32 CST 2009


Author: jpeeler
Date: Tue Feb 17 16:30:32 2009
New Revision: 60

URL: http://svn.digium.com/svn-view/thirdparty?view=rev&rev=60
Log:
Add commit message formatting to mantis commit message template


Modified:
    mantis/trunk/bug_commit_message_do.php

Modified: mantis/trunk/bug_commit_message_do.php
URL: http://svn.digium.com/svn-view/thirdparty/mantis/trunk/bug_commit_message_do.php?view=diff&rev=60&r1=59&r2=60
==============================================================================
--- mantis/trunk/bug_commit_message_do.php (original)
+++ mantis/trunk/bug_commit_message_do.php Tue Feb 17 16:30:32 2009
@@ -41,7 +41,8 @@
 
 	$result = db_fetch_array($query);
 
-	echo "[commit message]<br /><br />\n";
+	echo "[One-liner summary of changes]<br /><br />\n";
+	echo "[Verbose description of the changes]<br /><br />\n";
 
 	echo "(" . ( ( isset($_POST["closes"]) && $_POST["closes"] == "on" ) ? "closes " : "" ) . "issue #{$_GET["bugid"]})<br />\n";
 	if (isset($_POST["reporter"]) && $_POST["reporter"] == "on")
@@ -77,6 +78,8 @@
 
 	if(count($testers))
 		echo "Tested by: " . implode(", ", $testers) . "<br />\n";
+
+	echo "<br />Review: [full review board URL with trailing slash]<br />\n";
 ?>
             </td>
           </tr>




More information about the thirdparty-commits mailing list