]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- update to 20070215.3259
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 14 Feb 2007 23:31:46 +0000 (23:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-cvs-config.patch -> 1.6
    eventum-mem-limits.patch -> 1.11
    eventum-paths.patch -> 1.38

eventum-cvs-config.patch
eventum-mem-limits.patch
eventum-paths.patch

index d0d6e13f9d7cea0361e609b1e850fc6bbb95a473..131976d5b3b55187bc9f01c2fbe3353265b5e958 100644 (file)
@@ -1,14 +1,19 @@
---- /tmp/process_cvs_commits.php       2005-01-17 20:51:29.343450373 +0200
-+++ ./misc/scm/process_cvs_commits.php 2005-01-17 21:40:37.000947744 +0200
-@@ -28,10 +28,8 @@
- // @(#) $Id$
+--- eventum/misc/scm/process_cvs_commits.php~  2007-02-15 01:28:29.670480306 +0200
++++ eventum/misc/scm/process_cvs_commits.php   2007-02-15 01:28:52.320991777 +0200
+@@ -28,15 +28,7 @@
  //
+ // @(#) $Id$
  
--$eventum_domain = 'rabbit.impleo.net';
--$eventum_relative_url = '/';
--$eventum_port = 80;
+-
+-// URL to your Eventum installation.
+-// https is supported transparently by PHP 5 if you have openssl module enabled.
+-$eventum_url = 'http://rabbit.impleo.net/';
+-
+-
+-//
+-// DO NOT CHANGE ANYTHING AFTER THIS LINE
+-//
 +include '/etc/eventum/scm.php';
  
- //
- // DO NOT CHANGE ANYTHING AFTER THIS LINE
+ if (isset($eventum_url)) {
+     $data = parse_url($eventum_url);
index 04d4fa4cd9aa10c28a8b3204e7344d46ccf47d9b..13a888c040026798ea02c967c5438640e44b8839 100644 (file)
@@ -1,37 +1,31 @@
---- eventum/misc/route_drafts.php~     2007-02-15 00:28:44.459624327 +0200
-+++ eventum/misc/route_drafts.php      2007-02-15 00:29:16.770352580 +0200
-@@ -26,7 +26,8 @@
- // +----------------------------------------------------------------------+
+--- eventum/misc/route_drafts.php~     2007-02-15 01:29:29.031820736 +0200
++++ eventum/misc/route_drafts.php      2007-02-15 01:29:45.352189261 +0200
+@@ -27,6 +27,7 @@
  //
  // @(#) $Id$
--//
-+
 +ini_set('memory_limit', '1024M');
- include_once(dirname(__FILE__) . "/../config/config.php");
+ include_once(dirname(__FILE__) . "/../init.php");
  require_once(APP_INC_PATH . "db_access.php");
  require_once(APP_INC_PATH . "class.routing.php");
---- eventum/misc/route_emails.php~     2007-02-15 00:28:44.459624327 +0200
-+++ eventum/misc/route_emails.php      2007-02-15 00:29:59.821322907 +0200
-@@ -26,7 +26,8 @@
- // +----------------------------------------------------------------------+
+--- eventum/misc/route_emails.php~     2007-02-15 01:29:29.031820736 +0200
++++ eventum/misc/route_emails.php      2007-02-15 01:30:21.903014591 +0200
+@@ -27,6 +27,7 @@
  //
  // @(#) $Id$
--//
-+
 +ini_set('memory_limit', '1024M');
- include_once(dirname(__FILE__) . "/../config/config.php");
+ include_once(dirname(__FILE__) . "/../init.php");
  require_once(APP_INC_PATH . "db_access.php");
  require_once(APP_INC_PATH . "class.routing.php");
---- eventum/misc/route_notes.php~      2007-02-15 00:28:44.459624327 +0200
-+++ eventum/misc/route_notes.php       2007-02-15 00:30:41.992273407 +0200
-@@ -26,7 +26,8 @@
- // +----------------------------------------------------------------------+
+--- eventum/misc/route_notes.php~      2007-02-15 01:29:29.031820736 +0200
++++ eventum/misc/route_notes.php       2007-02-15 01:30:58.953851202 +0200
+@@ -27,6 +27,7 @@
  //
  // @(#) $Id$
--//
-+
 +ini_set('memory_limit', '1024M');
- include_once(dirname(__FILE__) . "/../config/config.php");
+ include_once(dirname(__FILE__) . "/../init.php");
  require_once(APP_INC_PATH . "db_access.php");
  require_once(APP_INC_PATH . "class.routing.php");
 --- eventum-20060830/misc/download_emails.php  2006-09-05 00:11:48.396726556 +0300
index b65506f77925707ed5cae54d10dfcdeb34ba0f7d..a69bf53e57bd0e9adf6baafee25e841ba1ff1877 100644 (file)
  require_once(APP_INC_PATH . "db_access.php");
  require_once(APP_INC_PATH . "class.lock.php");
  require_once(APP_INC_PATH . "class.reminder.php");
---- eventum/misc/monitor.php~  2007-02-15 01:04:27.107937884 +0200
-+++ eventum/misc/monitor.php   2007-02-15 01:10:48.616541558 +0200
-@@ -27,8 +27,8 @@
- // +----------------------------------------------------------------------+
+--- eventum/misc/monitor.php~  2007-02-15 01:27:45.089473611 +0200
++++ eventum/misc/monitor.php   2007-02-15 01:28:05.849942411 +0200
+@@ -27,7 +27,7 @@
  //
  // @(#) $Id$
--//
 -require_once(dirname(__FILE__) . "/../init.php");
-+
 +require_once(dirname(__FILE__) . "/htdocs/init.php");
  require_once(APP_INC_PATH . "class.monitor.php");
  
This page took 0.071819 seconds and 4 git commands to generate.