The branch "master" has been updated. The following is a summary of the commits.
from: 2480e5b62e060742eaa2c448866d8aa0dc12f252 5661f95... Fix the generation of IDs if on of the ID attributes has more than one value. e8e3ecc... Fix the generation of IDs if on of the ID attributes has more than one value. c7a039d... Cleanup of the class for the newer Kolab_Server structur. 443c6aa... Fix the generation of IDs if on of the ID attributes has more than one value. 6a693dd... Improved handling of the real LDAP testing. 32c9076... Test id generation with multiple cns. ----------------------------------------------------------------------- commit 5661f958d4461ad4771915e16b355b15bc3ee7cc Author: Gunnar Wrobel <[email protected]> Date: Fri Apr 10 13:00:38 2009 +0200 Fix the generation of IDs if on of the ID attributes has more than one value. .../Kolab_Server/lib/Horde/Kolab/Server/Object/Groupofnames.php | 6 +++- .../Kolab_Server/lib/Horde/Kolab/Server/Object/Inetorgperson.php | 6 +++- .../Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/User.php | 6 +++- framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Person.php | 9 ++++- 4 files changed, 22 insertions(+), 5 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Groupofnames.php?rt=horde-git&r1=4d30b2c25d61c1f105832b84fa9e2d79f1324ba5&r2=5661f958d4461ad4771915e16b355b15bc3ee7cc http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Inetorgperson.php?rt=horde-git&r1=4d30b2c25d61c1f105832b84fa9e2d79f1324ba5&r2=5661f958d4461ad4771915e16b355b15bc3ee7cc http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/User.php?rt=horde-git&r1=4d30b2c25d61c1f105832b84fa9e2d79f1324ba5&r2=5661f958d4461ad4771915e16b355b15bc3ee7cc http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Person.php?rt=horde-git&r1=4d30b2c25d61c1f105832b84fa9e2d79f1324ba5&r2=5661f958d4461ad4771915e16b355b15bc3ee7cc ----------------------------------------------------------------------- commit e8e3ecc8a15fc49cbf436cce8aa93c3448427951 Author: Gunnar Wrobel <[email protected]> Date: Fri Apr 10 13:00:55 2009 +0200 Fix the generation of IDs if on of the ID attributes has more than one value. Fixed change detection when saving the object. framework/Kolab_Server/lib/Horde/Kolab/Server/Object.php | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object.php?rt=horde-git&r1=907e6c700dac19d9dc400c0e344a4d81e8936588&r2=e8e3ecc8a15fc49cbf436cce8aa93c3448427951 ----------------------------------------------------------------------- commit c7a039d93fd2b5311ba405e93a32d84a654803f8 Author: Gunnar Wrobel <[email protected]> Date: Fri Apr 10 13:01:31 2009 +0200 Cleanup of the class for the newer Kolab_Server structur. .../lib/Horde/Kolab/Server/Object/Kolab/Adminrole.php | 66 ++--- 1 files changed, 25 insertions(+), 41 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/Adminrole.php?rt=horde-git&r1=c6fb7b7d0a403e3dba921e6f0fa3e7e0d03b9919&r2=c7a039d93fd2b5311ba405e93a32d84a654803f8 ----------------------------------------------------------------------- commit 443c6aa65ad26640dc835d00d11a5cfe7e9d1349 Author: Gunnar Wrobel <[email protected]> Date: Fri Apr 10 13:01:53 2009 +0200 Fix the generation of IDs if on of the ID attributes has more than one value. Do not require the mail attribute if the object is modified. .../lib/Horde/Kolab/Server/Object/Kolabgroupofnames.php | 20 +++-- 1 files changed, 13 insertions(+), 7 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabgroupofnames.php?rt=horde-git&r1=4d30b2c25d61c1f105832b84fa9e2d79f1324ba5&r2=443c6aa65ad26640dc835d00d11a5cfe7e9d1349 ----------------------------------------------------------------------- commit 6a693dd65a0982ac6b13f55c57e81901d025a1a4 Author: Gunnar Wrobel <[email protected]> Date: Fri Apr 10 13:02:15 2009 +0200 Improved handling of the real LDAP testing. framework/Kolab_Server/lib/Horde/Kolab/Test/Server.php | 39 ++++++++-------- 1 files changed, 20 insertions(+), 19 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Test/Server.php?rt=horde-git&r1=2622c2bd29462db67d4f73b89d1cdc176261cc90&r2=6a693dd65a0982ac6b13f55c57e81901d025a1a4 ----------------------------------------------------------------------- commit 32c9076ae599d0f10cf8d82b854abe67a93dce87 Author: Gunnar Wrobel <[email protected]> Date: Fri Apr 10 13:02:47 2009 +0200 Test id generation with multiple cns. Improved real testing. framework/Kolab_Server/test/Horde/Kolab/Server/PersonTest.php | 53 +++++++++ 1 files changed, 53 insertions(+), 0 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/PersonTest.php?rt=horde-git&r1=5281d199f174d5ae68bd2761fc064feb4533d87d&r2=32c9076ae599d0f10cf8d82b854abe67a93dce87 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
