The branch "master" has been updated. The following is a summary of the commits.
from: 981d58b8b4cfb1c128fc48dcdab1aacc4737fbdf 7ae09e8 Add blob_fields parameter even if SQL seems to be the only one doing this at the moment. 792bba5 Merge branch 'master' of ssh://dev.horde.org/horde/git/horde 6d39bf6 Extract _makeUid() method. 6584728 Override UID generation. Fix contact ownership. b971eb3 A first Kolab test. ----------------------------------------------------------------------- commit 7ae09e8d12fa5ccb15254c8faed9f15ef455a0cc Author: Gunnar Wrobel <[email protected]> Date: Fri Jul 1 12:24:43 2011 +0200 Add blob_fields parameter even if SQL seems to be the only one doing this at the moment. turba/lib/Driver.php | 5 +++-- turba/lib/Driver/Imsp.php | 9 +++++++-- turba/lib/Driver/Kolab.php | 9 ++++++--- turba/lib/Driver/Ldap.php | 7 ++++--- turba/lib/Driver/Prefs.php | 9 ++++++--- turba/lib/Driver/Sql.php | 2 +- turba/lib/Driver/Vbook.php | 8 +++++--- 7 files changed, 32 insertions(+), 17 deletions(-) http://git.horde.org/horde-git/-/commit/7ae09e8d12fa5ccb15254c8faed9f15ef455a0cc ----------------------------------------------------------------------- commit 792bba579e6af26fc3825b4eaa26ead10ab94c23 Merge: 7ae09e8 981d58b Author: Gunnar Wrobel <[email protected]> Date: Fri Jul 1 21:16:23 2011 +0200 Merge branch 'master' of ssh://dev.horde.org/horde/git/horde agora/lib/Agora.php | 8 +++-- framework/Ldap/lib/Horde/Ldap/Util.php | 10 +++-- framework/Ldap/package.xml | 4 +- framework/Ldap/test/Horde/Ldap/Autoload.php | 20 ++++++++++ framework/Ldap/test/Horde/Ldap/UtilTest.php | 21 +++++++++-- horde/config/conf.xml | 10 +++--- horde/config/hooks.php.dist | 4 +- ulaform/package.xml | 52 ++++++++++++-------------- 8 files changed, 82 insertions(+), 47 deletions(-) http://git.horde.org/horde-git/-/commit/792bba579e6af26fc3825b4eaa26ead10ab94c23 ----------------------------------------------------------------------- commit 6d39bf6756709a2a0c7c6977911adb831f2d6ff3 Author: Gunnar Wrobel <[email protected]> Date: Fri Jul 1 21:32:23 2011 +0200 Extract _makeUid() method. turba/lib/Driver.php | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/6d39bf6756709a2a0c7c6977911adb831f2d6ff3 ----------------------------------------------------------------------- commit 65847280bcdcc69732390e975b5cca399153fc33 Author: Gunnar Wrobel <[email protected]> Date: Fri Jul 1 21:33:46 2011 +0200 Override UID generation. Fix contact ownership. turba/lib/Driver/Kolab.php | 45 +++++++++++++++++++++++++++---------------- 1 files changed, 28 insertions(+), 17 deletions(-) http://git.horde.org/horde-git/-/commit/65847280bcdcc69732390e975b5cca399153fc33 ----------------------------------------------------------------------- commit b971eb3d5619d8da54bfa420ed13d215eda5fcae Author: Gunnar Wrobel <[email protected]> Date: Fri Jul 1 21:34:06 2011 +0200 A first Kolab test. turba/test/Turba/TestCase.php | 130 ++++++++++++++++++++++++++++ turba/test/Turba/Unit/Driver/KolabTest.php | 44 ++++++++++ 2 files changed, 174 insertions(+), 0 deletions(-) create mode 100644 turba/test/Turba/Unit/Driver/KolabTest.php http://git.horde.org/horde-git/-/commit/b971eb3d5619d8da54bfa420ed13d215eda5fcae __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
