gunnar: server/horde/fbview-horde conf.php, 1.2, 1.3 fbview-horde.spec, 1.3, 1.4

cvs at kolab.org cvs at kolab.org
Thu Aug 2 14:28:30 CEST 2007


Author: gunnar

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

Modified Files:
	conf.php fbview-horde.spec 
Log Message:
Fixed fbview configuration. Adjusted release numbers to tomorrow (070803 snapshot will contain todays Horde fixes)

Index: conf.php
===================================================================
RCS file: /kolabrepository/server/horde/fbview-horde/conf.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- conf.php	2 Aug 2007 10:35:19 -0000	1.2
+++ conf.php	2 Aug 2007 12:28:28 -0000	1.3
@@ -10,11 +10,11 @@
 $conf['server']['name'] = $_SERVER['SERVER_NAME'];
 $conf['server']['port'] = $_SERVER['SERVER_PORT'];
 $conf['session']['name'] = 'Horde';
-$conf['session']['use_only_cookies'] = false;
+$conf['session']['use_only_cookies'] = true;
 $conf['session']['cache_limiter'] = 'nocache';
-$conf['session']['timeout'] = 3600;
+$conf['session']['timeout'] = 0;
 $conf['cookie']['domain'] = $_SERVER['SERVER_NAME'];
-$conf['cookie']['path'] = '/horde';
+$conf['cookie']['path'] = '/fbview';
 $conf['sql']['phptype'] = false;
 $conf['auth']['admins'] = array('manager');
 $conf['auth']['checkip'] = true;
@@ -34,7 +34,7 @@
 $conf['log']['type'] = 'file';
 $conf['log']['enabled'] = true;
 $conf['log_accesskeys'] = false;
-$conf['prefs']['driver'] = 'kolab';
+$conf['prefs']['driver'] = 'session';
 $conf['alarms']['driver'] = false;
 $conf['datatree']['driver'] = 'null';
 $conf['group']['driver'] = 'datatree';

Index: fbview-horde.spec
===================================================================
RCS file: /kolabrepository/server/horde/fbview-horde/fbview-horde.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- fbview-horde.spec	2 Aug 2007 10:35:19 -0000	1.3
+++ fbview-horde.spec	2 Aug 2007 12:28:28 -0000	1.4
@@ -3,7 +3,7 @@
 %define         V_package fbview-%{V_horde_name}
 %define         V_year  2007
 %define         V_month 08
-%define         V_day   01
+%define         V_day   03
 %define         V_version 3.1.4.99
 %define         V_date %{V_year}-%{V_month}-%{V_day}
 %define         V_release %{V_year}%{V_month}%{V_day}





More information about the commits mailing list