DataObjects/Mtrack_change.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 25 Mar 2011 11:17:30 +0000 (19:17 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 25 Mar 2011 11:17:30 +0000 (19:17 +0800)
DataObjects/Mtrack_change.php

index 90111d2..c14c933 100644 (file)
@@ -183,5 +183,15 @@ class Pman_MTrack_DataObjects_Mtrack_change extends DB_DataObject
     }
     
     
-     
+    function gatherChanges($since, $uid, $ar) {
+        // array contains a list of project:X repo:X ticket:X etc..
+        // we need to return a nice list of changes
+        // we can ignore changes done by the user (they do not need emails about stuff they have done..)
+        // although commit messages might be usefull..???? need to work out how we can Flag that.
+        
+        
+        
+        
+        
+    }
 }