[commits] Horde branch master updated. a0b83f0433b5ca644b5c7fff0c4609058c80fe5c
Jan Schneider
jan at horde.org
Wed Nov 19 10:11:27 UTC 2014
The branch "master" has been updated.
The following is a summary of the commits.
from: d83da089ad713fca4a7222480a407c5cd21b3719
13bdbbf [jan] Throw InvalidArgumentException if passing incorrect arguments to constructors.
a0b83f0 Don't use Horde_Stream_Existing.
Summary: http://github.com/horde/horde/compare/d83da089ad713fca4a7222480a407c5cd21b3719...a0b83f0433b5ca644b5c7fff0c4609058c80fe5c
-----------------------------------------------------------------------
commit 13bdbbf758f4448ade6fb0aa93b44cc2f4ae4994
Author: Jan Schneider <jan at horde.org>
Date: Wed Nov 19 10:37:13 2014 +0100
[jan] Throw InvalidArgumentException if passing incorrect arguments to constructors.
framework/Stream/lib/Horde/Stream/Existing.php | 4 ++--
framework/Stream/lib/Horde/Stream/String.php | 4 ++--
framework/Stream/package.xml | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
http://github.com/horde/horde/commit/13bdbbf758f4448ade6fb0aa93b44cc2f4ae4994
-----------------------------------------------------------------------
commit a0b83f0433b5ca644b5c7fff0c4609058c80fe5c
Author: Jan Schneider <jan at horde.org>
Date: Wed Nov 19 11:07:50 2014 +0100
Don't use Horde_Stream_Existing.
The stream passed here is STDIN which cannot be rewinded.
Since we cast to string further down anyway, read the whole stream right from
sthe start.
In Horde 6 the whole API should be converted to use streams.
framework/Dav/lib/Horde/Dav/Collection.php | 11 ++++++++---
framework/Dav/lib/Horde/Dav/File.php | 1 +
framework/Dav/package.xml | 4 ++--
3 files changed, 11 insertions(+), 5 deletions(-)
http://github.com/horde/horde/commit/a0b83f0433b5ca644b5c7fff0c4609058c80fe5c
More information about the commits
mailing list