gunnar: server/kolab-webclient ChangeLog, 1.10.2.3.2.3, 1.10.2.3.2.4 kolab-webclient.spec, 1.23.2.6.2.7, 1.23.2.6.2.8 webclient-kolab-conf.template, 1.2.4.1, 1.2.4.2

cvs at kolab.org cvs at kolab.org
Thu May 28 16:26:38 CEST 2009


Author: gunnar

Update of /kolabrepository/server/kolab-webclient
In directory doto:/tmp/cvs-serv16622/kolab-webclient

Modified Files:
      Tag: suc_branch
	ChangeLog kolab-webclient.spec webclient-kolab-conf.template 
Log Message:
Added functionality for anonymous
        ics (iCal data) download.

Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/kolab-webclient/ChangeLog,v
retrieving revision 1.10.2.3.2.3
retrieving revision 1.10.2.3.2.4
diff -u -d -r1.10.2.3.2.3 -r1.10.2.3.2.4
--- ChangeLog	14 May 2009 14:32:14 -0000	1.10.2.3.2.3
+++ ChangeLog	28 May 2009 14:26:36 -0000	1.10.2.3.2.4
@@ -1,3 +1,8 @@
+2009-05-28  Gunnar Wrobel  <p at rdus.de>
+
+	* kolab-webclient.spec: Added functionality for anonymous
+	ics (iCal data) download.
+
 2009-05-13  Gunnar Wrobel  <p at rdus.de>
 
 	* kolab-webclient.spec:

Index: kolab-webclient.spec
===================================================================
RCS file: /kolabrepository/server/kolab-webclient/kolab-webclient.spec,v
retrieving revision 1.23.2.6.2.7
retrieving revision 1.23.2.6.2.8
diff -u -d -r1.23.2.6.2.7 -r1.23.2.6.2.8
--- kolab-webclient.spec	14 May 2009 14:32:14 -0000	1.23.2.6.2.7
+++ kolab-webclient.spec	28 May 2009 14:26:36 -0000	1.23.2.6.2.8
@@ -3,7 +3,7 @@
 %define         V_package kolab-webclient
 %define         V_year  2009
 %define         V_month 05
-%define         V_day   13
+%define         V_day   28
 %define         V_version 1.2.0
 %define         V_source_version 1.2
 %define         V_passwd_version 3.0.1

Index: webclient-kolab-conf.template
===================================================================
RCS file: /kolabrepository/server/kolab-webclient/webclient-kolab-conf.template,v
retrieving revision 1.2.4.1
retrieving revision 1.2.4.2
diff -u -d -r1.2.4.1 -r1.2.4.2
--- webclient-kolab-conf.template	23 Apr 2009 07:13:20 -0000	1.2.4.1
+++ webclient-kolab-conf.template	28 May 2009 14:26:36 -0000	1.2.4.2
@@ -35,4 +35,11 @@
 $conf['kolab']['imap']['server'] = '@@@local_addr@@@';
 @@@endif@@@
 $conf['kolab']['imap']['maildomain'] = '@@@postfix-mydomain@@@';
+
+/* Credentials for a proxy user to allow quasi anonymous ICS access
+ * via kronolith/ics_kolab.php. You will need to create this user
+ * first.
+ */
+//$conf['ics']['default_user'] = 'proxy@@@@postfix-mydomain@@@';
+//$conf['ics']['default_pass'] = 'proxy';
 ?>





More information about the commits mailing list