[commits] Horde branch master updated. a56be441a77b72ddc970cfcec6de6efb3511cc37
Michael M Slusarz
slusarz at horde.org
Sun Nov 3 22:18:11 UTC 2013
The branch "master" has been updated.
The following is a summary of the commits.
from: 2ebbf64ed05db706a5b4d66f95735d1180ab5ca4
5757693 Add autodetermination if packed variable contains PHP objects
12e6bdc Can't use expiring tokens for contents information
a23d40e Compress pack by default
6b4f6bb Sanity/output checking on unpacked data
a56be44 [mms] Workaround broken IMAP servers that don't support the required AUTH=PLAIN authentication method (Bug #12817).
Summary: http://github.com/horde/horde/compare/2ebbf64ed05db706a5b4d66f95735d1180ab5ca4...a56be441a77b72ddc970cfcec6de6efb3511cc37
-----------------------------------------------------------------------
commit 5757693bf438ea8ddc8beb3bceb2d9f2df220d08
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Oct 31 19:37:15 2013 -0600
Add autodetermination if packed variable contains PHP objects
framework/Pack/lib/Horde/Pack.php | 9 ++-
framework/Pack/lib/Horde/Pack/Autodetermine.php | 77 ++++++++++++++++++
framework/Pack/package.xml | 6 +-
framework/Pack/test/Horde/Pack/AutodetermineTest.php | 76 +++++++++++++++++
4 files changed, 166 insertions(+), 2 deletions(-)
create mode 100644 framework/Pack/lib/Horde/Pack/Autodetermine.php
create mode 100644 framework/Pack/test/Horde/Pack/AutodetermineTest.php
http://github.com/horde/horde/commit/5757693bf438ea8ddc8beb3bceb2d9f2df220d08
http://git.horde.org/horde-git/-/commit/5757693bf438ea8ddc8beb3bceb2d9f2df220d08
-----------------------------------------------------------------------
commit 12e6bdcf4b97f4a37d4fe21f81b8eb07ae6f9873
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Nov 1 00:24:51 2013 -0600
Can't use expiring tokens for contents information
imp/lib/Contents/View.php | 15 ++++-----------
1 files changed, 4 insertions(+), 11 deletions(-)
http://github.com/horde/horde/commit/12e6bdcf4b97f4a37d4fe21f81b8eb07ae6f9873
http://git.horde.org/horde-git/-/commit/12e6bdcf4b97f4a37d4fe21f81b8eb07ae6f9873
-----------------------------------------------------------------------
commit a23d40e75e984cf8beed4531b9ef0d90fa79694e
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Nov 1 01:01:27 2013 -0600
Compress pack by default
framework/Pack/lib/Horde/Pack.php | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/a23d40e75e984cf8beed4531b9ef0d90fa79694e
http://git.horde.org/horde-git/-/commit/a23d40e75e984cf8beed4531b9ef0d90fa79694e
-----------------------------------------------------------------------
commit 6b4f6bb6401a6c9cfa4b6078192cee90e6dcaafb
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sat Nov 2 02:05:33 2013 -0600
Sanity/output checking on unpacked data
framework/Pack/lib/Horde/Pack/Driver/Igbinary.php | 7 ++-
framework/Pack/lib/Horde/Pack/Driver/Json.php | 7 ++-
framework/Pack/lib/Horde/Pack/Driver/Msgpack.php | 10 +++-
framework/Pack/lib/Horde/Pack/Driver/Msgpackserialize.php | 10 +++-
framework/Pack/lib/Horde/Pack/Driver/Serialize.php | 7 ++-
framework/Pack/test/Horde/Pack/Driver/TestBase.php | 49 ++++++++++---
6 files changed, 75 insertions(+), 15 deletions(-)
http://github.com/horde/horde/commit/6b4f6bb6401a6c9cfa4b6078192cee90e6dcaafb
http://git.horde.org/horde-git/-/commit/6b4f6bb6401a6c9cfa4b6078192cee90e6dcaafb
-----------------------------------------------------------------------
commit a56be441a77b72ddc970cfcec6de6efb3511cc37
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Nov 3 14:54:49 2013 -0700
[mms] Workaround broken IMAP servers that don't support the required AUTH=PLAIN authentication method (Bug #12817).
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 20 +++++++++++----
framework/Imap_Client/package.xml | 4 +-
2 files changed, 16 insertions(+), 8 deletions(-)
http://github.com/horde/horde/commit/a56be441a77b72ddc970cfcec6de6efb3511cc37
http://git.horde.org/horde-git/-/commit/a56be441a77b72ddc970cfcec6de6efb3511cc37
More information about the commits
mailing list