Summary | Kolab_Storage removes unknown XML fields |
Queue | Horde Framework Packages |
Queue Version | Git develop |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | wrobel (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 07/23/2012 (4719 days ago) |
Due | |
Updated | 08/29/2012 (4682 days ago) |
Assigned | |
Resolved | 08/21/2012 (4690 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 9d4e2807d9956f494eaef4d809afc065612edcea
Author: Gunnar Wrobel <p@rdus.de>
Date: Sun Aug 19 18:52:46 2012 +0200
[gwr] Avoid overwriting unknown XML elements (
Bug #11309).../Kolab_Storage/doc/Horde/Kolab/Storage/TODO | 2 --
.../lib/Horde/Kolab/Storage/Data/Format/Mime.php | 16 ++++++++++++++--
.../lib/Horde/Kolab/Storage/Data/Modifiable.php | 5 +++++
.../Horde/Kolab/Storage/Data/Parser/Structure.php | 2 +-
framework/Kolab_Storage/package.xml | 4 ++--
5 files changed, 22 insertions(+), 7 deletions(-)
http://git.horde.org/horde-git/-/commit/9d4e2807d9956f494eaef4d809afc065612edcea
Assigned to Gunnar Wrobel
State ⇒ Resolved
commit 9d4e2807d9956f494eaef4d809afc065612edcea
Author: Gunnar Wrobel <p@rdus.de>
Date: Sun Aug 19 18:52:46 2012 +0200
[gwr] Avoid overwriting unknown XML elements (
Bug #11309).../Kolab_Storage/doc/Horde/Kolab/Storage/TODO | 2 --
.../lib/Horde/Kolab/Storage/Data/Format/Mime.php | 16 ++++++++++++++--
.../lib/Horde/Kolab/Storage/Data/Modifiable.php | 5 +++++
.../Horde/Kolab/Storage/Data/Parser/Structure.php | 2 +-
framework/Kolab_Storage/package.xml | 4 ++--
5 files changed, 22 insertions(+), 7 deletions(-)
http://git.horde.org/horde-git/-/commit/9d4e2807d9956f494eaef4d809afc065612edcea
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Kolab_Storage removes unknown XML fields
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
the new Kolab_Storage subsystem removes unknown XML fields on Kolab objects.
This violates the Kolab specification and will break other clients
which store additional data.
It's already an item in the Kolab_Storage "TODO" text file. Since it's
a severe regression compared to Horde 4, it's good to track it as an
official bug.
Cheers,
Thomas