gunnar: server/kolab-webclient/imp/templates/imp-4.3.6 webclient-imp_conf.php.template, 1.1, 1.2 webclient-imp_header.php.template, 1.1, 1.2 webclient-imp_hooks.php.template, 1.1, 1.2 webclient-imp_menu.php.template, 1.1, 1.2 webclient-imp_mime_drivers.php.template, 1.1, 1.2 webclient-imp_motd.php.template, 1.1, 1.2 webclient-imp_prefs.php.template, 1.1, 1.2 webclient-imp_servers.php.template, 1.1, 1.2 webclient-imp_spelling.php.template, 1.1, 1.2

cvs at kolab.org cvs at kolab.org
Fri Jan 22 00:11:33 CET 2010


Author: gunnar

Update of /kolabrepository/server/kolab-webclient/imp/templates/imp-4.3.6
In directory doto:/tmp/cvs-serv11087/templates/imp-4.3.6

Modified Files:
	webclient-imp_conf.php.template 
	webclient-imp_header.php.template 
	webclient-imp_hooks.php.template 
	webclient-imp_menu.php.template 
	webclient-imp_mime_drivers.php.template 
	webclient-imp_motd.php.template 
	webclient-imp_prefs.php.template 
	webclient-imp_servers.php.template 
	webclient-imp_spelling.php.template 
Log Message:
Add configuration for alternate login method. Fix template destinations.

Index: webclient-imp_conf.php.template
===================================================================
RCS file: /kolabrepository/server/kolab-webclient/imp/templates/imp-4.3.6/webclient-imp_conf.php.template,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- webclient-imp_conf.php.template	18 Jan 2010 17:44:22 -0000	1.1
+++ webclient-imp_conf.php.template	21 Jan 2010 23:11:31 -0000	1.2
@@ -1,5 +1,5 @@
 KOLAB_META_START
-TARGET=@@@imp_confdir@@@/conf.local.php
+TARGET=@@@imp_confdir@@@/conf.d/20-kolab_local.php
 PERMISSIONS=0400
 OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
 KOLAB_META_END

Index: webclient-imp_header.php.template
===================================================================
RCS file: /kolabrepository/server/kolab-webclient/imp/templates/imp-4.3.6/webclient-imp_header.php.template,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- webclient-imp_header.php.template	18 Jan 2010 17:44:22 -0000	1.1
+++ webclient-imp_header.php.template	21 Jan 2010 23:11:31 -0000	1.2
@@ -1,5 +1,5 @@
 KOLAB_META_START
-TARGET=@@@imp_confdir@@@/header.local.php
+TARGET=@@@imp_confdir@@@/header.d/20-kolab_local.php
 PERMISSIONS=0400
 OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
 KOLAB_META_END

Index: webclient-imp_hooks.php.template
===================================================================
RCS file: /kolabrepository/server/kolab-webclient/imp/templates/imp-4.3.6/webclient-imp_hooks.php.template,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- webclient-imp_hooks.php.template	18 Jan 2010 17:44:22 -0000	1.1
+++ webclient-imp_hooks.php.template	21 Jan 2010 23:11:31 -0000	1.2
@@ -1,5 +1,5 @@
 KOLAB_META_START
-TARGET=@@@imp_confdir@@@/hooks.local.php
+TARGET=@@@imp_confdir@@@/hooks.d/20-kolab_local.php
 PERMISSIONS=0400
 OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
 KOLAB_META_END

Index: webclient-imp_menu.php.template
===================================================================
RCS file: /kolabrepository/server/kolab-webclient/imp/templates/imp-4.3.6/webclient-imp_menu.php.template,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- webclient-imp_menu.php.template	18 Jan 2010 17:44:22 -0000	1.1
+++ webclient-imp_menu.php.template	21 Jan 2010 23:11:31 -0000	1.2
@@ -1,5 +1,5 @@
 KOLAB_META_START
-TARGET=@@@imp_confdir@@@/menu.local.php
+TARGET=@@@imp_confdir@@@/menu.d/20-kolab_local.php
 PERMISSIONS=0400
 OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
 KOLAB_META_END

Index: webclient-imp_mime_drivers.php.template
===================================================================
RCS file: /kolabrepository/server/kolab-webclient/imp/templates/imp-4.3.6/webclient-imp_mime_drivers.php.template,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- webclient-imp_mime_drivers.php.template	18 Jan 2010 17:44:22 -0000	1.1
+++ webclient-imp_mime_drivers.php.template	21 Jan 2010 23:11:31 -0000	1.2
@@ -1,5 +1,5 @@
 KOLAB_META_START
-TARGET=@@@imp_confdir@@@/mime_drivers.local.php
+TARGET=@@@imp_confdir@@@/mime_drivers.d/20-kolab_local.php
 PERMISSIONS=0400
 OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
 KOLAB_META_END

Index: webclient-imp_motd.php.template
===================================================================
RCS file: /kolabrepository/server/kolab-webclient/imp/templates/imp-4.3.6/webclient-imp_motd.php.template,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- webclient-imp_motd.php.template	18 Jan 2010 17:44:22 -0000	1.1
+++ webclient-imp_motd.php.template	21 Jan 2010 23:11:31 -0000	1.2
@@ -1,5 +1,5 @@
 KOLAB_META_START
-TARGET=@@@imp_confdir@@@/motd.local.php
+TARGET=@@@imp_confdir@@@/motd.d/20-kolab_local.php
 PERMISSIONS=0400
 OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
 KOLAB_META_END

Index: webclient-imp_prefs.php.template
===================================================================
RCS file: /kolabrepository/server/kolab-webclient/imp/templates/imp-4.3.6/webclient-imp_prefs.php.template,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- webclient-imp_prefs.php.template	18 Jan 2010 17:44:22 -0000	1.1
+++ webclient-imp_prefs.php.template	21 Jan 2010 23:11:31 -0000	1.2
@@ -1,5 +1,5 @@
 KOLAB_META_START
-TARGET=@@@imp_confdir@@@/prefs.local.php
+TARGET=@@@imp_confdir@@@/prefs.d/20-kolab_local.php
 PERMISSIONS=0400
 OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
 KOLAB_META_END

Index: webclient-imp_servers.php.template
===================================================================
RCS file: /kolabrepository/server/kolab-webclient/imp/templates/imp-4.3.6/webclient-imp_servers.php.template,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- webclient-imp_servers.php.template	18 Jan 2010 17:44:22 -0000	1.1
+++ webclient-imp_servers.php.template	21 Jan 2010 23:11:31 -0000	1.2
@@ -1,5 +1,5 @@
 KOLAB_META_START
-TARGET=@@@imp_confdir@@@/servers.local.php
+TARGET=@@@imp_confdir@@@/servers.d/20-kolab_local.php
 PERMISSIONS=0400
 OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
 KOLAB_META_END

Index: webclient-imp_spelling.php.template
===================================================================
RCS file: /kolabrepository/server/kolab-webclient/imp/templates/imp-4.3.6/webclient-imp_spelling.php.template,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- webclient-imp_spelling.php.template	18 Jan 2010 17:44:22 -0000	1.1
+++ webclient-imp_spelling.php.template	21 Jan 2010 23:11:31 -0000	1.2
@@ -1,5 +1,5 @@
 KOLAB_META_START
-TARGET=@@@imp_confdir@@@/spelling.local.php
+TARGET=@@@imp_confdir@@@/spelling.d/20-kolab_local.php
 PERMISSIONS=0400
 OWNERSHIP=@@@webserver_usr@@@:@@@webserver_grp@@@
 KOLAB_META_END





More information about the commits mailing list