]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- initial order needs to be set for ui to work auto/th/eventum-2_2-0_32_r3721
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 9 Sep 2008 20:56:28 +0000 (20:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-order.patch -> 1.6

eventum-order.patch

index d0704005376a36a72802f77f844ee9a643c717f1..4ecf6d2fe51fca8634085235acbc89d8b60f815d 100644 (file)
  // benchmarking the included file (aka setup time)
  if (APP_BENCHMARK) {
      $GLOBALS['bench']->setMarker('Included Issue Class');
-diff -ru eventum-1.7.0/list.php eventum/list.php
 --- eventum-1.7.0/list.php     2005-12-29 21:27:24.000000000 +0200
 +++ eventum/list.php   2006-03-30 14:57:06.000000000 +0300
 @@ -67,6 +67,11 @@
@@ -455,7 +454,9 @@ diff -ru eventum-1.7.0/list.php eventum/list.php
            {/if}
 --- /dev/null  2006-03-28 14:00:37.000000000 +0300
 +++ ./order_patch-patch.sql    2008-08-27 17:16:21.444016830 +0300
-@@ -0,0 +1,3 @@
+@@ -0,0 +1,5 @@
 +ALTER TABLE eventum_issue_user
 +    ADD isu_order int(11) NOT NULL DEFAULT '0' AFTER isu_assigned_date,
 +    ADD INDEX isu_order (isu_order);
++// set at least some order for now
++update eventum_issue_user set isu_order=isu_iss_id;
This page took 0.05151 seconds and 4 git commands to generate.