The branch "master" has been updated. The following is a summary of the commits.
from: 5669cb7934a823357814fb47b5421cd4a4834441 96381af Work around PHP versions with broken quoted printable implementation. 54ab31f [jan] Consistently return a stream from the getBodypart() methods. 2e5668e Use attachment name instead of Content-ID for attachments as per Kolab Format 2.0. e70fc47 Remove old attachments if updating objects. b300ae3 Catch missing attachments. Summary: http://github.com/horde/horde/compare/5669cb7934a823357814fb47b5421cd4a4834441...b300ae3f0fefe57110863e7c9f4de8b4a0fba868 ----------------------------------------------------------------------- commit 96381af84d612c0d0649c6cde864de25fe079d4d Author: Jan Schneider <[email protected]> Date: Mon Mar 24 14:20:56 2014 +0100 Work around PHP versions with broken quoted printable implementation. .../Storage/ComponentTest/Data/Object/Message/ModifiedTest.php | 31 +++- .../Kolab/Storage/ComponentTest/Data/Object/Message/NewTest.php | 31 +++- 2 files changed, 46 insertions(+), 16 deletions(-) http://github.com/horde/horde/commit/96381af84d612c0d0649c6cde864de25fe079d4d ----------------------------------------------------------------------- commit 54ab31f77d8190f80535015f177594a637e69be4 Author: Jan Schneider <[email protected]> Date: Mon Mar 24 20:59:05 2014 +0100 [jan] Consistently return a stream from the getBodypart() methods. framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Base.php | 2 +- .../Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Cclient.php | 4 +- .../lib/Horde/Kolab/Storage/Driver/Decorator/Base.php | 2 +- framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Imap.php | 2 +- framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Mock.php | 2 +- .../Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Mock/Data.php | 25 +++-- framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Pear.php | 8 +- framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Rcube.php | 2 +- framework/Kolab_Storage/package.xml | 2 + framework/Kolab_Storage/test/Horde/Kolab/Storage/Stub/Driver.php | 4 +- 10 files changed, 29 insertions(+), 24 deletions(-) http://github.com/horde/horde/commit/54ab31f77d8190f80535015f177594a637e69be4 ----------------------------------------------------------------------- commit 2e5668ec82262ebb2184ae7aedcade84214ac1a3 Author: Jan Schneider <[email protected]> Date: Mon Mar 24 21:28:21 2014 +0100 Use attachment name instead of Content-ID for attachments as per Kolab Format 2.0. framework/Kolab_Storage/lib/Horde/Kolab/Storage/Object.php | 8 ++++---- turba/lib/Driver/Kolab.php | 6 ++++-- 2 files changed, 8 insertions(+), 6 deletions(-) http://github.com/horde/horde/commit/2e5668ec82262ebb2184ae7aedcade84214ac1a3 ----------------------------------------------------------------------- commit e70fc47560e384ac513db1fe450e2759f767e06d Author: Jan Schneider <[email protected]> Date: Mon Mar 24 22:17:37 2014 +0100 Remove old attachments if updating objects. framework/Kolab_Storage/lib/Horde/Kolab/Storage/Object.php | 30 +++++++++++- 1 files changed, 28 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/e70fc47560e384ac513db1fe450e2759f767e06d ----------------------------------------------------------------------- commit b300ae3f0fefe57110863e7c9f4de8b4a0fba868 Author: Jan Schneider <[email protected]> Date: Mon Mar 24 22:17:56 2014 +0100 Catch missing attachments. turba/lib/Driver/Kolab.php | 18 ++++++++++-------- 1 files changed, 10 insertions(+), 8 deletions(-) http://github.com/horde/horde/commit/b300ae3f0fefe57110863e7c9f4de8b4a0fba868 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
