Summary | Cannot add attendee when attendee name (from turba) contains special chars (tildes, accents) |
Queue | Kronolith |
Queue Version | 3.0.14 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | mrubinsk (at) horde (dot) org |
Requester | roliverio.ve (at) gmail (dot) com |
Created | 01/20/2012 (4903 days ago) |
Due | |
Updated | 08/29/2012 (4681 days ago) |
Assigned | 01/27/2012 (4896 days ago) |
Resolved | 01/27/2012 (4896 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
commit 04573f73e13ebfd2463f9604267c42e1a27ccf3d
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Thu Jan 26 19:23:18 2012 -0500
Ensure we properly encdoe the email address before validation.
Bug: 10936framework/Core/lib/Horde/Core/Ajax/Application.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/04573f73e13ebfd2463f9604267c42e1a27ccf3d
commit 5a3464d7a76e8532256de97115c5aebee6fdb87b
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Thu Jan 26 19:23:18 2012 -0500
Ensure we properly encdoe the email address before validation.
Bug: 10936framework/Core/lib/Horde/Core/Ajax/Application.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/5a3464d7a76e8532256de97115c5aebee6fdb87b
commit 04573f73e13ebfd2463f9604267c42e1a27ccf3d
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Thu Jan 26 19:23:18 2012 -0500
Ensure we properly encdoe the email address before validation.
Bug: 10936framework/Core/lib/Horde/Core/Ajax/Application.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/04573f73e13ebfd2463f9604267c42e1a27ccf3d
commit 5a3464d7a76e8532256de97115c5aebee6fdb87b
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Thu Jan 26 19:23:18 2012 -0500
Ensure we properly encdoe the email address before validation.
Bug: 10936framework/Core/lib/Horde/Core/Ajax/Application.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/5a3464d7a76e8532256de97115c5aebee6fdb87b
Summary ⇒ Cannot add attendee when attendee name (from turba) contains special chars (tildes, accents)
Taken from
Assigned to Michael Rubinsky
commit 5a3464d7a76e8532256de97115c5aebee6fdb87b
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Thu Jan 26 19:23:18 2012 -0500
Ensure we properly encdoe the email address before validation.
Bug: 10936framework/Core/lib/Horde/Core/Ajax/Application.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/5a3464d7a76e8532256de97115c5aebee6fdb87b
Assigned to
Version ⇒ 3.0.14
correctly, thus checking it's calFBURL)
1) When i add attendees only by email (not auto-completing)
2) When setting order: Lastname, Firstname in turba->preferences->Name
Format, when set to this and ONLY this format, the name is double
quoted, thus escaping correctly the name string. Doesn't happen with
Firstname, Lastname.
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Cannot Add Atendee when Atendee Name (from turba) contains special chars (tildes, accents)
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ Yes
State ⇒ Unconfirmed
of users have their DisplayName (and givenName/sn) stored with accents
and special chars (like "ñ, ó, á, etc.." ).
So, when i try to add them to an event trought kronolith, it raises an
error saying : "Validation Failed for: xxxxxxx <xxxxx@domain.xxx>", if
i add an user from that directory whose DisplayName doesn't contain
special chars, the error is not raised and the calFBURL address from
LDAP is checked properly, even bringing up their availability correctly.
Validation doesn't fail also when instead of using the user name (if
it contains special chars) i add the atendee directly by email
address, but of course, autocomplete is there for a reason.
Is there any way to make kronolith ignore the formal name of the
atendee and just checks the mail address?