[commits] Horde branch ANSEL_4_0 updated. 79331abb6d4b370cdecfdd1f06ff1d024c979876

Michael J. Rubinsky mrubinsk at horde.org
Fri Jan 20 19:56:21 UTC 2017


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

from: 90c63f65a98b27da498fb32eb676d52ce1f5404e

7ac599b Replace $php_errormsg where possible fix where necessary.
c7e4c52 Fix throwing exceptions from remote calendars.
fc060b9 Allow dating back stories two years.
3dd08b6 Allow dating for new stories too.
6903c75 phpdoc
9df4669 Protect against errors getting keyImage when gallery has no images.
348c8e6 Always return a boolean
98977b1 Return "problem" image if no keyImage.
1da8838 Actually populate the tableList variable.
cb1d210 Store the gid.
1e7a95d Don't bother checking if we have download disabled.
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
80fe0f7 Fix DropShadow generation when providing a background image in Im/Imagick
b2e9a05 BFN
e44a359 Indention
39a2f72 Fix doc.
8425ef1 Add topbar example.
52620ff Trean doesn't have a topbar entry.
27cfdc4 [jan] Mark NULL result values in SQL shell.
126652d Allow to skip the random prefix.
bc57d5b Start working on a script to automate the complete Git split.
cbdc5b7 Fix broken GD rounded corners.
5197b4d Fix background generation for Im PhotoStack effect.
2b1fbf0 Fix test commands.
e6b01e3 Match method signature.
71638bd Coding style
5b0161c phpdoc/comments
3a61129 Don't use the deprecated clone method when possible.
79331ab Merge branch 'master' into ANSEL_4_0

Summary: http://github.com/horde/horde/compare/90c63f65a98b27da498fb32eb676d52ce1f5404e...79331abb6d4b370cdecfdd1f06ff1d024c979876

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

commit 7ac599bd719b781909ffa4ef9c4d3bed346fb18e
Author: Jan Schneider <jan at horde.org>
Date:   Mon Jan 16 12:57:08 2017 +0100

    Replace $php_errormsg where possible fix where necessary.

 framework/Db/lib/Horde/Db/Adapter/Mysql.php        |  5 +-
 framework/Http/lib/Horde/Http/Response/Fopen.php   |  6 +-
 framework/Http/lib/Horde/Http/Response/Mock.php    |  3 +-
 framework/Nls/lib/Horde/Nls.php                    |  1 +
 framework/Pack/lib/Horde/Pack/Driver/Msgpack.php   |  1 +
 .../lib/Horde/Pack/Driver/Msgpackserialize.php     |  1 +
 .../Support/test/Horde/Support/ObjectStubTest.php  |  1 +
 framework/Support/test/Horde/Support/StubTest.php  |  1 +
 framework/Timezone/lib/Horde/Timezone.php          |  1 +
 framework/Util/lib/Horde/String.php                |  2 +
 framework/Vcs/lib/Horde/Vcs/Directory/Rcs.php      |  3 +-
 framework/Vfs/lib/Horde/Vfs/File.php               | 98 +++++++---------------
 horde/lib/Test.php                                 |  1 +
 13 files changed, 45 insertions(+), 79 deletions(-)

http://github.com/horde/horde/commit/7ac599bd719b781909ffa4ef9c4d3bed346fb18e

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

commit c7e4c5287bedcdf3f9cb9d5d5c9ed3f7c999d76b
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jan 17 11:33:27 2017 +0100

    Fix throwing exceptions from remote calendars.
    
    If the server didn't respond with a 200 code, we used an incorrect exception, so it wasn't properly catched where necessary. We used an untranslated, not very helpful message too. Use a translatable error message an include the remote URL instead.

 kronolith/lib/Driver/Ical.php | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

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

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

commit fc060b99972eaaf4af817c42101b0aff0f9dda20
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jan 18 14:43:37 2017 +0100

    Allow dating back stories two years.

 jonah/lib/Form/Story.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

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

