Projects
Kolab:16:TestingLinked
roundcubemail-plugins-kolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 13
View file
roundcubemail-plugins-kolab.spec
Changed
@@ -30,7 +30,7 @@ Name: roundcubemail-plugins-kolab Version: 3.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Kolab Groupware plugins for Roundcube Webmail Group: Applications/Internet @@ -48,6 +48,8 @@ Patch0001: roundcubemail-plugins-kolab-3.3-kolab-files-manticore-api.patch +Patch1001: 0001-Fix-regression-where-declining-an-event-from-Calenda.patch + BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch @@ -853,6 +855,7 @@ %endif %patch0001 -p1 +%patch1001 -p1 find -type d -name "helpdocs" -exec rm -rvf {} \; 2>/dev/null || : @@ -1997,6 +2000,9 @@ %defattr(-,root,root,-) %changelog +* Wed May 24 2017 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 3.3.1-2 +- Fix reqression in handling delegated events + * Mon May 22 2017 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 3.3.1-1 - Release of version 3.3.1
View file
0001-Fix-regression-where-declining-an-event-from-Calenda.patch
Added
@@ -0,0 +1,27 @@ +From c4cfe37d8c72a3469e6f71140a8e6ce81857af41 Mon Sep 17 00:00:00 2001 +From: Aleksander Machniak <machniak@kolabsys.com> +Date: Mon, 22 May 2017 13:03:24 +0200 +Subject: PATCH Fix regression where declining an event from Calendar would + send CANCEL instead of REPLY (Bifrost#T31474) + +The fix for T1357 (acc49b51fff21) was broken for cases with delegation and events in other user namespace. +--- + plugins/calendar/calendar_ui.js | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/plugins/calendar/calendar_ui.js b/plugins/calendar/calendar_ui.js +index edbc60e..cf9a4d4 100644 +--- a/plugins/calendar/calendar_ui.js ++++ b/plugins/calendar/calendar_ui.js +@@ -2562,7 +2562,7 @@ function rcube_calendar_ui(settings) + if (_has_attendees) { + var checked = (settings.itip_notify & 1 ? ' checked="checked"' : ''); + +- if (action == 'remove' && cal.group == 'personal' && is_attendee(event)) { ++ if (action == 'remove' && cal.group != 'shared' && is_attendee(event)) { + decline = true; + checked = event.status != 'CANCELLED' ? checked : ''; + html += '<div class="message">' + +-- +2.9.4 +
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +roundcubemail-plugins-kolab (1:3.3.1-0~kolab2) unstable; urgency=low + + * Fix regression in event handling delegation + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Wed, 24 May 2017 11:11:11 +0200 + roundcubemail-plugins-kolab (1:3.3.1-0~kolab1) unstable; urgency=low * Release version 3.3.1
View file
debian.series
Changed
@@ -1,1 +1,2 @@ roundcubemail-plugins-kolab-3.3-kolab-files-manticore-api.patch -p1 +0001-Fix-regression-where-declining-an-event-from-Calenda.patch -p1
View file
roundcubemail-plugins-kolab.dsc
Changed
@@ -2,7 +2,7 @@ Source: roundcubemail-plugins-kolab Binary: roundcubemail-plugins-kolab Architecture: all -Version: 1:3.3.1-0~kolab1 +Version: 1:3.3.1-0~kolab2 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> Standards-Version: 3.9.3
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
.