[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2022-05-11 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=332358

Jonathan Marten  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/pim/
   ||akonadi-contacts/commit/4a0
   ||e5e5e4b3f96f9464fc133c85064
   ||db22b62d5e

--- Comment #34 from Jonathan Marten  ---
Git commit 4a0e5e5e4b3f96f9464fc133c85064db22b62d5e by Jonathan Marten, on
behalf of Max von Buelow.
Committed on 11/05/2022 at 17:53.
Pushed by marten into branch 'master'.

Store tags names rather than tag IDs in KContacts::Addressee.

Solves the issue that contact tags are represented as IDs in the vCard
CATEGORIES field, which leads to loss of tags when using address books across
multiple devices. This update uses tag names in favor of IDs and automatically
creates them when necessary.

"Old" tag IDs in the database are still interpreted for backward compatibility.

See https://invent.kde.org/pim/akonadi-contacts/-/merge_requests/17

Related PRs in other projects:
* https://invent.kde.org/pim/kaddressbook/-/merge_requests/17
* https://invent.kde.org/frameworks/kcontacts/-/merge_requests/33

M  +22   -2src/akonadi-contacts/plugins/categorieseditwidget.cpp
M  +4-0src/akonadi-contacts/plugins/categorieseditwidget.h

https://invent.kde.org/pim/akonadi-contacts/commit/4a0e5e5e4b3f96f9464fc133c85064db22b62d5e

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

[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2022-01-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=332358

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #33 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/pim/akonadi-contacts/-/merge_requests/17

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

[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2018-02-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=332358

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com

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

[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2018-01-30 Thread Störm Poorun
https://bugs.kde.org/show_bug.cgi?id=332358

Störm Poorun  changed:

   What|Removed |Added

 CC||s...@olan.org

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

[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2016-12-08 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=332358

--- Comment #32 from Jonathan Marten  ---
@Rettich: It's unlikely that the patches will work wih the KF5-based kdepim -
there has been a lot of moving code around and rewriting.  They will need to be
ported; when I get the time and summon up enough courage to use the new kdepim,
then I'll look at the fix again.

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

[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2016-12-08 Thread Rettich
https://bugs.kde.org/show_bug.cgi?id=332358

--- Comment #31 from Rettich  ---
Btw: Does importing categories work as well with your patch? What about new
tags not yet defined in Akonadi/Baloo?

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

[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2016-12-08 Thread Rettich
https://bugs.kde.org/show_bug.cgi?id=332358

Rettich  changed:

   What|Removed |Added

 CC||sebastian.rad...@gmx.de

--- Comment #30 from Rettich  ---
Hi,

is there any update on this? This seems to be still an issue for KF5.

The bad thing is, that Akonadi deletes categories from NextCloud/Owncloud when
the contact is locally modified. Thus, even if I manage categories only in
Owncloud (and devices that support them), modifying the contact from KDE means
I need to re-add categories in Owncloud.

@Jonathan: Will your patch also work with KF5?

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

[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2016-06-01 Thread Onno Molenkamp via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=332358

Onno Molenkamp  changed:

   What|Removed |Added

 CC||o...@flox.org

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2016-05-06 Thread Jonathan Marten via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=332358

--- Comment #29 from Jonathan Marten  ---
Created attachment 98808
  --> https://bugs.kde.org/attachment.cgi?id=98808=edit
Patch for kdepim

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2016-05-06 Thread Jonathan Marten via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=332358

--- Comment #28 from Jonathan Marten  ---
Created attachment 98807
  --> https://bugs.kde.org/attachment.cgi?id=98807=edit
Patch for kdepimlibs

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2016-05-06 Thread Jonathan Marten via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=332358

--- Comment #27 from Jonathan Marten  ---
(Continued from comment #26, accidentally submitted)

Obviously that decision was made on the grounds that it is better to export
nothing than something meaningless.

In order to export user visible categories it would be necessary to do a
mapping here from Akonadi tag URLs to category names.  Unfortunately KABC
cannot use Akonadi to do this as it would result in a circular dependency.  One
approach that I have therefore investigated is to generate a mapping between
Akonadi IDs and category names at the start of the export process, and pass
that all the way down to the actual vCard generation.  This means that the
vCard generation only needs to use the map and doesn't need to know about or
call any Akonadi stuff (although it does know about the format of an Akonadi
tag URL).  It's not pretty or elegant, but it works - at least for vCard export
which I have tried so far.  I'd expect that a similar approach could be taken
with vCard import, although there is the complication that new Akonadi tags may
have to be generated if they are not known already.

The patches following are against the KDE/4.14 branch.  I'm not submitting them
for review at this stage, because current PIM effort is concentrating on the
KF5 version, but they are just here for the record and in case anyone wants to
make use of them.

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2016-05-06 Thread Jonathan Marten via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=332358

--- Comment #26 from Jonathan Marten  ---
I've done some investigation with kdepim/kdepimlibs 4.14, although it appears
that the code is the same with the current KF5 version.

Currently there is no export or transfer of categories at all, at least with
all of those methods that use vCards.  There is this comment in
kdepimlibs./kabc/vcardtool.cpp:
// Laurent: 31 Jan 2015. Not necessary to export it. When Categories were
changed
as AkonadiTag
// nobody thought that it was break categorie support...
// => not necessary to export just tag...

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2015-11-13 Thread Paulo via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=332358

Paulo  changed:

   What|Removed |Added

 CC||paulac@gmail.com

--- Comment #25 from Paulo  ---
Hi there,

as I could not manage my google contacts with Kontact, I switched to OwnCloud.
Unfortunately, even if it is better than previously, there is still a problem
with categories/groups : they are not managed !
Moreover I was wondering if the global interface for contacts management will
evolve : I found out that the Evolution's one is better (more visual and easier
to edit contacts).

If I can help, I will be glad to!

Opensuse 13.2 / KDE 4

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2015-10-17 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=332358

aux...@gmail.com changed:

   What|Removed |Added

 CC||aux...@gmail.com

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2015-10-07 Thread Fuchs
https://bugs.kde.org/show_bug.cgi?id=332358

--- Comment #24 from Fuchs  ---
The new KF5 based contact seems to have gotten an overhaul with regards to
categories of contacts and calendars. 

However, syncing them still doesn't work. 

It would be great if whatever new system that is would respect groups that you
have defined in e.g. owncloud and correctly sync them, it has not been possible
to correctly use groups in KDE for 1.5 years by now ...

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2015-03-16 Thread Knut Hildebrandt
https://bugs.kde.org/show_bug.cgi?id=332358

Knut Hildebrandt knut.hildebra...@gmx.de changed:

   What|Removed |Added

 CC||knut.hildebra...@gmx.de

--- Comment #23 from Knut Hildebrandt knut.hildebra...@gmx.de ---
Still the same here. 

As soon as I change a contact in Kaddressbook all previously (before the
introduction of Baloo) added categories are deleted and akonadi:?tag=1 is
assigned.

I'm running KDE 4.14.5 and Akondi 1.13.0 on an up-to-date Chakra Linux.

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2015-02-12 Thread Wolfgang Weich
https://bugs.kde.org/show_bug.cgi?id=332358

Wolfgang Weich wolfg...@familie-weich.de changed:

   What|Removed |Added

 CC||wolfg...@familie-weich.de

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2015-01-11 Thread chrysn
https://bugs.kde.org/show_bug.cgi?id=332358

chr...@fsfe.org changed:

   What|Removed |Added

 CC||chr...@fsfe.org

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2015-01-06 Thread Achim Bohnet
https://bugs.kde.org/show_bug.cgi?id=332358

--- Comment #22 from Achim Bohnet a...@mpe.mpg.de ---
Hi Thomas, 
 Is there anybody out there who can help me breaking this cycle?

I would suggest to ping dvratil in #akonadi on freenode IRC.   I've talked with
him about this bug already and he has some ideas how to fix it but obviously
not the time.  I'm sure he can point you to the right direction.

Achim

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2015-01-05 Thread Thomas Serries
https://bugs.kde.org/show_bug.cgi?id=332358

--- Comment #20 from Thomas Serries tsfo...@web.de ---
I thought I could use my New Year holidays to have a look at the source to fix
this issue; at least for me. (I have to admit that I do not have much
experience in programming C++).

At first it seemed to be solvable by implementing new methods in
KABC::Addressee that return or take a list or cleartext categories. Conversion
of the cleartext categories to/from the tag urls seemed to be available by
Akonadi::TagFetchJob, Akonadi::TagCreateJob and Akonadi::Tag.

But then I have seen that Akonadi depends on KABC to be compiled.

So this way is not possible as Akonadi depends ok KABC and KABC would depend on
Akonadi.

Is there anybody out there who can help me breaking this cycle?

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2015-01-05 Thread Thomas Serries
https://bugs.kde.org/show_bug.cgi?id=332358

--- Comment #21 from Thomas Serries tsfo...@web.de ---
Some additions: The new methods on KABC:Addressee could be used by
KABC::VCardTool to export categories in cleartext to vcards or read cleartext
categories from vcards and convert them to URLs of the (internally used) tags.

If I would find a fix for this issue I'd be happy to post a patch -- if it will
not break anything and be good enough to be accepted ;-)

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2014-12-28 Thread Thomas Serries
https://bugs.kde.org/show_bug.cgi?id=332358

Thomas Serries tsfo...@web.de changed:

   What|Removed |Added

 CC||tsfo...@web.de

--- Comment #18 from Thomas Serries tsfo...@web.de ---
Is there anything I can do to get this fixed? I'd love to manage my contacts
for my mobile phone with KDE.

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2014-12-28 Thread Larx
https://bugs.kde.org/show_bug.cgi?id=332358

--- Comment #19 from Larx throwa...@online.de ---
Not too much activity here, as it seems. Doesn't help my general distrust in
Akonadi. Unfortunately, there are no real PIM alternatives out there for Linux.

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2014-11-19 Thread Larx
https://bugs.kde.org/show_bug.cgi?id=332358

--- Comment #17 from Larx throwa...@online.de ---
I don't want to insist, but... I'd like to be able to use KDE again for proper
managing my contacts

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2014-11-16 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=332358

Christoph Feck christ...@maxiom.de changed:

   What|Removed |Added

 CC||christ...@maxiom.de

-- 
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



[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2014-11-10 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=332358

Jonathan Marten j...@keelhaul.me.uk changed:

   What|Removed |Added

 CC||stefan.bruens@rwth-aachen.d
   ||e

--- Comment #16 from Jonathan Marten j...@keelhaul.me.uk ---
*** Bug 340830 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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2014-10-21 Thread mau
https://bugs.kde.org/show_bug.cgi?id=332358

--- Comment #9 from mau b-m...@gmx.ch ---
Akonadi is definitively actively maintained, think of e.g. imap or caldav which
reveived many bugfixes in the last couple of weeks. Also Kmail  Co. (thanks
Laurent).

But who should be working on this bug, Laurent as well? If yes, could you
please invest 5 minutes to look into this? As I wrote in comment 7, the
conversion is already in place, just not applied for the synchronization to the
outside world.

It would be very nice to get this fixed for Debian Jessie!

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2014-10-21 Thread Larx
https://bugs.kde.org/show_bug.cgi?id=332358

--- Comment #10 from Larx throwa...@online.de ---
Glad to hear that something is going on. CardDAV and CalDAV, as you mention it,
is also a pain with Akonadi, making it impossible to use it with ownCloud,
eGroupware and so on. I was just wondering as all those errors aren't exactly
new, but some showstoppers have been there for years, literally...

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2014-10-21 Thread mau
https://bugs.kde.org/show_bug.cgi?id=332358

--- Comment #11 from mau b-m...@gmx.ch ---
I'm using akonadi with ownCloud, exactly to synchronize calendars and addresses
across several devices; calendars are working fine since the lastest update.
Also synchronizing contacts is working to some extent - even changing photos
works after patching oc (just changing 2 lines in a php file). This bug is the
last one I'm currently facing!

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2014-10-21 Thread Fuchs
https://bugs.kde.org/show_bug.cgi?id=332358

--- Comment #12 from Fuchs deve...@fuchsnet.ch ---
Talking to the developers at Randa I was told that this was going to be looked
into. 

Apparently that still didn't happen, and yes, it's a shame that a bug that can
lead to data loss / data corruption manages to stay for over half a year, plus
that leaving baloo basically unusable in kaddressbook and korganizer ...

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2014-10-21 Thread Fabian
https://bugs.kde.org/show_bug.cgi?id=332358

--- Comment #13 from Fabian mays...@web.de ---
Nice to see that something is going on here.

I would like to discuss if it make sense at all to store this akonadi url as
internal reference. The only benefit I see is the possibility to rename
categories without loosing their associated elements. But this can also be
achieved with some kind of refactoring. On the downside developers of each
export and sync adapter have to care for the correct conversion. 
I think removing the akonadi url at all will be the faster and less error-prone
solution. But I have no insight in the architecture of akonadi...

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2014-10-21 Thread Larx
https://bugs.kde.org/show_bug.cgi?id=332358

--- Comment #14 from Larx throwa...@online.de ---
Bug still unconfirmed?!

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2014-10-21 Thread Marcel Meyer
https://bugs.kde.org/show_bug.cgi?id=332358

Marcel Meyer mey...@fs.tum.de changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #15 from Marcel Meyer mey...@fs.tum.de ---
*** This bug has been confirmed by popular vote. ***

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2014-10-20 Thread mau
https://bugs.kde.org/show_bug.cgi?id=332358

--- Comment #7 from mau b-m...@gmx.ch ---
I don't have a fix (yet), but:
Since Kontact shows the categories correctly, there is already the
corresponding conversion internal tag = tag name in place. It's just missing
where akonadi synchronizes to the outside world.

Where does the conversion take place and where the syncing? With this
information, a fix should be easy.

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2014-10-20 Thread Larx
https://bugs.kde.org/show_bug.cgi?id=332358

--- Comment #8 from Larx throwa...@online.de ---
Honest question: Is Akonadi still actively maintained? For me the history of
trying to use Akonadi is a history of always the same showstopper bugs,
seemingly never to be closed...

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2014-10-17 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=332358

Jonathan Marten j...@keelhaul.me.uk changed:

   What|Removed |Added

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

--- Comment #6 from Jonathan Marten j...@keelhaul.me.uk ---
*** Bug 340048 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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2014-10-13 Thread mau
https://bugs.kde.org/show_bug.cgi?id=332358

mau b-m...@gmx.ch changed:

   What|Removed |Added

 CC||b-m...@gmx.ch

--- Comment #3 from mau b-m...@gmx.ch ---
The same is true for me, unfortunately, using / trying to use kontact with
owncloud to synchronize addresses and calendars.

It seems that there is nobody feeling responsible for the overall quality of
the PIM Suite, with problems all over and some of them repeating much too
often.

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2014-10-13 Thread Larx
https://bugs.kde.org/show_bug.cgi?id=332358

--- Comment #4 from Larx throwa...@online.de ---
Unforunately I have to agree. Since the introduction of Akonadi all KDE PIM
stuff has been extremely unreliable for me, and most of the bigger and smaller
problems don't seem to get any attention over the years :( . But that's another
subject.

I'm just wondering why, in this case, a standardized vcard field is abused by
Akonadi, breaking compatibility with all other PIM software/groupware/whatever
out there, and nobody seems to be interested at all.

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2014-10-13 Thread Fabian
https://bugs.kde.org/show_bug.cgi?id=332358

--- Comment #5 from Fabian mays...@web.de ---
I agree that this behavior of akonadi/baloo makes no sense at all for me. Even
if you just use akonadi based software (which is very unlikely...) the
numerical IDs can't be assumed to be equal on different machines as long they
do not share the same database. And if the databases are already synchronized
or shared there is no need to use something like caldav for synchronization. 
From my point of view akonadi should always use names for categories and other
fields when communicating to the outside world.
So please, if there's somebody out there who is familiar with the, probably
huge, codebase of akonadi, baloo, korganizer... please join this discussion!
This bug is ripe enough ;)

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2014-09-21 Thread Marcel Meyer
https://bugs.kde.org/show_bug.cgi?id=332358

Marcel Meyer mey...@fs.tum.de changed:

   What|Removed |Added

 CC||mey...@fs.tum.de

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2014-09-21 Thread Larx
https://bugs.kde.org/show_bug.cgi?id=332358

Larx throwa...@online.de changed:

   What|Removed |Added

 CC||throwa...@online.de

--- Comment #2 from Larx throwa...@online.de ---
Is there still any activity on this (and the related) bugs? Kaddressbook
categories (and everything depending on it, e.g. group features other software,
have not been working for months, making Akonadi unusable for serious address
management!

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2014-08-25 Thread Fabian
https://bugs.kde.org/show_bug.cgi?id=332358

Fabian mays...@web.de changed:

   What|Removed |Added

 CC||mays...@web.de

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2014-07-01 Thread Bernhard Scheirle
https://bugs.kde.org/show_bug.cgi?id=332358

Bernhard Scheirle bernhard+...@scheirle.de changed:

   What|Removed |Added

 CC||bernhard+...@scheirle.de

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2014-05-07 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=332358

--- Comment #1 from Jonathan Marten j...@keelhaul.me.uk ---
Same root cause as bug 331896

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2014-05-06 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=332358

Jonathan Marten j...@keelhaul.me.uk changed:

   What|Removed |Added

 CC||j...@keelhaul.me.uk

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2014-05-06 Thread Sebastian Vöcking
https://bugs.kde.org/show_bug.cgi?id=332358

Sebastian Vöcking k...@voecking.net changed:

   What|Removed |Added

 CC||k...@voecking.net

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2014-05-05 Thread Stéphane Pontier
https://bugs.kde.org/show_bug.cgi?id=332358

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

   What|Removed |Added

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

-- 
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


[kaddressbook] [Bug 332358] Regression: Baloo for tags messes up categories/groups when syncing with external collections (e.g. owncloud)

2014-04-08 Thread Achim Bohnet
https://bugs.kde.org/show_bug.cgi?id=332358

Achim Bohnet a...@mpe.mpg.de changed:

   What|Removed |Added

 CC||a...@mpe.mpg.de

-- 
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