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 51
View file
roundcubemail-plugins-kolab.spec
Changed
@@ -43,7 +43,7 @@ Name: roundcubemail-plugins-kolab Version: 3.4.3 -Release: 1%{?dot_rel_suffix}%{?dist} +Release: 2%{?dot_rel_suffix}%{?dist} Summary: Kolab Groupware plugins for Roundcube Webmail @@ -63,6 +63,8 @@ Patch1001: roundcubemail-plugins-kolab-3.4-kolab-files-manticore-api.patch +Patch0011: 0011-Calendar-Fix-invalid-time-error-when-using-time-form.patch + BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch @@ -1407,6 +1409,8 @@ %patch1001 -p1 +%patch0011 -p1 + find -type d -name "helpdocs" -exec rm -rvf {} \; 2>/dev/null || : rm -rf plugins/kolab_zpush @@ -2792,6 +2796,9 @@ %defattr(-,root,root,-) %changelog +* Wed Mar 27 2019 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> - 3.4.3-2 +- Fix invalid time error on formats without a leading zero + * Thu Mar 14 2019 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> - 3.4.3-1 - Release of version 3.4.3
View file
0011-Calendar-Fix-invalid-time-error-when-using-time-form.patch
Added
@@ -0,0 +1,26 @@ +From 54d171e10f0d116d3fd007189805ed49923a003a Mon Sep 17 00:00:00 2001 +From: Aleksander Machniak <machniak@kolabsys.com> +Date: Fri, 22 Mar 2019 12:22:10 +0000 +Subject: PATCH 11/11 Calendar: Fix "invalid time" error when using time + format without a leading zero + +--- + 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 0280ccec..6db0ad79 100644 +--- a/plugins/calendar/calendar_ui.js ++++ b/plugins/calendar/calendar_ui.js +@@ -812,7 +812,7 @@ function rcube_calendar_ui(settings) + save_func = function() { + var start = allday.checked ? '12:00' : $.trim(starttime.val()), + end = allday.checked ? '13:00' : $.trim(endtime.val()), +- re = /^((00-9)|(10-9)|(20-3)):(0-50-9)(\s*ap\.?m\.?)?$/i; ++ re = /^((0?0-9)|(10-9)|(20-3)):(0-50-9)(\s*ap\.?m\.?)?$/i; + + if (!re.test(start) || !re.test(end)) { + rcmail.alert_dialog(rcmail.gettext('invalideventdates', 'calendar')); +-- +2.17.2 +
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +roundcubemail-plugins-kolab (1:3.4.3-0~kolab2) unstable; urgency=low + + * Fix invalid time error on formats without a leading zero + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Wed, 27 Mar 2019 11:11:11 +0200 + roundcubemail-plugins-kolab (1:3.4.3-0~kolab1) unstable; urgency=low * Release of version 3.4.3
View file
debian.series
Changed
@@ -1,1 +1,2 @@ roundcubemail-plugins-kolab-3.4-kolab-files-manticore-api.patch -p1 +0011-Calendar-Fix-invalid-time-error-when-using-time-form.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.4.3-0~kolab1 +Version: 1:3.4.3-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
.