SOURCES: eventum-order.patch - remove invalid chunks (changes from 1.7.0 ->...

glen glen at pld-linux.org
Tue Sep 9 22:46:56 CEST 2008


Author: glen                         Date: Tue Sep  9 20:46:56 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- remove invalid chunks (changes from 1.7.0 -> 1.7.1)

---- Files affected:
SOURCES:
   eventum-order.patch (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/eventum-order.patch
diff -u SOURCES/eventum-order.patch:1.4 SOURCES/eventum-order.patch:1.5
--- SOURCES/eventum-order.patch:1.4	Tue Sep  9 22:14:39 2008
+++ SOURCES/eventum-order.patch	Tue Sep  9 22:46:51 2008
@@ -22,14 +22,6 @@
              $prj_id = Issue::getProjectID($issue_id);
  
              // add note with the reason to close the issue
-@@ -1349,7 +1350,6 @@
-                     $assignment_notifications[] = $assignee;
-                     $assignments_changed = true;
-                 }
--                $assignments_changed = true;
-             }
-             if (count($assignment_notifications) > 0) {
-                 Notification::notifyNewAssignment($assignment_notifications, $issue_id);
 @@ -1596,16 +1596,33 @@
      {
          $issue_id = Misc::escapeInteger($issue_id);
@@ -177,21 +169,6 @@
              return 1;
          }
      }
-@@ -2047,14 +2140,6 @@
-                     }
-                 }
-             }
--            if (count($users) > 0) {
--                // automatically change the status to 'Assigned'
--                Issue::setStatus($new_issue_id, Status::getStatusID('Assigned'), FALSE);
--
--                // set this special variable to false, to avoid triggering
--                // another status update on the workflow class
--                $has_assignee = false;
--            }
- 
-             // now process any files being uploaded
-             $found = 0;
 @@ -2161,6 +2246,11 @@
      {
          $sort_by = Issue::getParam('sort_by');
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/eventum-order.patch?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list