commit 3dd08b647e7679bc2bb94dc4318a55e28afa0d6b
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jan 18 15:18:50 2017 +0100

    Allow dating for new stories too.

 jonah/lib/Form/Story.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://github.com/horde/horde/commit/3dd08b647e7679bc2bb94dc4318a55e28afa0d6b

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

commit 6903c75d2b7938b5c312632ed1e1e1567db71e07
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 18 19:27:33 2017 -0500

    phpdoc

 ansel/lib/Gallery.php | 2 ++
 1 file changed, 2 insertions(+)

http://github.com/horde/horde/commit/6903c75d2b7938b5c312632ed1e1e1567db71e07

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

commit 9df466925c6dd0a9526c1c40761ed619ffd8b9ae
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 18 19:28:30 2017 -0500

    Protect against errors getting keyImage when gallery has no images.

 ansel/lib/Gallery.php | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

http://github.com/horde/horde/commit/9df466925c6dd0a9526c1c40761ed619ffd8b9ae

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

commit 348c8e6178c0a9d5160b0d185878f86dcbd78b58
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 18 19:28:54 2017 -0500

    Always return a boolean

 ansel/lib/Gallery.php | 2 ++
 1 file changed, 2 insertions(+)

http://github.com/horde/horde/commit/348c8e6178c0a9d5160b0d185878f86dcbd78b58

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

commit 98977b16a610df11398ba23192d8589c35b762df
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 18 19:29:22 2017 -0500

    Return "problem" image if no keyImage.

 ansel/lib/Gallery.php | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

http://github.com/horde/horde/commit/98977b16a610df11398ba23192d8589c35b762df

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

commit 1da88382146a097ff5c0a51db16ad9320658a8f6
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 19 09:22:15 2017 -0500

    Actually populate the tableList variable.

 jonah/migration/4_trean_upgrade_tagstocontent.php | 2 ++
 1 file changed, 2 insertions(+)

http://github.com/horde/horde/commit/1da88382146a097ff5c0a51db16ad9320658a8f6

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

commit cb1d210e3e89edcb0b7e824382c315a6f9a7f265
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 19 10:38:38 2017 -0500

    Store the gid.

 ansel/js/ansel.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

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

commit 1e7a95d6165bb2c18ca94a5ede3d6b6a360aee36
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Jan 19 10:38:59 2017 -0500

    Don't bother checking if we have download disabled.

 ansel/lib/Gallery.php | 4 ++++
 1 file changed, 4 insertions(+)

http://github.com/horde/horde/commit/1e7a95d6165bb2c18ca94a5ede3d6b6a360aee36

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

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

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

commit 80fe0f7b666fd5304c6e12160c31e284bc4e7c07
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jan 20 00:01:21 2017 -0500

    Fix DropShadow generation when providing a background image in Im/Imagick

 framework/Image/lib/Horde/Image/Effect/Im/DropShadow.php   |  2 +-
 .../Image/lib/Horde/Image/Effect/Imagick/DropShadow.php    | 14 ++++++++++++++
 2 files changed, 15 insertions(+), 1 deletion(-)

http://github.com/horde/horde/commit/80fe0f7b666fd5304c6e12160c31e284bc4e7c07

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

commit b2e9a05ca7ad9bf4f3f910cd753551e3ea1f7bab
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jan 20 00:04:37 2017 -0500

    BFN

 framework/Image/package.xml | 2 ++
 1 file changed, 2 insertions(+)

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

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

commit e44a35913a1030900b103470fdbaade2de57286e
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 19 14:26:50 2017 +0100

    Indention

 framework/Core/lib/Horde/Registry/Application.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

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

commit 39a2f72d239cad1e81e8ddbe3b058c404f280e9d
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 19 14:31:34 2017 +0100

    Fix doc.

 framework/Core/lib/Horde/Registry/Application.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://github.com/horde/horde/commit/39a2f72d239cad1e81e8ddbe3b058c404f280e9d

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

