Projects
Kolab:3.4
pykolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 104
View file
pykolab.spec
Changed
@@ -38,6 +38,8 @@ Source0: http://files.kolab.org/releases/%{name}-%{version}.tar.gz Patch0001: 0001-Fix-syntax-errors.patch +Patch0002: 0002-Add-kolab_tags-plugin-to-the-default-configuration.patch +Patch0003: 0003-Set-the-URL-to-files-to-chwala-2436.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch @@ -203,6 +205,8 @@ %setup -q %patch0001 -p1 +%patch0002 -p1 +%patch0003 -p1 %build autoreconf -v
View file
0002-Add-kolab_tags-plugin-to-the-default-configuration.patch
Added
@@ -0,0 +1,24 @@ +From cd3c4acd667c7cfe4366e3a044fa2126d8d7c079 Mon Sep 17 00:00:00 2001 +From: "Jeroen van Meeuwen (Kolab Systems)" <vanmeeuwen@kolabsys.com> +Date: Wed, 20 Aug 2014 12:19:40 +0200 +Subject: [PATCH 2/3] Add kolab_tags plugin to the default configuration + +--- + share/templates/roundcubemail/config.inc.php.tpl | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/share/templates/roundcubemail/config.inc.php.tpl b/share/templates/roundcubemail/config.inc.php.tpl +index bf61c2f..eb3f7ec 100644 +--- a/share/templates/roundcubemail/config.inc.php.tpl ++++ b/share/templates/roundcubemail/config.inc.php.tpl +@@ -57,6 +57,7 @@ + 'kolab_files', + 'kolab_folders', + 'kolab_notes', ++ 'kolab_tags', + 'libkolab', + 'libcalendaring', + 'managesieve', +-- +1.9.3 +
View file
0003-Set-the-URL-to-files-to-chwala-2436.patch
Added
@@ -0,0 +1,25 @@ +From 172545ebeba5c73cbb502fcae859b27df7aafed2 Mon Sep 17 00:00:00 2001 +From: "Jeroen van Meeuwen (Kolab Systems)" <vanmeeuwen@kolabsys.com> +Date: Wed, 20 Aug 2014 12:20:05 +0200 +Subject: [PATCH 3/3] Set the URL to files to '/chwala/' (#2436) + +--- + share/templates/roundcubemail/kolab_files.inc.php.tpl | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/share/templates/roundcubemail/kolab_files.inc.php.tpl b/share/templates/roundcubemail/kolab_files.inc.php.tpl +index 1c5fced..bcdaccc 100644 +--- a/share/templates/roundcubemail/kolab_files.inc.php.tpl ++++ b/share/templates/roundcubemail/kolab_files.inc.php.tpl +@@ -1,7 +1,7 @@ + <?php + + // URL of kolab-chwala installation +-\$config['kolab_files_url'] = 'http://' . \$_SERVER['HTTP_HOST'] . '/chwala/'; ++\$config['kolab_files_url'] = '/chwala/'; + + // List of files list columns. Available are: name, size, mtime, type + \$config['kolab_files_list_cols'] = array('name', 'mtime', 'size'); +-- +1.9.3 +
View file
debian.series
Changed
@@ -1,2 +1,4 @@ cyrus-imapd.conf-cert-paths.patch -p1 0001-Fix-syntax-errors.patch -p1 +0002-Add-kolab_tags-plugin-to-the-default-configuration.patch -p1 +0003-Set-the-URL-to-files-to-chwala-2436.patch -p1
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.