Projects
Kolab:16
chwala
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 32
View file
chwala.spec
Changed
@@ -160,6 +160,9 @@ %attr(0750,%{httpd_user},%{httpd_group}) %{_localstatedir}/log/%{name} %changelog +* Mon Oct 7 2019 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> - 0.5.6-2 +- Fix UTF-7-IMAP folder names + * Fri Aug 16 2019 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> - 0.5.6-2 - Fix bugs in using cache fast-mode @@ -220,3 +223,5 @@ * Tue May 7 2013 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.1-0.2 - A first version of chwala +0001-Fix-bugs-in-using-cache-fast-mode-Bifrost-T227815.patch +0002-Fix-regression-in-Kolab-driver-where-folder-names-we.patch
View file
0002-Fix-regression-in-Kolab-driver-where-folder-names-we.patch
Added
@@ -0,0 +1,26 @@ +From b4b8770520097637e157514c47057548c165ce1c Mon Sep 17 00:00:00 2001 +From: Aleksander Machniak <machniak@kolabsys.com> +Date: Wed, 18 Sep 2019 07:19:11 +0000 +Subject: [PATCH 2/2] Fix regression in Kolab driver where folder names were + displayed in UTF7-IMAP instead of UTF8 (Bifrost#T245495) + +--- + lib/drivers/kolab/kolab_file_storage.php | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/lib/drivers/kolab/kolab_file_storage.php b/lib/drivers/kolab/kolab_file_storage.php +index acdd4c2..50ca0e0 100644 +--- a/lib/drivers/kolab/kolab_file_storage.php ++++ b/lib/drivers/kolab/kolab_file_storage.php +@@ -1669,7 +1669,7 @@ class kolab_file_storage implements file_storage + $plugin = $this->rc->plugins->exec_hook('folder_mod', + array('folder' => $folder_name, 'dir' => 'out')); + +- if (strpos($args['folder'], '&') !== false) { ++ if (strpos($plugin['folder'], '&') !== false) { + $plugin['folder'] = rcube_charset::convert($plugin['folder'], 'UTF7-IMAP', RCUBE_CHARSET); + } + +-- +2.20.1 +
View file
chwala.dsc
Changed
@@ -2,7 +2,7 @@ Source: chwala Binary: chwala Architecture: all -Version: 0.5.6-0~kolab4 +Version: 0.5.6-0~kolab5 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>, Paul Klos <kolab@klos2day.nl> Homepage: http://kolab.org/about/chwala/
View file
debian.changelog
Changed
@@ -1,5 +1,12 @@ +chwala (0.5.6-0~kolab5) unsable; urgency=low + + * Fix UTF-7-IMAP folder names + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabys.com> Mon, 7 Oct 2019 12:12:12 +0100 + chwala (0.5.6-0~kolab4) unsable; urgency=low + * Release version 0.5.6 * Fix bugs in using cache fast-mode -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabys.com> Fri, 16 Aug 2019 12:12:12 +0100
View file
debian.series
Changed
@@ -1,3 +1,4 @@ chwala-0.5.4-suhosin.session.encrypt-php_flag.patch -p1 fix-autoload-path-debian.patch -p1 0001-Fix-bugs-in-using-cache-fast-mode-Bifrost-T227815.patch -p1 +0002-Fix-regression-in-Kolab-driver-where-folder-names-we.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
.