commit 8425ef1946269f1445f32558aa953e454ab10598
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 19 14:31:53 2017 +0100

    Add topbar example.

 skeleton/lib/Application.php | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

http://github.com/horde/horde/commit/8425ef1946269f1445f32558aa953e454ab10598

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

commit 52620ff01dbb58dc64fec754b3cb9e59bdcea34a
Author: Jan Schneider <jan at horde.org>
Date:   Thu Jan 19 14:49:07 2017 +0100

    Trean doesn't have a topbar entry.

 horde/config/registry.php | 6 ------
 1 file changed, 6 deletions(-)

http://github.com/horde/horde/commit/52620ff01dbb58dc64fec754b3cb9e59bdcea34a

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

commit 27cfdc47092a508841d4ecf331a820b89c11ef29
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jan 20 10:19:14 2017 +0100

    [jan] Mark NULL result values in SQL shell.

 horde/admin/sqlshell.php                | 8 ++++++--
 horde/docs/CHANGES                      | 1 +
 horde/package.xml                       | 2 ++
 horde/templates/admin/sqlshell.html.php | 8 +++++++-
 4 files changed, 16 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/27cfdc47092a508841d4ecf331a820b89c11ef29

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

commit 126652d2da528ef0fa0bea5c0ec392d51a5ce79f
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jan 20 18:23:49 2017 +0100

    Allow to skip the random prefix.

 framework/bin/horde-git-split | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/126652d2da528ef0fa0bea5c0ec392d51a5ce79f

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

commit bc57d5b08a2d22f2f32a712bf22f982491b0e90b
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jan 20 18:24:50 2017 +0100

    Start working on a script to automate the complete Git split.

 framework/bin/horde-git-split-all           | 45 +++++++++++++++++++++++++++++
 framework/bin/horde-git-split-all.conf.dist | 15 ++++++++++
 2 files changed, 60 insertions(+)
 create mode 100755 framework/bin/horde-git-split-all
 create mode 100644 framework/bin/horde-git-split-all.conf.dist

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

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

commit cbdc5b7ffe7c9ce6e35846142cdb0c986a713dcd
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jan 20 12:50:21 2017 -0500

    Fix broken GD rounded corners.

 framework/Image/lib/Horde/Image/Effect/Gd/RoundCorners.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

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

commit 5197b4d4ade1188447902c818042334f9ea11684
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jan 20 12:50:57 2017 -0500

    Fix background generation for Im PhotoStack effect.

 framework/Image/lib/Horde/Image/Effect/Im/PhotoStack.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/5197b4d4ade1188447902c818042334f9ea11684

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

commit 2b1fbf0ffa834a433f0db14aa481b97094158e31
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jan 20 12:54:05 2017 -0500

    Fix test commands.

 framework/Image/test/im.php | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/2b1fbf0ffa834a433f0db14aa481b97094158e31

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

commit e6b01e3b876e879f15877a2d509d81bd6d4468d3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jan 20 13:18:35 2017 -0500

    Match method signature.

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

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

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

commit 71638bd205ea808d3fa0cc6d3f64dabe3e027b76
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jan 20 13:18:51 2017 -0500

    Coding style

 framework/Image/test/im.php | 470 +++++++++++++++++++++++++++++---------------
 1 file changed, 312 insertions(+), 158 deletions(-)

http://github.com/horde/horde/commit/71638bd205ea808d3fa0cc6d3f64dabe3e027b76

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

commit 5b0161cacb7e1cbc1dadd69f802ec8608949810c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jan 20 14:49:33 2017 -0500

    phpdoc/comments

 framework/Image/lib/Horde/Image/Effect/Imagick/DropShadow.php | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

http://github.com/horde/horde/commit/5b0161cacb7e1cbc1dadd69f802ec8608949810c

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

