Bug 96753 - folder selection in the GroupDAV resource config needs to be a tree
Summary: folder selection in the GroupDAV resource config needs to be a tree
Status: CONFIRMED
Alias: None
Product: kresources
Classification: Miscellaneous
Component: groupdav (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-11 03:48 UTC by Helge Hess
Modified: 2008-09-28 12:45 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Helge Hess 2005-01-11 03:48:01 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

As discussed on KDE-PIM 2005/1 with Reinhold and Cornelius, 
currently the OGo/GroupDAV resource uses a plain list which contains the folders on the server.

This is insufficient because the folder hierarchy can be very deep and cannot be traversed in advanced. Eg in the case of the OGo GroupDAV implementation the hierarchy potentially containes hundreds of projects with each project containing thousands of files exposed via WebDAV.

So: the folder selection MUST be a tree to fit GroupDAV. The children of a folder node MUST be loaded on demand (if the user manually expands an item using the + in the folder tree).
Comment 1 Helge Hess 2005-05-25 21:48:38 UTC
I would like to press this matter. I've just tested the resource against my mini dev installation and the "update list" button takes forever because it scans the full WebDAV hierarchy, including the projects with the contained document trees.

As a result I was required to add some very dirty hack to ZideStore which stops document traversal if the user-agent is Konqueror. The dirty side effect is that you can't use Konqueror anymore for working on documents unless you run two ZideStores (one with the hack on, one with the hack off). So urks.

Please consider fixing that issue ASAP (for 3.4.1?).
Comment 2 Reinhold Kainhofer 2006-11-02 19:03:05 UTC
Reassigning all KOrganizer bug reports and wishes to the newly created 
korganizer-devel mailing list.
Comment 3 Arne Schmitz 2007-05-03 16:14:00 UTC
Is anything happening on the GroupDAV front? I am a very fond Opengroupware user, but the KDE integration is really lacking at the moment. I could not find any roadmap on the pim.kde.org site, so is there any news on getting GroupDAV in KDE in a workable state again? At least for KDE 4, if not for 3.x?