[commits] Horde branch master updated. ca3497f50de23f8d8dbc87ddcad088f95886acb4

Jan Schneider jan at horde.org
Thu Nov 29 14:31:09 UTC 2012


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

from: d106c4dbc3fabe1d45a6ee44c0e9add9f39d82e9

b2d75b8 Fix undefined variable.
e2072d2 Tweak wording.
8831b16 Catch exceptions.
5577e57 Don't catch this exception, it's an admin error.
2ca8853 Create directories.
c5c3145 Fix ClamAV example.
0ea4da4 Don't show SyncML prefs if Horde_SyncMl is not installed (Bug #11757).
7ff3b39 Fix JavaScript errors after updating the top menu.
0844543 Complete Smb backend test.
0608a9d [jan] Implement vfsroot parameter in Samba backend.
18e9e74 [jan] Don't rely on PEAR to determine Windows OS in Samba backend.
82174c7 Trim output to more reliably get error message.
ca3497f [jan] Fix swapped getFormatHeight() and getFormatWidth() methods (Bug #11762).

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

commit b2d75b804d73267b75c471368c1741078b03a16c
Author: Jan Schneider <jan at horde.org>
Date:   Wed Nov 28 12:45:47 2012 +0100

    Fix undefined variable.

 nag/lib/Driver/Sql.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/b2d75b804d73267b75c471368c1741078b03a16c

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

commit e2072d2d200c90e5572ba30426567537dc785765
Author: Jan Schneider <jan at horde.org>
Date:   Thu Nov 29 11:03:17 2012 +0100

    Tweak wording.
    
    There is no Content_Index application; we already require Content for tag
    support anyway; we only require ElasticSearch support for Content for indexing.

 trean/config/conf.xml |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/e2072d2d200c90e5572ba30426567537dc785765

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

commit 8831b169f6d4a59efb355bc15c28e77dc2bfa6a8
Author: Jan Schneider <jan at horde.org>
Date:   Thu Nov 29 11:12:57 2012 +0100

    Catch exceptions.

 trean/lib/Queue/Task/Favicon.php |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/8831b169f6d4a59efb355bc15c28e77dc2bfa6a8

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

commit 5577e577a02e61236abfc0194615dfb3b987abef
Author: Jan Schneider <jan at horde.org>
Date:   Thu Nov 29 11:17:32 2012 +0100

    Don't catch this exception, it's an admin error.

 trean/lib/Queue/Task/Favicon.php |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/5577e577a02e61236abfc0194615dfb3b987abef

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

commit 2ca8853809e9153ecdfef6db9cd529404acd810b
Author: Jan Schneider <jan at horde.org>
Date:   Thu Nov 29 11:18:28 2012 +0100

    Create directories.

 trean/lib/Queue/Task/Favicon.php |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/2ca8853809e9153ecdfef6db9cd529404acd810b

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

commit c5c3145c898ad128c611b51b09de662a4654bef2
Author: Jan Schneider <jan at horde.org>
Date:   Thu Nov 29 12:14:46 2012 +0100

    Fix ClamAV example.

 imp/config/hooks.php.dist |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/c5c3145c898ad128c611b51b09de662a4654bef2

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

commit 0ea4da4d418dbbcf21143e3b2dbb0786901abcad
Author: Jan Schneider <jan at horde.org>
Date:   Thu Nov 29 15:10:11 2012 +0100

    Don't show SyncML prefs if Horde_SyncMl is not installed (Bug #11757).

 horde/config/prefs.php |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/0ea4da4d418dbbcf21143e3b2dbb0786901abcad

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

commit 7ff3b3924ad9a295a39c6d009ff3f8f22622aada
Author: Jan Schneider <jan at horde.org>
Date:   Thu Nov 29 15:12:47 2012 +0100

    Fix JavaScript errors after updating the top menu.

 horde/docs/CHANGES               |    1 +
 horde/lib/Tree/Renderer/Menu.php |    6 +++---
 horde/package.xml                |    4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/7ff3b3924ad9a295a39c6d009ff3f8f22622aada

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

commit 0844543655bf19a556d0892a1c51f9c135fb2ec6
Author: Jan Schneider <jan at horde.org>
Date:   Thu Nov 29 15:22:56 2012 +0100

    Complete Smb backend test.

 framework/Vfs/test/Horde/Vfs/SmbTest.php   |  191 ++++++++++++++++++++++++++--
 framework/Vfs/test/Horde/Vfs/conf.php.dist |    7 +
 2 files changed, 187 insertions(+), 11 deletions(-)

http://git.horde.org/horde-git/-/commit/0844543655bf19a556d0892a1c51f9c135fb2ec6

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

commit 0608a9d616369af413f9818d740c4e8e95cbd3cc
Author: Jan Schneider <jan at horde.org>
Date:   Thu Nov 29 15:26:51 2012 +0100

    [jan] Implement vfsroot parameter in Samba backend.

 framework/Vfs/lib/Horde/Vfs/Smb.php |  142 +++++++++++++++++++++++++---------
 framework/Vfs/package.xml           |    4 +-
 2 files changed, 106 insertions(+), 40 deletions(-)

http://git.horde.org/horde-git/-/commit/0608a9d616369af413f9818d740c4e8e95cbd3cc

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

commit 18e9e749960b22009ec475b5d709ac5ac1e4bc2d
Author: Jan Schneider <jan at horde.org>
Date:   Thu Nov 29 15:27:47 2012 +0100

    [jan] Don't rely on PEAR to determine Windows OS in Samba backend.

 framework/Vfs/lib/Horde/Vfs/Smb.php |    3 ++-
 framework/Vfs/package.xml           |    2 ++
 2 files changed, 4 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/18e9e749960b22009ec475b5d709ac5ac1e4bc2d

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

commit 82174c7984715a861ed147f4f8682c748233692b
Author: Jan Schneider <jan at horde.org>
Date:   Thu Nov 29 15:28:36 2012 +0100

    Trim output to more reliably get error message.

 framework/Vfs/lib/Horde/Vfs/Smb.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/82174c7984715a861ed147f4f8682c748233692b

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

commit ca3497f50de23f8d8dbc87ddcad088f95886acb4
Author: Jan Schneider <jan at horde.org>
Date:   Thu Nov 29 15:29:52 2012 +0100

    [jan] Fix swapped getFormatHeight() and getFormatWidth() methods (Bug #11762).

 framework/Pdf/lib/Horde/Pdf/Writer.php |    4 ++--
 framework/Pdf/package.xml              |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/ca3497f50de23f8d8dbc87ddcad088f95886acb4




More information about the commits mailing list