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 45
View file
roundcubemail-plugins-kolab.spec
Changed
@@ -43,7 +43,7 @@ Name: roundcubemail-plugins-kolab Version: 3.4.1 -Release: 1%{?dot_rel_suffix}%{?dist} +Release: 2%{?dot_rel_suffix}%{?dist} Summary: Kolab Groupware plugins for Roundcube Webmail @@ -62,6 +62,7 @@ Source104: plesk.libkolab.inc.php Patch1001: roundcubemail-plugins-kolab-3.3-kolab-files-manticore-api.patch +Patch1002: roundcubemail-plugins-kolab-3.4.1-activesync-setup-url.patch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch @@ -1361,6 +1362,7 @@ %endif %patch1001 -p1 +%patch1002 -p1 find -type d -name "helpdocs" -exec rm -rvf {} \; 2>/dev/null || : @@ -2665,6 +2667,9 @@ %defattr(-,root,root,-) %changelog +* Sat Jan 19 2019 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> - 3.4.1-2 +- Adjust the ActiveSync device setup URL + * Thu Dec 6 2018 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> - 3.4.1-1 - Release of version 3.4.1
View file
roundcubemail-plugins-kolab-3.4.1-activesync-setup-url.patch
Added
@@ -0,0 +1,29 @@ +commit 1eaea682cc5d3cf287d6ac5fd2951b1f3dd71f6a +Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> +Date: Sat Jan 19 08:44:49 2019 +0100 + + Adjust the ActiveSync device setup URL to https://kb.kolabenterprise.com/documentation/setting-up-an-activesync-client + +diff --git a/plugins/kolab_activesync/config.inc.php.dist b/plugins/kolab_activesync/config.inc.php.dist +index adcc3787..7cab16ca 100644 +--- a/plugins/kolab_activesync/config.inc.php.dist ++++ b/plugins/kolab_activesync/config.inc.php.dist +@@ -1,4 +1,4 @@ + <?php + + // The page with Activesync clients configuration manual +-$config'activesync_setup_url' = 'http://docs.kolab.org/client-configuration/'; ++$config'activesync_setup_url' = 'https://kb.kolabenterprise.com/documentation/setting-up-an-activesync-client'; +diff --git a/plugins/kolab_activesync/kolab_activesync_ui.php b/plugins/kolab_activesync/kolab_activesync_ui.php +index acd66506..705c9ae9 100644 +--- a/plugins/kolab_activesync/kolab_activesync_ui.php ++++ b/plugins/kolab_activesync/kolab_activesync_ui.php +@@ -29,7 +29,7 @@ class kolab_activesync_ui + private $plugin; + public $device = array(); + +- const SETUP_URL = 'http://docs.kolab.org/client-configuration'; ++ const SETUP_URL = 'https://kb.kolabenterprise.com/documentation/setting-up-an-activesync-client'; + + + public function __construct($plugin)
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +roundcubemail-plugins-kolab (1:3.4.1-0~kolab2) unstable; urgency=low + + * Correct ActiveSync device setup URL + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Sat, 19 Jan 2019 11:11:11 +0200 + roundcubemail-plugins-kolab (1:3.4.1-0~kolab1) unstable; urgency=low * Release of version 3.4.1
View file
debian.series
Changed
@@ -1,1 +1,2 @@ roundcubemail-plugins-kolab-3.3-kolab-files-manticore-api.patch -p1 +roundcubemail-plugins-kolab-3.4.1-activesync-setup-url.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.1-0~kolab1 +Version: 1:3.4.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
.