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 84
View file
roundcubemail-plugins-kolab.spec
Changed
@@ -35,13 +35,13 @@ %global confdir %{_sysconfdir}/roundcubemail %global tmpdir %{_var}/lib/roundcubemail -%global rc_version 3.5.6 +%global rc_version 3.5.7 #%%global rc_rel_suffix beta1 %global dot_rel_suffix %{?rc_rel_suffix:.%{rc_rel_suffix}} %global dash_rel_suffix %{?rc_rel_suffix:-%{rc_rel_suffix}} Name: roundcubemail-plugins-kolab -Version: 3.5.6 +Version: 3.5.7 Release: 1%{?dot_rel_suffix}%{?dist} @@ -2792,8 +2792,8 @@ %defattr(-,root,root,-) %changelog -* Mon Apr 12 2021 Jeroen van Meeuwen <vanmeeuwen@apheleia-it.ch> - 3.5.6-1 -- Release of version 3.5.6 +* Tue Apr 13 2021 Jeroen van Meeuwen <vanmeeuwen@apheleia-it.ch> - 3.5.7-1 +- Release of version 3.5.7 * Fri Oct 16 2020 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 3.5.5-1 - Release of version 3.5.5
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +roundcubemail-plugins-kolab (1:3.5.7-0~kolab1) unstable; urgency=low + + * Release version 3.5.7 + + -- Jeroen van Meeuwen <vanmeeuwen@apheleia-it.ch> Tue, 13 Apr 2021 11:11:11 +0200 + roundcubemail-plugins-kolab (1:3.5.6-0~kolab1) unstable; urgency=low * Release version 3.5.6
View file
roundcubemail-plugins-kolab-3.5.6.tar.gz/plugins/calendar/calendar.php -> roundcubemail-plugins-kolab-3.5.7.tar.gz/plugins/calendar/calendar.php
Changed
@@ -859,7 +859,7 @@ 'calendar_default_calendar' => rcube_utils::get_input_value('_default_calendar', rcube_utils::INPUT_POST), 'calendar_date_format' => null, // clear previously saved values 'calendar_time_format' => null, - 'calendar_contact_birthdays' => !empty(rcube_utils::get_input_value('_contact_birthdays', rcube_utils::INPUT_POST)), + 'calendar_contact_birthdays' => (bool) rcube_utils::get_input_value('_contact_birthdays', rcube_utils::INPUT_POST), 'calendar_birthday_adressbooks' => (array) rcube_utils::get_input_value('_birthday_adressbooks', rcube_utils::INPUT_POST), 'calendar_birthdays_alarm_type' => rcube_utils::get_input_value('_birthdays_alarm_type', rcube_utils::INPUT_POST), 'calendar_birthdays_alarm_offset' => $birthdays_alarm_value ?: null,
View file
roundcubemail-plugins-kolab-3.5.6.tar.gz/plugins/calendar/composer.json -> roundcubemail-plugins-kolab-3.5.7.tar.gz/plugins/calendar/composer.json
Changed
@@ -4,7 +4,7 @@ "description": "Calendar plugin", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", - "version": "3.5.6", + "version": "3.5.7", "authors": { "name": "Thomas Bruederli",
View file
roundcubemail-plugins-kolab-3.5.6.tar.gz/plugins/calendar/drivers/kolab/kolab_driver.php -> roundcubemail-plugins-kolab-3.5.7.tar.gz/plugins/calendar/drivers/kolab/kolab_driver.php
Changed
@@ -854,7 +854,7 @@ } // removing an exception instance - if ((!empty($event'recurrence_id') || !empty($event'isexception')) && !empty(($master'exceptions'))) { + if ((!empty($event'recurrence_id') || !empty($event'isexception')) && !empty($master'exceptions')) { foreach ($master'exceptions' as $i => $exception) { if ($exception'_instance' == $event'_instance') { unset($master'exceptions'$i);
View file
roundcubemail-plugins-kolab.dsc
Changed
@@ -2,7 +2,7 @@ Source: roundcubemail-plugins-kolab Binary: roundcubemail-plugins-kolab Architecture: all -Version: 1:3.5.6-0~kolab1 +Version: 1:3.5.7-0~kolab1 Maintainer: Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> Uploaders: Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> Standards-Version: 3.9.3 @@ -37,5 +37,5 @@ roundcubemail-plugin-tinymce-config deb web extra roundcubemail-plugin-wap-client deb web extra Files: - 00000000000000000000000000000000 0 roundcubemail-plugins-kolab-3.5.6.tar.gz + 00000000000000000000000000000000 0 roundcubemail-plugins-kolab-3.5.7.tar.gz 00000000000000000000000000000000 0 debian.tar.gz
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
.