Summary | Kolab backend: Modification time not synced in |
Queue | Mnemo |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 10/29/2012 (4642 days ago) |
Due | |
Updated | 11/26/2012 (4614 days ago) |
Assigned | |
Resolved | 11/26/2012 (4614 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
yet, but it uses the Kolab objects' dates in the UI.
commit 55690f5533ab3d5401c32fd8c5af442ac2428003
Author: Jan Schneider <jan@horde.org>
Date: Mon Nov 26 15:34:59 2012 +0100
[jan] Use modification and creation dates from backend if
available (
Request #11591).kronolith/lib/Event.php | 65
+++++++++++++++++++++++++++++++
kronolith/lib/Event/Kolab.php | 7 +++
kronolith/lib/View/Event.php | 32 +---------------
kronolith/templates/view/view.inc | 8 ++--
mnemo/docs/CHANGES | 2 +
mnemo/lib/Driver/Kolab.php | 11 +++++-
mnemo/lib/Driver/Sql.php | 47 +++++++++++++++++++---
mnemo/list.php | 13 +++---
mnemo/package.xml | 2 +
mnemo/templates/list/memo_summaries.inc | 4 +-
mnemo/templates/view/memo.inc | 22 ++++++++---
mnemo/view.php | 29 --------------
nag/lib/Driver/Kolab.php | 6 +++
nag/lib/Driver/Sql.php | 31 ++++++++++++++-
nag/lib/Task.php | 28 +++++++++++++
nag/templates/view/task.inc | 34 ++++++++++------
nag/view.php | 39 ------------------
17 files changed, 242 insertions(+), 138 deletions(-)
http://git.horde.org/horde-git/-/commit/55690f5533ab3d5401c32fd8c5af442ac2428003
solely tracked via the Horde_History library, which obviously isn't
used by other clients. There is no infrastructure to receive history
information from a different source, let alone from individual
objects.
Kolab backend, if possible.
It's better to hide it (like in H4) than to show broken dates.
State ⇒ Not A Bug
tracked via the Horde_History library, which obviously isn't used by
other clients. There is no infrastructure to receive history
information from a different source, let alone from individual objects.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Kolab backend: Modification time not synced in
Queue ⇒ Mnemo
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
when I create a note with a foreign Kolab client, the synced in
"modification time" is 01.01.1970.
Similar bug as in
#11531.This behavior can be simulated by:
- Create a second notepad
- Create a note with H5 in the first notepad
- Go to IMP and move the IMAP message from the first notepad to the new one
- Change back to mnemo and sync in
-> "Modification date" is reset to 01.01.1970
Cheers,
Thomas