wilde: server/kolab-webclient ChangeLog, 1.10.2.6, 1.10.2.7 kolab-webclient.spec, 1.23.2.10, 1.23.2.11 webclient-kolab-conf.template, 1.2, 1.2.2.1

cvs at kolab.org cvs at kolab.org
Fri Oct 9 18:11:53 CEST 2009


Author: wilde

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

Modified Files:
      Tag: kolab_2_2_branch
	ChangeLog kolab-webclient.spec webclient-kolab-conf.template 
Log Message:
Added new anonymous web calendar. (Merged from suc_branch)

Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/kolab-webclient/ChangeLog,v
retrieving revision 1.10.2.6
retrieving revision 1.10.2.7
diff -u -d -r1.10.2.6 -r1.10.2.7
--- ChangeLog	10 Sep 2009 09:32:26 -0000	1.10.2.6
+++ ChangeLog	9 Oct 2009 16:11:50 -0000	1.10.2.7
@@ -1,3 +1,12 @@
+2009-10-09  Gunnar Wrobel  <p at rdus.de>
+
+	* kolab-webclient.spec: Cleaner session handling for the export.
+
+2009-10-07  Gunnar Wrobel  <p at rdus.de>
+
+	* kolab-webclient.spec: Added functionality for anonymous
+	java script based export of calendar data.
+
 2009-09-10  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.10
retrieving revision 1.23.2.11
diff -u -d -r1.23.2.10 -r1.23.2.11
--- kolab-webclient.spec	10 Sep 2009 09:32:26 -0000	1.23.2.10
+++ kolab-webclient.spec	9 Oct 2009 16:11:50 -0000	1.23.2.11
@@ -2,8 +2,8 @@
 %define         V_horde_name horde-webmail
 %define         V_package kolab-webclient
 %define         V_year  2009
-%define         V_month 09
-%define         V_day   10
+%define         V_month 10
+%define         V_day   09
 %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
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- webclient-kolab-conf.template	7 Feb 2009 15:51:27 -0000	1.2
+++ webclient-kolab-conf.template	9 Oct 2009 16:11:51 -0000	1.2.2.1
@@ -18,4 +18,14 @@
 $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 /public-cal/ics. You will need to create this user first.
+ */
+//$conf['ics']['default_user'] = 'proxy@@@@postfix-mydomain@@@';
+//$conf['ics']['default_pass'] = 'proxy';
+/**
+ * Uncomment if you wish to hide the organizer which is currently the proxy user.
+ */
+//$conf['ics']['hide_organizer'] = true;
 ?>





More information about the commits mailing list