[Tickets #5085] Share renaming is handled incorrectly in the kolab share driver

bugs at bugs.horde.org bugs at bugs.horde.org
Thu Mar 8 07:42:52 UTC 2007


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=5085
-----------------------------------------------------------------------
 Ticket             | 5085
 Created By         | wrobel at pardus.de
 Summary            | Share renaming is handled incorrectly in the kolab share driver
 Queue              | Horde Framework Packages
 Version            | HEAD
 Type               | Bug
 State              | Unconfirmed
 Priority           | 1. Low
 Owners             | 
+New Attachment     | framework-Share-Share-kolab.php_share_renaming_20070308.patch
-----------------------------------------------------------------------


wrobel at pardus.de (2007-03-07 23:42) wrote:

Once a share gets renamed the kolab Share driver renames the underlying
IMAP folder. This requires that all caches get updated with the new name
which is currently missing from the driver.

The patch is not elegant. The original problem originates from the fact
that share renaming has a completely different meaning for the kolab
driver than the datatree driver. 

The datatree driver operates with a unique random id that is the ultimate
reference to the share. So renaming just means that the 'name' attribute
is modified. For the kolab driver the share name matches the IMAP folder
name and so renaming has a much larger impact.

I still don't know how to fix that properly within the boundaries of
backward compatibility but I am thinking about possible solutions :)



More information about the bugs mailing list