[commits] Horde branch master updated. db0776baa6eddc2b97fd57bb514268975fae8a82
Michael M Slusarz
slusarz at horde.org
Mon Feb 16 05:01:44 UTC 2015
The branch "master" has been updated.
The following is a summary of the commits.
from: f4d0c92eb9301b74b6e4257a7220aa0c6cc2a939
db0776b Allow Horde_Mime to be unserialized from the previous version
Summary: http://github.com/horde/horde/compare/f4d0c92eb9301b74b6e4257a7220aa0c6cc2a939...db0776baa6eddc2b97fd57bb514268975fae8a82
-----------------------------------------------------------------------
commit db0776baa6eddc2b97fd57bb514268975fae8a82
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Feb 15 21:57:25 2015 -0700
Allow Horde_Mime to be unserialized from the previous version
Certain things (i.e. Alarms) have hard coded Horde_Mime serialized
objects as the data storage. To work around these design decisions, it
is necessary to put into the effort to allow that data to be upgraded
instead of discarded
framework/Mime/lib/Horde/Mime/Part.php | 15 ++-
framework/Mime/lib/Horde/Mime/Part/Upgrade/V1.php | 118 ++++++++++++++
framework/Mime/package.xml | 12 ++-
framework/Mime/test/Horde/Mime/PartTest.php | 89 ++++++++++
framework/Mime/test/Horde/Mime/fixtures/mime_part_v1.txt | 1 +
5 files changed, 232 insertions(+), 3 deletions(-)
create mode 100644 framework/Mime/lib/Horde/Mime/Part/Upgrade/V1.php
create mode 100644 framework/Mime/test/Horde/Mime/fixtures/mime_part_v1.txt
http://github.com/horde/horde/commit/db0776baa6eddc2b97fd57bb514268975fae8a82
More information about the commits
mailing list