Projects
Kolab:16:Testing
kolab-freebusy
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 15
View file
kolab-freebusy.spec
Changed
@@ -24,7 +24,7 @@ %global upstream_version 1.1.2 Name: kolab-freebusy -Version: 1.1.2.4 +Version: 1.1.2.5 Release: 1%{?dist} Summary: Kolab Free/Busy Web Presentation Layer
View file
debian.changelog
Changed
@@ -11,13 +11,13 @@ -- Christoph Erhardt <kolab@sicherha.de> Thu, 06 Jan 2022 11:17:36 +0100 -kolab-freebusy (1.1.2.4~kolab3) unstable; urgency=low +kolab-freebusy (1.1.2.5~kolab3) unstable; urgency=low * bring postinst script in line with other web packages -- Daniel Hoffend <dh@dotlan.net> Tue, 12 Nov 2019 21:45:23 +0100 -kolab-freebusy (1.1.2.4~kolab2) unstable; urgency=low +kolab-freebusy (1.1.2.5~kolab2) unstable; urgency=low * Release of version 1.1.2
View file
kolab-freebusy-1.1.2.tar.gz/lib/Kolab/FreeBusy/SourceIMAP.php
Changed
@@ -178,7 +178,7 @@ // avoid duplicate entries $key = $event'start'->format('c') . '/' . $event'end'->format('c'); - if ($seen$key) { + if (!empty($seen$key)) { $log->debug('Skipping duplicate event at ' . $key, array($event'uid', $event'title')); continue; } @@ -347,6 +347,7 @@ */ private function check_participation($event, $user_email, &$status = null) { + $is_organizer = false; if (is_array($event'organizer') && !empty($event'organizer''email')) { if (in_array($event'organizer''email', $user_email)) { $is_organizer = true; @@ -362,7 +363,7 @@ } } - if ($is_organizer || $event'namespace' == 'personal') { + if ($is_organizer || ($event'namespace' ?? null) == 'personal') { $status = 'ACCEPTED'; if ($event'free_busy' == 'tentative') { $status = 'TENTATIVE';
View file
kolab-freebusy.dsc
Changed
@@ -2,7 +2,7 @@ Source: kolab-freebusy Binary: kolab-freebusy Architecture: all -Version: 1.1.2.4-1~kolab1 +Version: 1.1.2.5-1~kolab1 Maintainer: Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> Homepage: http://www.kolab.org 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
.