gunnar: server/horde/horde conf.php, 1.10, 1.11 horde-kolab.spec, 1.23, 1.24

cvs at kolab.org cvs at kolab.org
Sat Dec 1 07:57:45 CET 2007


Author: gunnar

Update of /kolabrepository/server/horde/horde
In directory doto:/tmp/cvs-serv30484/horde

Modified Files:
	conf.php horde-kolab.spec 
Log Message:
Let's just disable the share cache for now. This seems to be broken after the upstream fixes last week and I need more time to fix the code.

Index: conf.php
===================================================================
RCS file: /kolabrepository/server/horde/horde/conf.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- conf.php	29 Nov 2007 08:25:52 -0000	1.10
+++ conf.php	1 Dec 2007 06:57:42 -0000	1.11
@@ -41,7 +41,7 @@
 $conf['group']['driver'] = 'datatree';
 $conf['group']['cache'] = false;
 $conf['share']['no_sharing'] = false;
-$conf['share']['cache'] = true;
+$conf['share']['cache'] = false;
 $conf['share']['driver'] = 'kolab';
 $conf['cache']['default_lifetime'] = 1800;
 $conf['cache']['params']['dir'] = Horde::getTempDir();

Index: horde-kolab.spec
===================================================================
RCS file: /kolabrepository/server/horde/horde/horde-kolab.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- horde-kolab.spec	29 Nov 2007 15:32:10 -0000	1.23
+++ horde-kolab.spec	1 Dec 2007 06:57:42 -0000	1.24
@@ -2,8 +2,8 @@
 %define         V_horde_name horde
 %define         V_package %{V_horde_name}-kolab
 %define         V_year  2007
-%define         V_month 11
-%define         V_day   28
+%define         V_month 12
+%define         V_day   01
 %define         V_version 3.2_rc1
 %define         V_uver    3.2-rc1
 %define         V_date %{V_year}-%{V_month}-%{V_day}





More information about the commits mailing list