gunnar: server/horde/fbview-horde conf.php, 1.8, 1.9 fbview-horde.spec, 1.16, 1.17

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


Author: gunnar

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

Modified Files:
	conf.php fbview-horde.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/fbview-horde/conf.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- conf.php	29 Nov 2007 08:25:51 -0000	1.8
+++ conf.php	1 Dec 2007 06:57:42 -0000	1.9
@@ -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: fbview-horde.spec
===================================================================
RCS file: /kolabrepository/server/horde/fbview-horde/fbview-horde.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- fbview-horde.spec	29 Nov 2007 15:32:10 -0000	1.16
+++ fbview-horde.spec	1 Dec 2007 06:57:42 -0000	1.17
@@ -2,8 +2,8 @@
 %define         V_horde_name horde
 %define         V_package fbview-%{V_horde_name}
 %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