[commits] Horde branch master updated. ad9de973d228616c2f6b79d1ce827284f1e87a2d

Jan Schneider jan at horde.org
Fri Jun 20 13:15:39 UTC 2014


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

from: 77cb47b306a2521760b8ac85ce9e55c6f2ba0a62

8f83d19 [jan] Catch exceptions from NoSQL backends when building indices.
edb3056 Throw exception if AS is disabled.
bf0a88d Correctly receive and catch NoSQL backends here too.
395502d Actually return object hash and UIDs (Bug #13269).
a53b3aa Fix export of tags
7b709f6 Fix delete of memos
ad9de97 Fix crash after successful import

Summary: http://github.com/horde/horde/compare/77cb47b306a2521760b8ac85ce9e55c6f2ba0a62...ad9de973d228616c2f6b79d1ce827284f1e87a2d

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

commit 8f83d19ce67e5ef2ae32059d45480630469a11e5
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jun 20 13:18:29 2014 +0200

    [jan] Catch exceptions from NoSQL backends when building indices.

 framework/Core/lib/Horde/Core/Nosql.php |   42 ++++++++++++++++++++++--------
 framework/Core/package.xml              |    4 +-
 2 files changed, 33 insertions(+), 13 deletions(-)

http://github.com/horde/horde/commit/8f83d19ce67e5ef2ae32059d45480630469a11e5

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

commit edb3056181b094f58ea1a96a47ae8a41f634da67
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jun 20 13:18:50 2014 +0200

    Throw exception if AS is disabled.

 framework/Core/lib/Horde/Core/Factory/ActiveSyncState.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

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

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

commit bf0a88d53f1240bf21cfde8887bb0555d1475c13
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jun 20 13:48:49 2014 +0200

    Correctly receive and catch NoSQL backends here too.

 imp/lib/Application.php |   25 ++++++++++++++++++++-----
 1 files changed, 20 insertions(+), 5 deletions(-)

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

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

commit 395502df660d3ce48d6de5742ddcea0f8bb70f84
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jun 20 14:51:09 2014 +0200

    Actually return object hash and UIDs (Bug #13269).

 mnemo/lib/Driver/Kolab.php |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

http://github.com/horde/horde/commit/395502df660d3ce48d6de5742ddcea0f8bb70f84

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

commit a53b3aa4232487ce7f082defe80d7a845684325a
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date:   Thu Jun 19 16:30:32 2014 +0200

    Fix export of tags
    
    Bug: 13270
    Signed-off-by: Jan Schneider <jan at horde.org>

 mnemo/lib/Application.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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

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

commit 7b709f6d118fd7cbf0f40f5fbb83bb4d020ef63a
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date:   Thu Jun 19 16:49:12 2014 +0200

    Fix delete of memos
    
    Simple typo in the code...
    
    Bug: 13271
    Signed-off-by: Jan Schneider <jan at horde.org>

 mnemo/memo.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit ad9de973d228616c2f6b79d1ce827284f1e87a2d
Author: Thomas Jarosch <thomas.jarosch at intra2net.com>
Date:   Thu Jun 19 17:05:01 2014 +0200

    Fix crash after successful import
    
    Don't overwrite completely different
    $storage object with the backend driver.
    
    Detected by using the Kolab driver:
    It throws an exception if you call $driver->get('target').
    
    Code structure cloned from nag.
    
    Bug: 13272
    Signed-off-by: Jan Schneider <jan at horde.org>

 mnemo/data.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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




More information about the commits mailing list