Summary | Need to update History when moving an object between shares |
Queue | Horde Base |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | chuck (at) horde (dot) org |
Created | 12/28/2005 (7119 days ago) |
Due | |
Updated | 08/20/2008 (6153 days ago) |
Assigned | 05/31/2008 (6234 days ago) |
Resolved | 08/20/2008 (6153 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
http://cvs.horde.org/diff.php/kronolith/docs/CHANGES?r1=1.165.2.222&r2=1.165.2.223&ty=u
http://cvs.horde.org/diff.php/kronolith/lib/Driver/kolab.php?r1=1.16.2.27&r2=1.16.2.28&ty=u
http://cvs.horde.org/diff.php/kronolith/lib/Driver/sql.php?r1=1.136.2.40&r2=1.136.2.41&ty=u
http://cvs.horde.org/diff.php/mnemo/docs/CHANGES?r1=1.63.2.63&r2=1.63.2.64&ty=u
http://cvs.horde.org/diff.php/mnemo/lib/Driver/sql.php?r1=1.28.2.16&r2=1.28.2.17&ty=u
http://cvs.horde.org/diff.php/mnemo/memo.php?r1=1.42.2.10&r2=1.42.2.11&ty=u
http://cvs.horde.org/diff.php/nag/docs/CHANGES?r1=1.115.2.89&r2=1.115.2.90&ty=u
http://cvs.horde.org/diff.php/nag/lib/Driver.php?r1=1.57.2.22&r2=1.57.2.23&ty=u
Assigned to Jan Schneider
Taken from
Taken from Karsten Fourmont
State ⇒ Resolved
logged that correctly.
http://cvs.horde.org/diff.php/mnemo/docs/CHANGES?r1=1.140&r2=1.141&ty=u
http://cvs.horde.org/diff.php/mnemo/lib/Driver/sql.php?r1=1.47&r2=1.48&ty=u
http://cvs.horde.org/diff.php/mnemo/memo.php?r1=1.61&r2=1.62&ty=u
http://cvs.horde.org/diff.php/nag/docs/CHANGES?r1=1.233&r2=1.234&ty=u
http://cvs.horde.org/diff.php/nag/lib/Driver.php?r1=1.121&r2=1.122&ty=u
http://cvs.horde.org/diff.php/kronolith/docs/CHANGES?r1=1.463&r2=1.464&ty=u
http://cvs.horde.org/diff.php/kronolith/lib/Driver/kolab.php?r1=1.74&r2=1.75&ty=u
http://cvs.horde.org/diff.php/kronolith/lib/Driver/sql.php?r1=1.209&r2=1.210&ty=u
Assigned to
State ⇒ Assigned
#6785:"We need to add a pair of delete/add transactions to the history when
moving objects between shares."
State ⇒ Stalled
State ⇒ Feedback
Taken from
experience? Or does it still need to be done?
Assigned to Karsten Fourmont
Priority ⇒ 1. Low
State ⇒ Assigned
Assigned to
Queue ⇒ Horde Base
Summary ⇒ Need to update History when moving an object between shares
Type ⇒ Bug
When moving an object (task, event, etc.) to a new share, we need to:
1. Remove the old history for the object since the history object_uid
includes the share name for most apps.
2. Re-add with the new correct object_uid.
3. Update the "modify" timestamp, since moving to a new share may
cause the object to newly appear for some users. It might also cause
it to disappear for others, but I'm not sure yet how to deal with that.