gunnar: server/patches/horde-webmail/1.2_rc1 horde-webmail-1.2_rc1_kolab_openpkg.patch, NONE, 1.1

cvs at kolab.org cvs at kolab.org
Mon Sep 15 20:58:01 CEST 2008


Author: gunnar

Update of /kolabrepository/server/patches/horde-webmail/1.2_rc1
In directory doto:/tmp/cvs-serv25696

Added Files:
	horde-webmail-1.2_rc1_kolab_openpkg.patch 
Log Message:
Added the patch for the new webmail release candidate. Horde was quick this time and we now have the release available that will be the basis for the next few Kolab server years. All native ports are encouraged to switch to  horde-webmail-1.2.* as soon as possible.

--- NEW FILE: horde-webmail-1.2_rc1_kolab_openpkg.patch ---
diff -r 4910475413d3 config/conf.php
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/config/conf.php	Mon Sep 15 20:44:06 2008 +0200
@@ -0,0 +1,115 @@
+<?php
+/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
+// $Horde: horde/config/conf.xml,v 1.74.2.69 2008/06/05 09:05:50 jan Exp $
+$conf['vhosts'] = false;
+$conf['debug_level'] = E_ALL;
+$conf['max_exec_time'] = 0;
+$conf['compress_pages'] = true;
+$conf['umask'] = 077;
+$conf['use_ssl'] = 2;
+$conf['server']['name'] = $_SERVER['SERVER_NAME'];
+$conf['server']['port'] = $_SERVER['SERVER_PORT'];
+$conf['urls']['pretty'] = false;
+$conf['safe_ips'] = array();
+$conf['session']['name'] = 'Horde';
+$conf['session']['use_only_cookies'] = false;
[...994 lines suppressed...]
         $attr = $vcard->getAllAttributes();
         foreach ($attr as $item) {
-            if (empty($item['value'])) {
-                continue;
-            }
 
             switch ($item['name']) {
             case 'FN':
diff -r 4910475413d3 turba/lib/Driver/share.php
--- a/turba/lib/Driver/share.php	Mon Sep 15 20:42:09 2008 +0200
+++ b/turba/lib/Driver/share.php	Mon Sep 15 20:44:06 2008 +0200
@@ -145,7 +145,7 @@
     function _deleteAll($sourceName = null)
     {
         if (is_null($sourceName)) {
-            $sourceName = $this->getContactOwner();
+            $sourceName = $this->getName();
         }
         return $this->_driver->_deleteAll($sourceName);
     }





More information about the commits mailing list