[commits] Horde branch master updated. 0da3bd74f3f6bf32f52c316b8dd9fb5f965210b0

Michael J. Rubinsky mrubinsk at horde.org
Thu Jan 19 20:42:19 UTC 2017


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

from: 1da88382146a097ff5c0a51db16ad9320658a8f6

45a4ef7 Add support for streams.
4847d41 Note that this requires PEAR's XML_SVG, though it's unmaintained.
1451acc Use a conf file.
0da3bd7 Update package.xml

Summary: http://github.com/horde/horde/compare/1da88382146a097ff5c0a51db16ad9320658a8f6...0da3bd74f3f6bf32f52c316b8dd9fb5f965210b0

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

commit 45a4ef70af2ffa518b5436a26da25a8420063e9b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 19 12:36:21 2017 -0500

    Add support for streams.
    
    In places we were storing raw image data as a string, we now
    store as a Horde_Stream_Temp and offer options of returning
    data to consumers as a stream too.

 framework/Image/lib/Horde/Image/Base.php    | 53 +++++++++++++++++++-----
 framework/Image/lib/Horde/Image/Gd.php      | 30 ++++++++++----
 framework/Image/lib/Horde/Image/Im.php      | 63 ++++++++++++++++++++---------
 framework/Image/lib/Horde/Image/Imagick.php | 36 ++++++++++++-----
 4 files changed, 136 insertions(+), 46 deletions(-)

http://github.com/horde/horde/commit/45a4ef70af2ffa518b5436a26da25a8420063e9b

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

commit 4847d417752c59c3ccce14f35f9fb94cd54f1de4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 19 15:27:05 2017 -0500

    Note that this requires PEAR's XML_SVG, though it's unmaintained.

 framework/Image/lib/Horde/Image/Svg.php | 2 ++
 1 file changed, 2 insertions(+)

http://github.com/horde/horde/commit/4847d417752c59c3ccce14f35f9fb94cd54f1de4

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

commit 1451acc138677a3a3cbbedc2d29c972a381217b1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 19 15:37:21 2017 -0500

    Use a conf file.
    
    For some reason the 'which convert' cmd is not working for me
    anymore locally and I'm done wasting time figuring out why. Better
    this way anyway, easier to use the runtest script locally now too
    without any path magic.

 framework/Image/test/im.php      | 8 ++------
 framework/Image/test/runtest.php | 3 ++-
 2 files changed, 4 insertions(+), 7 deletions(-)

http://github.com/horde/horde/commit/1451acc138677a3a3cbbedc2d29c972a381217b1

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

commit 0da3bd74f3f6bf32f52c316b8dd9fb5f965210b0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 19 15:39:19 2017 -0500

    Update package.xml

 framework/Image/package.xml        | 18 ++++++++++--------
 framework/Image/test/conf.php.dist |  7 +++++++
 2 files changed, 17 insertions(+), 8 deletions(-)
 create mode 100644 framework/Image/test/conf.php.dist

http://github.com/horde/horde/commit/0da3bd74f3f6bf32f52c316b8dd9fb5f965210b0




More information about the commits mailing list