Projects
Kolab:Winterfell
roundcubemail-plugins-kolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 12
View file
roundcubemail-plugins-kolab.spec
Changed
@@ -24,7 +24,7 @@ Name: roundcubemail-plugins-kolab Version: 3.3 -Release: 0.20160211.git%{?dist} +Release: 0.20160219.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~dev20160211-0~kolab1) unstable; urgency=low +roundcubemail-plugins-kolab (1:3.3~dev20160219-0~kolab1) unstable; urgency=low * fix package version: we need epoch 1
View file
roundcubemail-plugins-kolab-3.3.tar.gz/plugins/kolab_notes/skins/larry/templates/dialogview.html
Changed
@@ -50,7 +50,7 @@ // fixes issue when toolbar is not ready yet and content // area height is set to 0, wait and try again later... - if (h < 0) + if (h < 40) setTimeout(function() { layout_view(); }, 100); }
View file
roundcubemail-plugins-kolab-3.3.tar.gz/plugins/tasklist/tasklist.js
Changed
@@ -2793,6 +2793,9 @@ */ function match_filter(rec, cache, recursive) { + if (!rec) + return false; + // return cached result if (typeof cache[rec.id] != 'undefined' && recursive != 2) { return cache[rec.id]; @@ -2832,6 +2835,7 @@ if (recursive != 1) { cache[rec.id] = match; } + return match; }
View file
roundcubemail-plugins-kolab-3.3.tar.gz/plugins/tasklist/tasklist.php
Changed
@@ -1685,7 +1685,7 @@ 'class' => 'messagetasklink', 'rel' => $task['id'] . '@' . $task['list'], 'target' => '_blank', - ), Q($task['title'])) + ), rcube::Q($task['title'])) ); } if (count($links)) {
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~dev20160211-0~kolab1 +Version: 1:3.3~dev20160219-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
.