]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- update to 2.2-dev-r3890
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 23 Jul 2009 11:05:36 +0000 (11:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-order.patch -> 1.21
    eventum-paths.patch -> 1.45
    eventum.spec -> 1.303

eventum-order.patch
eventum-paths.patch
eventum.spec

index 74325613a313f3d85afbfe33b3c735e864d6451b..458f043fbaa5fda458d6b3dcf5d99f481738a28f 100644 (file)
              )
          );
          return $columns[$page];
---- eventum/lib/eventum/class.issue.php        2008-10-15 01:46:20.000000000 +0300
-+++ eventum-new/lib/eventum/class.issue.php    2008-10-15 02:02:25.000000000 +0300
+--- eventum-2.2/lib/eventum/class.issue.php~   2009-07-23 14:02:20.000000000 +0300
++++ eventum-2.2/lib/eventum/class.issue.php    2009-07-23 14:02:38.085536073 +0300
 @@ -1356,6 +1356,7 @@
              Error_Handler::logError(array($res->getMessage(), $res->getDebugInfo()), __FILE__, __LINE__);
              return -1;
          $rows = self::getParam('rows');
          $hide_closed = self::getParam('hide_closed');
          if ($hide_closed === '') {
-@@ -2483,6 +2752,7 @@
-             "last_action_date" => "desc",
-             "usr_full_name" => "asc",
+@@ -2720,6 +2720,7 @@
              "iss_expected_resolution_date" => "desc",
+             "pre_title" => "asc",
+             "assigned" => "asc",
 +            "isu_order" => "desc",
          );
  
index 9ff791648cfa5bf5085ed4ba825f1eb82cfb34d7..c00c94b4fe80a34d197e19ba787084c1d6656fa2 100644 (file)
      // need to create a random private key variable
      $private_key = '<?php
  $private_key = "' . md5(microtime()) . '";
+--- eventum-2.2/irc/eventum-irc-bot~   2009-07-23 14:03:41.422211655 +0300
++++ eventum-2.2/irc/eventum-irc-bot    2009-07-23 13:54:22.000000000 +0300
+@@ -32,7 +32,7 @@
+ ini_set('memory_limit', '1024M');
+-require_once dirname(__FILE__) . '/../init.php';
++require_once '/usr/share/eventum/init.php';
+ if (!file_exists(APP_CONFIG_PATH . '/irc_config.php')) {
+     fwrite(STDERR, "ERROR: No config specified. Please see setup/irc_config.php for config information.\n\n");
index 20ce01cc979fb96a713e0d115ff52e0719c1df46..fe3bab1ce85a44725b18ede4e90c0ec8273d04d9 100644 (file)
@@ -10,8 +10,8 @@
 %bcond_without order   # with experimental order patch
 
 #define        snap    20060921
-%define        rev             r3880
-%define        rel             2.26
+%define        rev             r3890
+%define        rel             2.28
 #define        _rc             RC3
 
 %include       /usr/lib/rpm/macros.php
@@ -27,7 +27,7 @@ Group:                Applications/WWW
 #Source0:      http://mysql.easynet.be/Downloads/eventum/%{name}-%{version}.tar.gz
 # bzr branch lp:eventum eventum && tar -cjf eventum.tar.bz2 --exclude=.bzr --exclude=.bzrignore eventum
 Source0:       eventum-%{version}-dev-%{rev}.tar.gz
-# Source0-md5: bae6efb9785771495bb78e8262f695ae
+# Source0-md5: 2c1a0fb3a6d7ee885184376d4db49264
 Source1:       %{name}-apache.conf
 Source2:       %{name}-mail-queue.cron
 Source3:       %{name}-mail-download.cron
This page took 0.110225 seconds and 4 git commands to generate.