[Tickets #8484] Re: saving prefs to files preserves the dirty flag
bugs at horde.org
bugs at horde.org
Wed Sep 9 19:44:19 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/8484
------------------------------------------------------------------------------
Ticket | 8484
Updated By | Gunnar Wrobel <p at rdus.de>
Summary | saving prefs to files preserves the dirty flag
Queue | Horde Framework Packages
Version | FRAMEWORK_3
Type | Bug
State | Assigned
Priority | 2. Medium
Milestone |
Patch |
Owners | Thomas Jarosch, Gunnar Wrobel
------------------------------------------------------------------------------
Gunnar Wrobel <p at rdus.de> (2009-09-09 15:44) wrote:
Corresponding bug in the Kolab tracker:
https://issues.kolab.org/issue3555
Thanks for the report as well as the fix.
The suggested line will hotfix the behavior but the actual problem
lies deeper.
The Prefs/file.php driver completely dumps the preferences information into a
serialized array. That is not exactly what saving preferences is about and all
other drivers only save the preference values actually changed.
I should be able to fix that but this means I'll have to transparently convert
the old file format to the new format.
In the meantime it should be okay to use the hotfix as the format
conversion should not be affected by it.
More information about the bugs
mailing list