gunnar: server/php-kolab/Kolab_Freebusy/templates/Kolab_FreeBusy-0.1.7 freebusy.conf.template, 1.2, 1.3

cvs at kolab.org cvs at kolab.org
Thu Jul 22 15:59:46 CEST 2010


Author: gunnar

Update of /kolabrepository/server/php-kolab/Kolab_Freebusy/templates/Kolab_FreeBusy-0.1.7
In directory doto:/tmp/cvs-serv558/d/Kolab_Freebusy/templates/Kolab_FreeBusy-0.1.7

Modified Files:
	freebusy.conf.template 
Log Message:
kolab/issue4436 (free/busy interval is often too low)

Index: freebusy.conf.template
===================================================================
RCS file: /kolabrepository/server/php-kolab/Kolab_Freebusy/templates/Kolab_FreeBusy-0.1.7/freebusy.conf.template,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- freebusy.conf.template	16 Jul 2010 20:59:21 -0000	1.2
+++ freebusy.conf.template	22 Jul 2010 13:59:44 -0000	1.3
@@ -157,6 +157,12 @@
  */
 $conf['fb']['use_acls'] = true;
 
+/* How many days in advance should the free/busy information be calculated? This
+ * is the default value that can be overwritten by the kolabFreeBusyFuture
+ * attribute of the users LDAP account.
+ */
+$conf['fb']['future_days'] = 180;
+
 /* The resulting vCalendar file is being cached. The following setting
  * determines how many seconds it will be delivered without checking if
  * the contents of the file might have changed. A negative setting disables





More information about the commits mailing list