Projects
Kolab:Winterfell
roundcubemail-plugins-kolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 16
View file
roundcubemail-plugins-kolab.spec
Changed
@@ -24,7 +24,7 @@ Name: roundcubemail-plugins-kolab Version: 3.3 -Release: 0.20160219.git%{?dist} +Release: 0.20160222.git%{?dist} Summary: Kolab Groupware plugins for Roundcube Webmail Group: Applications/Internet
View file
debian.changelog
Changed
@@ -1,4 +1,4 @@ -roundcubemail-plugins-kolab (1:3.3~dev20160219-0~kolab1) unstable; urgency=low +roundcubemail-plugins-kolab (1:3.3~dev20160222-0~kolab1) unstable; urgency=low * fix package version: we need epoch 1
View file
roundcubemail-plugins-kolab-3.3.tar.gz/plugins/kolab_files/lib/kolab_files_engine.php
Changed
@@ -797,7 +797,7 @@ $quota = $body['result']; } else { - throw new Exception($body['reason']); + throw new Exception($body['reason'] ?: "Failed to get quota. Status: $status"); } } catch (Exception $e) { @@ -1076,7 +1076,7 @@ $files[] = $attach_name; } else { - throw new Exception($body['reason']); + throw new Exception($body['reason'] ?: "Failed to post file_upload. Status: $status"); } } catch (Exception $e) { @@ -1165,7 +1165,7 @@ $file_params = $body['result']; } else { - throw new Exception($body['reason']); + throw new Exception($body['reason'] ?: "Failed to get file_info. Status: $status"); } } catch (Exception $e) { @@ -1321,7 +1321,7 @@ $this->file_data = $body['result']; } else { - throw new Exception($body['reason']); + throw new Exception($body['reason'] ?: "Failed to get file_info. Status: $status"); } } catch (Exception $e) { @@ -1375,7 +1375,7 @@ $mimetypes = $body['result']; } else { - throw new Exception($body['reason']); + throw new Exception($body['reason'] ?: "Failed to get mimetypes. Status: $status"); } } catch (Exception $e) { @@ -1407,7 +1407,7 @@ $sources = $body['result']; } else { - throw new Exception($body['reason']); + throw new Exception($body['reason'] ?: "Failed to get folder_types. Status: $status"); } } catch (Exception $e) {
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~dev20160219-0~kolab1 +Version: 1:3.3~dev20160222-0~kolab1 Maintainer: Christoph Wickert <wickert@kolabsys.com> Uploaders: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>, 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
.