gunnar: server/kolab-webclient Makefile, 1.6.4.3, 1.6.4.4 kolab-webclient.spec, 1.23.2.6.2.10, 1.23.2.6.2.11 webclient-kolab-conf.template, 1.2.4.3, 1.2.4.4

cvs at kolab.org cvs at kolab.org
Thu Jun 4 11:42:06 CEST 2009


Author: gunnar

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

Modified Files:
      Tag: suc_branch
	Makefile kolab-webclient.spec webclient-kolab-conf.template 
Log Message:
Allow hiding teh organizer attribute when downloading ics data.

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/kolab-webclient/Makefile,v
retrieving revision 1.6.4.3
retrieving revision 1.6.4.4
diff -u -d -r1.6.4.3 -r1.6.4.4
--- Makefile	4 Jun 2009 04:40:27 -0000	1.6.4.3
+++ Makefile	4 Jun 2009 09:42:04 -0000	1.6.4.4
@@ -26,7 +26,7 @@
 VERSION = $(shell grep "%define[ ]*V_version" *.spec | sed -e "s/.*V_version\s*\([0-9._a-z]*\).*/\1/")
 SOURCE_VERSION = $(shell grep "%define[ ]*V_source_version" *.spec | sed -e "s/.*V_source_version\s*\([0-9._a-z-]*\).*/\1/")
 PASSWD_VERSION = $(shell grep "%define[ ]*V_passwd_version" *.spec | sed -e "s/.*V_passwd_version\s*\([0-9._a-z]*\).*/\1/")
-RELEASE = ${YEAR}${MONTH}${DAY}suc02
+RELEASE = ${YEAR}${MONTH}${DAY}suc01
 
 PATCHES = ../patches/horde-webmail/$(VERSION)/horde-webmail-$(VERSION)_kolab_openpkg.patch
 TEMPLATES = $(shell find . -name "*.template")

Index: kolab-webclient.spec
===================================================================
RCS file: /kolabrepository/server/kolab-webclient/kolab-webclient.spec,v
retrieving revision 1.23.2.6.2.10
retrieving revision 1.23.2.6.2.11
diff -u -d -r1.23.2.6.2.10 -r1.23.2.6.2.11
--- kolab-webclient.spec	28 May 2009 15:43:13 -0000	1.23.2.6.2.10
+++ kolab-webclient.spec	4 Jun 2009 09:42:04 -0000	1.23.2.6.2.11
@@ -2,13 +2,13 @@
 %define         V_horde_name horde-webmail
 %define         V_package kolab-webclient
 %define         V_year  2009
-%define         V_month 05
-%define         V_day   28
+%define         V_month 06
+%define         V_day   04
 %define         V_version 1.2.0
 %define         V_source_version 1.2
 %define         V_passwd_version 3.0.1
 %define         V_date %{V_year}-%{V_month}-%{V_day}
-%define         V_release %{V_year}%{V_month}%{V_day}suc02
+%define         V_release %{V_year}%{V_month}%{V_day}suc01
 
 # Package Information
 Name:		%{V_package}

Index: webclient-kolab-conf.template
===================================================================
RCS file: /kolabrepository/server/kolab-webclient/webclient-kolab-conf.template,v
retrieving revision 1.2.4.3
retrieving revision 1.2.4.4
diff -u -d -r1.2.4.3 -r1.2.4.4
--- webclient-kolab-conf.template	28 May 2009 15:28:15 -0000	1.2.4.3
+++ webclient-kolab-conf.template	4 Jun 2009 09:42:04 -0000	1.2.4.4
@@ -41,4 +41,8 @@
  */
 //$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