[kdepimlibs] [Bug 317966] Invalid interpretation of 'X-KADDRESSBOOK-…' (case sensitive?)

2016-09-24 Thread Bernhard Scheirle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=317966

Bernhard Scheirle  changed:

   What|Removed |Added

 Status|NEEDSINFO   |CONFIRMED
Version|4.10|unspecified
 Resolution|WAITINGFORINFO  |---
   Platform|Ubuntu Packages |Neon Packages

--- Comment #17 from Bernhard Scheirle  ---
This is still present / reproducible in KAddressBook 5.3.0.

KDE Neon
KDE Frameworks 5.26.0 
Qt 5.7.0 (kompiliert gegen 5.7.0) 
Das xcb Fenstersystem

-- 
You are receiving this mail because:
You are the assignee for the bug.


[kdepimlibs] [Bug 317966] Invalid interpretation of 'X-KADDRESSBOOK-…' (case sensitive?)

2015-06-05 Thread Stéphane Pontier
https://bugs.kde.org/show_bug.cgi?id=317966

Stéphane Pontier shadow.wal...@free.fr changed:

   What|Removed |Added

 CC||shadow.wal...@free.fr

--- Comment #15 from Stéphane Pontier shadow.wal...@free.fr ---
Is this patch supposedly applied? I have the same problem of case sensitivity
on X-KADDRESSBOOK-X-PROFESSION with kmail/akonadi 2.14.7 and owncloud 8.0.3

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kdepimlibs] [Bug 317966] Invalid interpretation of 'X-KADDRESSBOOK-…' (case sensitive?)

2013-04-27 Thread m.wege
https://bugs.kde.org/show_bug.cgi?id=317966

--- Comment #14 from m.w...@web.de ---
So, i somehow tested this patch by modifying the compilation instruction you
gave me in the other bug and handediting the above patch into the files.
Everything went through fine. It appears to work, I could not find any problems
of information put into custom fields. Although the problem still remains that
only a part of the contacts shown in Owncloud are shown in Kaddressbook. I am
not sure if this is related. I will file another bug

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kdepimlibs] [Bug 317966] Invalid interpretation of 'X-KADDRESSBOOK-…' (case sensitive?)

2013-04-24 Thread m.wege
https://bugs.kde.org/show_bug.cgi?id=317966

--- Comment #13 from m.w...@web.de ---
Can someone give instructions how to compile it with this patch. Then I am
willing to test it :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kdepimlibs] [Bug 317966] Invalid interpretation of 'X-KADDRESSBOOK-…' (case sensitive?)

2013-04-22 Thread Grégory Oestreicher
https://bugs.kde.org/show_bug.cgi?id=317966

Grégory Oestreicher g...@kamago.net changed:

   What|Removed |Added

 CC||m.w...@web.de

--- Comment #10 from Grégory Oestreicher g...@kamago.net ---
*** Bug 317767 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kdepimlibs] [Bug 317966] Invalid interpretation of 'X-KADDRESSBOOK-…' (case sensitive?)

2013-04-22 Thread m.wege
https://bugs.kde.org/show_bug.cgi?id=317966

--- Comment #11 from m.w...@web.de ---
Would be cool, if this fix made it into KDE 4.10.3.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kdepimlibs] [Bug 317966] Invalid interpretation of 'X-KADDRESSBOOK-…' (case sensitive?)

2013-04-07 Thread Grégory Oestreicher
https://bugs.kde.org/show_bug.cgi?id=317966

Grégory Oestreicher g...@kamago.net changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||g...@kamago.net
  Component|DAV Resource|kabc
Product|Akonadi |kdepimlibs
 Ever confirmed|0   |1

--- Comment #8 from Grégory Oestreicher g...@kamago.net ---
(In reply to comment #7)
 (In reply to comment #6)
  (ownCloud does not uppercases the fields).
 Well, in my ownCloud mySQL Database the fields are all uppercase.

Ah, right, the bug fix came in the way :) Changing a bit the contact in
ownCloud and refreshing it did the trick.

I'm re-assigning to the right product.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kdepimlibs] [Bug 317966] Invalid interpretation of 'X-KADDRESSBOOK-…' (case sensitive?)

2013-04-07 Thread Bernhard
https://bugs.kde.org/show_bug.cgi?id=317966

--- Comment #9 from Bernhard b.d@gmx.de ---
I forgot two lines in the fix above:


@@ -224,6 +231,8 @@ QString StandardContactFormatter::toHtml( HtmlForm form )
const
 blacklistedKeys.insert( QLatin1String( CRYPTOSIGNPREF ) );
 blacklistedKeys.insert( QLatin1String( CRYPTOENCRYPTPREF ) );
 blacklistedKeys.insert( QLatin1String( MailPreferedFormatting ) );
+blacklistedKeys.insert( QLatin1String( MAILPREFEREDFORMATTING ) );
+blacklistedKeys.insert( QLatin1String( MAILALLOWTOREMOTECONTENT ) );
 blacklistedKeys.insert( QLatin1String( MailAllowToRemoteContent ) );
   }

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs