[commits] Horde branch master updated. 527e24a55c1890366bfec622a8a681ceff02eda8

Michael J. Rubinsky mrubinsk at horde.org
Thu Feb 2 17:15:24 UTC 2017


The branch "master" has been updated.
The following is a summary of the commits.

from: 3e442b6a0018dede155b77038c6ab12ca222cde5

a595e30 Fix fseek usage.
9198c3c Allow Horde_Vfs::writeData to accept a stream as input.
527e24a Changes/update package.xml

Summary: http://github.com/horde/horde/compare/3e442b6a0018dede155b77038c6ab12ca222cde5...527e24a55c1890366bfec622a8a681ceff02eda8

-----------------------------------------------------------------------

commit a595e30c429be941f1dd18079f630c86410dc987
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Feb 2 12:05:52 2017 -0500

    Fix fseek usage.

 framework/Image/lib/Horde/Image/Exif/Bundled.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://github.com/horde/horde/commit/a595e30c429be941f1dd18079f630c86410dc987

-----------------------------------------------------------------------

commit 9198c3c8fac5e8b4213a3e5853281ce2439a5c08
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Feb 2 12:11:17 2017 -0500

    Allow Horde_Vfs::writeData to accept a stream as input.
    
    For every driver except Mongo, the stream is maintained. Mongo
    must read it into a string since there is no way to stream the
    bytes to the backend.
    
    Related to Bug: 10775.

 framework/Vfs/lib/Horde/Vfs/Base.php    | 31 ++++++++++++++++++++++++++-----
 framework/Vfs/lib/Horde/Vfs/File.php    | 15 ++++++++++-----
 framework/Vfs/lib/Horde/Vfs/Ftp.php     | 12 ++++++++----
 framework/Vfs/lib/Horde/Vfs/Mongo.php   |  7 +++++++
 framework/Vfs/lib/Horde/Vfs/Musql.php   |  9 +++++----
 framework/Vfs/lib/Horde/Vfs/Smb.php     | 12 ++++++++----
 framework/Vfs/lib/Horde/Vfs/Sql.php     |  9 +++++----
 framework/Vfs/lib/Horde/Vfs/SqlFile.php |  3 +++
 framework/Vfs/lib/Horde/Vfs/Ssh2.php    | 12 ++++++++----
 framework/Vfs/package.xml               |  2 +-
 10 files changed, 81 insertions(+), 31 deletions(-)

http://github.com/horde/horde/commit/9198c3c8fac5e8b4213a3e5853281ce2439a5c08

-----------------------------------------------------------------------

commit 527e24a55c1890366bfec622a8a681ceff02eda8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Feb 2 12:14:14 2017 -0500

    Changes/update package.xml

 framework/Vfs/package.xml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/527e24a55c1890366bfec622a8a681ceff02eda8




More information about the commits mailing list