SOURCES: eventum-paths.patch, eventum-cvs-config.patch, eventum-me...

glen glen at pld-linux.org
Thu Feb 15 00:31:51 CET 2007


Author: glen                         Date: Wed Feb 14 23:31:51 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- update to 20070215.3259

---- Files affected:
SOURCES:
   eventum-paths.patch (1.37 -> 1.38) , eventum-cvs-config.patch (1.5 -> 1.6) , eventum-mem-limits.patch (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SOURCES/eventum-paths.patch
diff -u SOURCES/eventum-paths.patch:1.37 SOURCES/eventum-paths.patch:1.38
--- SOURCES/eventum-paths.patch:1.37	Thu Feb 15 00:22:14 2007
+++ SOURCES/eventum-paths.patch	Thu Feb 15 00:31:46 2007
@@ -197,15 +197,13 @@
  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");
  

================================================================
Index: SOURCES/eventum-cvs-config.patch
diff -u SOURCES/eventum-cvs-config.patch:1.5 SOURCES/eventum-cvs-config.patch:1.6
--- SOURCES/eventum-cvs-config.patch:1.5	Tue Jul 25 00:41:07 2006
+++ SOURCES/eventum-cvs-config.patch	Thu Feb 15 00:31:46 2007
@@ -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: SOURCES/eventum-mem-limits.patch
diff -u SOURCES/eventum-mem-limits.patch:1.10 SOURCES/eventum-mem-limits.patch:1.11
--- SOURCES/eventum-mem-limits.patch:1.10	Wed Feb 14 23:31:52 2007
+++ SOURCES/eventum-mem-limits.patch	Thu Feb 15 00:31:46 2007
@@ -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
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/eventum-paths.patch?r1=1.37&r2=1.38&f=u
    http://cvs.pld-linux.org/SOURCES/eventum-cvs-config.patch?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/SOURCES/eventum-mem-limits.patch?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list