[commits] Horde branch master updated. 3d9b980a85453ab10074a3e7cafecb0efb0fc13e
Michael J. Rubinsky
mrubinsk at horde.org
Sun Sep 29 22:47:59 UTC 2013
The branch "master" has been updated.
The following is a summary of the commits.
from: 693c4300c388079882f9458bf63f239d511f4f29
6a52f89 Explicitly state this is for STREAM_FILTER_READ
b6e188a This shouldn't be necessary.
8648825 Use fwrite instead of stream_copy_to_stream
b54c58a No need to dereference the stream, Horde_Stream can handle it.
1439687 Still need to return a resource.
663699a Use Horde_Stream methods.
86ac160 Add Horde_Stream::read
f431345 Fix calling Horde_Stream::add with Horde_Stream that is larger than 65536 bytes.
56a3eb6 CHANGES
6512729 Allow option to move pointer to start of stream before reading.
05f0c89 Horde_Stream#getString() does not work the way I thought.
45f3cfb Use Horde_Stream
3d9b980 Typos.
Summary: http://github.com/horde/horde/compare/693c4300c388079882f9458bf63f239d511f4f29...3d9b980a85453ab10074a3e7cafecb0efb0fc13e
-----------------------------------------------------------------------
commit 6a52f89d78a5b73683f1594b5edca00643a83f5a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Sep 29 17:35:00 2013 -0400
Explicitly state this is for STREAM_FILTER_READ
.../lib/Horde/ActiveSync/Message/AirSyncBaseFileAttachment.php | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/6a52f89d78a5b73683f1594b5edca00643a83f5a
http://git.horde.org/horde-git/-/commit/6a52f89d78a5b73683f1594b5edca00643a83f5a
-----------------------------------------------------------------------
commit b6e188a7d66279bfca10967d6f505488c4e82172
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Sep 29 17:36:58 2013 -0400
This shouldn't be necessary.
framework/ActiveSync/lib/Horde/ActiveSync/Request/Base.php | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/b6e188a7d66279bfca10967d6f505488c4e82172
http://git.horde.org/horde-git/-/commit/b6e188a7d66279bfca10967d6f505488c4e82172
-----------------------------------------------------------------------
commit 8648825bb0466b193a5f72b3658a6fb3b329d19f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Sep 29 17:39:42 2013 -0400
Use fwrite instead of stream_copy_to_stream
.../ActiveSync/lib/Horde/ActiveSync/Request/GetAttachment.php | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/8648825bb0466b193a5f72b3658a6fb3b329d19f
http://git.horde.org/horde-git/-/commit/8648825bb0466b193a5f72b3658a6fb3b329d19f
-----------------------------------------------------------------------
commit b54c58a4959e9a8379046ffa7224cb7b3d4dd117
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Sep 29 17:43:59 2013 -0400
No need to dereference the stream, Horde_Stream can handle it.
framework/ActiveSync/lib/Horde/ActiveSync/Rfc822.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/b54c58a4959e9a8379046ffa7224cb7b3d4dd117
http://git.horde.org/horde-git/-/commit/b54c58a4959e9a8379046ffa7224cb7b3d4dd117
-----------------------------------------------------------------------
commit 143968789c5fa7ac62f23fe8c2c5779d85aa1da9
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Sep 29 17:44:24 2013 -0400
Still need to return a resource.
framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/143968789c5fa7ac62f23fe8c2c5779d85aa1da9
http://git.horde.org/horde-git/-/commit/143968789c5fa7ac62f23fe8c2c5779d85aa1da9
-----------------------------------------------------------------------
commit 663699a2c6a9d29323116b6f48203c0855810f79
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Sep 29 17:55:29 2013 -0400
Use Horde_Stream methods.
framework/ActiveSync/lib/Horde/ActiveSync/Rfc822.php | 15 +++++++--------
1 files changed, 7 insertions(+), 8 deletions(-)
http://github.com/horde/horde/commit/663699a2c6a9d29323116b6f48203c0855810f79
http://git.horde.org/horde-git/-/commit/663699a2c6a9d29323116b6f48203c0855810f79
-----------------------------------------------------------------------
commit 86ac160f9919a26b7483309594723497587cafb3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Sep 29 18:15:23 2013 -0400
Add Horde_Stream::read
framework/Stream/lib/Horde/Stream.php | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/86ac160f9919a26b7483309594723497587cafb3
http://git.horde.org/horde-git/-/commit/86ac160f9919a26b7483309594723497587cafb3
-----------------------------------------------------------------------
commit f431345e62e2488861d563a8e98c733cca677add
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Sep 29 18:18:15 2013 -0400
Fix calling Horde_Stream::add with Horde_Stream that is larger than 65536 bytes.
framework/Stream/lib/Horde/Stream.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/f431345e62e2488861d563a8e98c733cca677add
http://git.horde.org/horde-git/-/commit/f431345e62e2488861d563a8e98c733cca677add
-----------------------------------------------------------------------
commit 56a3eb6f20d2c9a3ea81bd8abf7bb7650e719bea
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Sep 29 18:21:22 2013 -0400
CHANGES
framework/Stream/package.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/56a3eb6f20d2c9a3ea81bd8abf7bb7650e719bea
http://git.horde.org/horde-git/-/commit/56a3eb6f20d2c9a3ea81bd8abf7bb7650e719bea
-----------------------------------------------------------------------
commit 65127299e9ee1a6bacce949be6862f39a62121de
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Sep 29 18:26:10 2013 -0400
Allow option to move pointer to start of stream before reading.
framework/Stream/lib/Horde/Stream.php | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/65127299e9ee1a6bacce949be6862f39a62121de
http://git.horde.org/horde-git/-/commit/65127299e9ee1a6bacce949be6862f39a62121de
-----------------------------------------------------------------------
commit 05f0c89a2005ebb3fc3fec166aaf2dd3a9d1eed3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Sep 29 18:43:50 2013 -0400
Horde_Stream#getString() does not work the way I thought.
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 2 +-
framework/ActiveSync/lib/Horde/ActiveSync/Rfc822.php | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/05f0c89a2005ebb3fc3fec166aaf2dd3a9d1eed3
http://git.horde.org/horde-git/-/commit/05f0c89a2005ebb3fc3fec166aaf2dd3a9d1eed3
-----------------------------------------------------------------------
commit 45f3cfbe5ed491f3bfc475406b482b211f5289a0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Sep 29 18:45:09 2013 -0400
Use Horde_Stream
framework/ActiveSync/lib/Horde/ActiveSync/Wbxml.php | 2 +-
framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php | 8 +-
framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php | 33 ++++-------
framework/ActiveSync/package.xml | 11 +++-
4 files changed, 26 insertions(+), 28 deletions(-)
http://github.com/horde/horde/commit/45f3cfbe5ed491f3bfc475406b482b211f5289a0
http://git.horde.org/horde-git/-/commit/45f3cfbe5ed491f3bfc475406b482b211f5289a0
-----------------------------------------------------------------------
commit 3d9b980a85453ab10074a3e7cafecb0efb0fc13e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Sep 29 18:47:38 2013 -0400
Typos.
framework/ActiveSync/lib/Horde/ActiveSync/Rfc822.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/3d9b980a85453ab10074a3e7cafecb0efb0fc13e
http://git.horde.org/horde-git/-/commit/3d9b980a85453ab10074a3e7cafecb0efb0fc13e
More information about the commits
mailing list