The branch "master" has been updated. The following is a summary of the commits.
from: 32c9076ae599d0f10cf8d82b854abe67a93dce87 97c74a3... Allow to select the driver via the parameters. 1a5bcea... Handle multiple values. 7622361... Unquote collapsed field elements when retrieving them. b712da4... Final touch to the organizational person class. Added collapsed postal address. d41701a... Comment cleanup. ba0f4b4... Set the driver for testing in the parameters. c68bb49... Test handling of the name suffix and the phone number handling. 8254264... Test the organizational person. ----------------------------------------------------------------------- commit 97c74a31f9f31ee19a85549c09efbc217dc920d1 Author: Gunnar Wrobel <[email protected]> Date: Sat Apr 11 09:23:12 2009 +0200 Allow to select the driver via the parameters. framework/Kolab_Server/lib/Horde/Kolab/Server.php | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server.php?rt=horde-git&r1=7a7884cc8b8690fcb1ed506931e451953a729a0f&r2=97c74a31f9f31ee19a85549c09efbc217dc920d1 ----------------------------------------------------------------------- commit 1a5bcea98c526d2093212cd76bcddec278dade5a Author: Gunnar Wrobel <[email protected]> Date: Sat Apr 11 09:23:24 2009 +0200 Handle multiple values. framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap.php | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap.php?rt=horde-git&r1=7a7884cc8b8690fcb1ed506931e451953a729a0f&r2=1a5bcea98c526d2093212cd76bcddec278dade5a ----------------------------------------------------------------------- commit 7622361a200aed59ea6003b285e7de746df031fa Author: Gunnar Wrobel <[email protected]> Date: Sat Apr 11 09:23:55 2009 +0200 Unquote collapsed field elements when retrieving them. framework/Kolab_Server/lib/Horde/Kolab/Server/Object.php | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object.php?rt=horde-git&r1=e8e3ecc8a15fc49cbf436cce8aa93c3448427951&r2=7622361a200aed59ea6003b285e7de746df031fa ----------------------------------------------------------------------- commit b712da496cf4194356a3fd4ebf9c73ff7d535e17 Author: Gunnar Wrobel <[email protected]> Date: Sat Apr 11 09:24:51 2009 +0200 Final touch to the organizational person class. Added collapsed postal address. .../lib/Horde/Kolab/Server/Object/Organizationalperson.php | 131 ++++- 1 files changed, 127 insertions(+), 4 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Organizationalperson.php?rt=horde-git&r1=38ae4984de4d848c23002add7113b1d6970fbb5e&r2=b712da496cf4194356a3fd4ebf9c73ff7d535e17 ----------------------------------------------------------------------- commit d41701ab0a8faa111e2c956e51c34859903b788e Author: Gunnar Wrobel <[email protected]> Date: Sat Apr 11 09:25:04 2009 +0200 Comment cleanup. framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Person.php | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Person.php?rt=horde-git&r1=5661f958d4461ad4771915e16b355b15bc3ee7cc&r2=d41701ab0a8faa111e2c956e51c34859903b788e ----------------------------------------------------------------------- commit ba0f4b4013f87cfed72f6070c6e623e034d9351b Author: Gunnar Wrobel <[email protected]> Date: Sat Apr 11 09:25:20 2009 +0200 Set the driver for testing in the parameters. framework/Kolab_Server/lib/Horde/Kolab/Test/Server.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Test/Server.php?rt=horde-git&r1=6a693dd65a0982ac6b13f55c57e81901d025a1a4&r2=ba0f4b4013f87cfed72f6070c6e623e034d9351b ----------------------------------------------------------------------- commit c68bb495fb1777f2fbbb0f6b018e92ce0c0c3211 Author: Gunnar Wrobel <[email protected]> Date: Sat Apr 11 09:26:07 2009 +0200 Test handling of the name suffix and the phone number handling. framework/Kolab_Server/test/Horde/Kolab/Server/PersonTest.php | 128 +++++++++ 1 files changed, 128 insertions(+), 0 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/PersonTest.php?rt=horde-git&r1=32c9076ae599d0f10cf8d82b854abe67a93dce87&r2=c68bb495fb1777f2fbbb0f6b018e92ce0c0c3211 ----------------------------------------------------------------------- commit 825426467cf881108811681a0a39a5344dff1931 Author: Gunnar Wrobel <[email protected]> Date: Sat Apr 11 09:26:17 2009 +0200 Test the organizational person. framework/Kolab_Server/test/Horde/Kolab/Server/OrgPersonTest.php | 237 ++++++ 1 files changed, 237 insertions(+), 0 deletions(-) create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/OrgPersonTest.php http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/OrgPersonTest.php?rt=horde-git&r=825426467cf881108811681a0a39a5344dff1931 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