commit 3a61129db1074bfe9c2768b4ba51c63f2f0a8477
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jan 20 14:50:12 2017 -0500

    Don't use the deprecated clone method when possible.

 .../lib/Horde/Image/Effect/Imagick/DropShadow.php  |  2 +-
 .../lib/Horde/Image/Effect/Imagick/PhotoStack.php  |  6 ++--
 .../lib/Horde/Image/Effect/Imagick/SmartCrop.php   | 10 +++----
 framework/Image/lib/Horde/Image/Imagick.php        | 32 ++++++++++++++++++++--
 4 files changed, 39 insertions(+), 11 deletions(-)

http://github.com/horde/horde/commit/3a61129db1074bfe9c2768b4ba51c63f2f0a8477

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

commit 79331abb6d4b370cdecfdd1f06ff1d024c979876
Merge: 1e7a95d 3a61129
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Fri Jan 20 14:55:58 2017 -0500

    Merge branch 'master' into ANSEL_4_0

 framework/Core/lib/Horde/Registry/Application.php  |   6 +-
 framework/Db/lib/Horde/Db/Adapter/Mysql.php        |   5 +-
 framework/Http/lib/Horde/Http/Response/Fopen.php   |   6 +-
 framework/Http/lib/Horde/Http/Response/Mock.php    |   3 +-
 framework/Image/lib/Horde/Image/Base.php           |  53 ++-
 .../lib/Horde/Image/Effect/Gd/RoundCorners.php     |   2 +-
 .../Image/lib/Horde/Image/Effect/Im/DropShadow.php |   2 +-
 .../Image/lib/Horde/Image/Effect/Im/PhotoStack.php |   6 +-
 .../lib/Horde/Image/Effect/Imagick/DropShadow.php  |  25 +-
 .../lib/Horde/Image/Effect/Imagick/PhotoStack.php  |   6 +-
 .../lib/Horde/Image/Effect/Imagick/SmartCrop.php   |  10 +-
 framework/Image/lib/Horde/Image/Gd.php             |  30 +-
 framework/Image/lib/Horde/Image/Im.php             |  63 ++-
 framework/Image/lib/Horde/Image/Imagick.php        |  68 ++-
 framework/Image/lib/Horde/Image/Svg.php            |  10 +-
 framework/Image/package.xml                        |  20 +-
 framework/Image/test/conf.php.dist                 |   7 +
 framework/Image/test/im.php                        | 478 ++++++++++++++-------
 framework/Image/test/runtest.php                   |   3 +-
 framework/Nls/lib/Horde/Nls.php                    |   1 +
 framework/Pack/lib/Horde/Pack/Driver/Msgpack.php   |   1 +
 .../lib/Horde/Pack/Driver/Msgpackserialize.php     |   1 +
 .../Support/test/Horde/Support/ObjectStubTest.php  |   1 +
 framework/Support/test/Horde/Support/StubTest.php  |   1 +
 framework/Timezone/lib/Horde/Timezone.php          |   1 +
 framework/Util/lib/Horde/String.php                |   2 +
 framework/Vcs/lib/Horde/Vcs/Directory/Rcs.php      |   3 +-
 framework/Vfs/lib/Horde/Vfs/File.php               |  98 ++---
 framework/bin/horde-git-split                      |  17 +-
 framework/bin/horde-git-split-all                  |  45 ++
 framework/bin/horde-git-split-all.conf.dist        |  15 +
 horde/admin/sqlshell.php                           |   8 +-
 horde/config/registry.php                          |   6 -
 horde/docs/CHANGES                                 |   1 +
 horde/lib/Test.php                                 |   1 +
 horde/package.xml                                  |   2 +
 horde/templates/admin/sqlshell.html.php            |   8 +-
 jonah/lib/Form/Story.php                           |   4 +-
 jonah/migration/4_trean_upgrade_tagstocontent.php  |   2 +
 kronolith/lib/Driver/Ical.php                      |   8 +-
 skeleton/lib/Application.php                       |  28 ++
 41 files changed, 715 insertions(+), 342 deletions(-)

http://github.com/horde/horde/commit/79331abb6d4b370cdecfdd1f06ff1d024c979876




More information about the commits mailing list