Summary | underscore removed in address book and task list name |
Queue | Horde Base |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | lukas.weiss (at) raiffeisen (dot) it |
Created | 09/08/2015 (3590 days ago) |
Due | |
Updated | 09/17/2015 (3581 days ago) |
Assigned | |
Resolved | 09/17/2015 (3581 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 5.2.8 |
Patch | No |
commit 6be096e997f9d953274dc89c0564bafba766d3c5
Author: Jan Schneider <jan@horde.org>
Date: Thu Sep 17 21:42:45 2015 +0200
[jan] Don't apply access keys to checkbox and radiobox rows in
the sidebar (
Bug #14103).horde/docs/CHANGES | 2 ++
horde/package.xml | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/6be096e997f9d953274dc89c0564bafba766d3c5
commit 25b60c84de5578455254865331d285a6cd764780
Author: Jan Schneider <jan@horde.org>
Date: Thu Sep 17 21:40:45 2015 +0200
Don't apply access keys to checkbox and radiobox rows in the
sidebar (
Bug #14103).horde/lib/View/Sidebar.php | 20 +++++++++++++-------
1 files changed, 13 insertions(+), 7 deletions(-)
http://github.com/horde/horde/commit/25b60c84de5578455254865331d285a6cd764780
Milestone ⇒ 5.2.8
Queue ⇒ Horde Base
commit 3c30959e08a1c9dd53b3dfa41cc2e9012cfb219a
Author: Jan Schneider <jan@horde.org>
Date: Thu Sep 17 21:40:45 2015 +0200
Don't apply access keys to checkbox and radiobox rows in the
sidebar (
Bug #14103).horde/lib/View/Sidebar.php | 20 +++++++++++++-------
1 files changed, 13 insertions(+), 7 deletions(-)
http://github.com/horde/horde/commit/3c30959e08a1c9dd53b3dfa41cc2e9012cfb219a
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ underscore removed in address book and task list name
Queue ⇒ Turba
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
the underscore is removed because of the access key parsing. the
default name of an address book is "Adressbuch von foo_bar@domain.com"
and here the underscore is removed from the e-mail address. i think
these names should not be parsed for access keys.