[commits] Horde branch FRAMEWORK_5_2 updated. a045a74024d13c715072d555cc44defb9cf1ea9a

Jan Schneider jan at horde.org
Fri Jun 20 13:22:11 UTC 2014


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

from: bf166f6b4fc50cce7d906824745c18fedd9e92e3

cce6db7 Correctly receive and catch NoSQL backends here too.
0818eb9 Actually return object hash and UIDs (Bug #13269).
1e937e6 [jan] Fix adding and editing notes with Kolab backend (Bug #13269).
a300fe4 Fix export of tags
b4bab6a [jan] Fix exporting tags to CSV (Thomas Jarosch <thomas.jarosch at intra2net.com>, Bug #13269).
fc0584f Fix delete of memos
672591f [jan] Fix link on edit form to delete notes (Thomas Jarosch <thomas.jarosch at intra2net.com>, Bug #13271).
9b76417 Fix crash after successful import
a045a74 [jan] Fix error after successful import (Thomas Jarosch <thomas.jarosch at intra2net.com>, Bug #13272).

Summary: http://github.com/horde/horde/compare/bf166f6b4fc50cce7d906824745c18fedd9e92e3...a045a74024d13c715072d555cc44defb9cf1ea9a

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

commit cce6db772db507db18e233878619a70f792d7d5c
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/cce6db772db507db18e233878619a70f792d7d5c

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

commit 0818eb9fa2b19757b8efc9c3caba5251b0626d1f
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/0818eb9fa2b19757b8efc9c3caba5251b0626d1f

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

commit 1e937e69616d856e94d068106c43f66f965ef3bc
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jun 20 15:19:42 2014 +0200

    [jan] Fix adding and editing notes with Kolab backend (Bug #13269).

 mnemo/docs/CHANGES |    1 +
 mnemo/package.xml  |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

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

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

commit a300fe4852e9f22ee60cb654e43846ba1b02edb3
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/a300fe4852e9f22ee60cb654e43846ba1b02edb3

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

commit b4bab6ae5c2eb841b47105c32687f5d34654a02c
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jun 20 15:20:27 2014 +0200

    [jan] Fix exporting tags to CSV (Thomas Jarosch <thomas.jarosch at intra2net.com>, Bug #13269).

 mnemo/docs/CHANGES |    2 ++
 mnemo/package.xml  |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

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

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

commit fc0584f3f0c72c7e6c223b4a13c2f22720976997
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/fc0584f3f0c72c7e6c223b4a13c2f22720976997

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

commit 672591f363043bb43a6257a419e6daa5e6bb800f
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jun 20 15:21:21 2014 +0200

    [jan] Fix link on edit form to delete notes (Thomas Jarosch <thomas.jarosch at intra2net.com>, Bug #13271).

 mnemo/docs/CHANGES |    2 ++
 mnemo/package.xml  |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/672591f363043bb43a6257a419e6daa5e6bb800f

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

commit 9b764174432eb80d940b0248db7479e91127fcdb
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/9b764174432eb80d940b0248db7479e91127fcdb

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

commit a045a74024d13c715072d555cc44defb9cf1ea9a
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jun 20 15:22:00 2014 +0200

    [jan] Fix error after successful import (Thomas Jarosch <thomas.jarosch at intra2net.com>, Bug #13272).

 mnemo/docs/CHANGES |    2 ++
 mnemo/package.xml  |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

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




More information about the commits mailing list