Projects
Kolab:16:TestingLinked
roundcubemail
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 79
View file
roundcubemail.spec
Changed
@@ -56,7 +56,7 @@ Name: roundcubemail Version: 1.4 -Release: 240%{?dot_rel_suffix}%{?dist} +Release: 242%{?dot_rel_suffix}%{?dist} Summary: Round Cube Webmail is a browser-based multilingual IMAP client @@ -79,6 +79,8 @@ Patch201: default-configuration.patch Patch202: roundcubemail-1.4-beta86-plugin-enigma-homedir.patch +Patch0001: roundcubemail-1.4.rc1.133-add-in_selection.patch + BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root%(%{__id_u} -n) @@ -1525,6 +1527,8 @@ %patch202 -p1 %endif +%patch0001 -p1 + # Remove the results of patching when there's an incidental offset find . -type f -name "*.orig" | while read file; do rm -rvf ${file} @@ -3438,6 +3442,9 @@ %defattr(-,root,root,-) %changelog +* Mon May 20 2019 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> - 1.4-242.rc1.133 +- Fix for context menu + * Wed May 15 2019 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> - 1.4-240.rc1.133 - Check in 133 revisions ahead of the upstream 1.4-rc1 release
View file
roundcubemail-1.4.rc1.133-add-in_selection.patch
Added
@@ -0,0 +1,37 @@ +commit d646a10217ad99bda44c2c5930e15c4d71481c78 +Author: Aleksander Machniak <alec@alec.pl> +Date: Mon May 20 11:33:14 2019 +0200 + + Add in_selection() to rcube_treelist_widget + + So code working on all lists doesn't have to check widget type + to work with selection. + +diff --git a/program/js/treelist.js b/program/js/treelist.js +index 04e36ae22..96610a14c 100644 +--- a/program/js/treelist.js ++++ b/program/js/treelist.js +@@ -96,6 +96,7 @@ function rcube_treelist_widget(node, p) + this.get_item = get_item; + this.get_node = get_node; + this.get_selection = get_selection; ++ this.in_selection = in_selection; + this.get_next = get_next; + this.get_prev = get_prev; + this.get_single_selection = get_selection; +@@ -295,6 +296,15 @@ function rcube_treelist_widget(node, p) + return selection; + } + ++ /** ++ * Check if given id is selected ++ * This is for consistency with rcube_list_widget ++ */ ++ function in_selection(id) ++ { ++ return selection == id; ++ } ++ + /** + * Return the DOM element of the list item with the given ID + */
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +roundcubemail (1.4-0~kolab242) unstable; urgency=low + + * Fix for context menu + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Mon, 20 May 2019 11:11:11 +0200 + roundcubemail (1.4-0~kolab241) unstable; urgency=low * Check in 133 revisions ahead of upstream 1.4-rc1 release
View file
debian.series
Changed
@@ -1,2 +1,3 @@ default-configuration.patch -p1 roundcubemail-1.4-beta86-plugin-enigma-homedir.patch -p1 +roundcubemail-1.4.rc1.133-add-in_selection.patch -p1
View file
roundcubemail.dsc
Changed
@@ -2,7 +2,7 @@ Source: roundcubemail Binary: roundcubemail Architecture: all -Version: 1:1.4-0~kolab241 +Version: 1:1.4-0~kolab242 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Homepage: http://www.roundcube.net/
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
.