The branch "master" has been updated. The following is a summary of the commits.
from: 42c74a0f42ff525ed86e58916597a9568f250c79 3032d47... The majority of escaping and encoding has been done. Bugs come later. 7a7884c... Allow renaming an object. 907e6c7... Check if a modification might lead to renaming the object. Rename if required. 5281d19... Test attribute modifications. 2480e5b... Complete abstract methods. ----------------------------------------------------------------------- commit 3032d472b7814b65dc3b75c0a39b22f04a2797a2 Author: Gunnar Wrobel <[email protected]> Date: Thu Apr 9 22:13:19 2009 +0200 The majority of escaping and encoding has been done. Bugs come later. framework/Kolab_Server/TODO | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/TODO?rt=horde-git&r1=49c1b2f1157e0ee24cfe7e82fdf0f3e8e1a917a5&r2=3032d472b7814b65dc3b75c0a39b22f04a2797a2 ----------------------------------------------------------------------- commit 7a7884cc8b8690fcb1ed506931e451953a729a0f Author: Gunnar Wrobel <[email protected]> Date: Thu Apr 9 22:13:48 2009 +0200 Allow renaming an object. framework/Kolab_Server/lib/Horde/Kolab/Server.php | 14 +++++++- framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap.php | 31 +++++++++++++++- framework/Kolab_Server/lib/Horde/Kolab/Server/Test.php | 23 ++++++++++++ 3 files changed, 65 insertions(+), 3 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server.php?rt=horde-git&r1=4d30b2c25d61c1f105832b84fa9e2d79f1324ba5&r2=7a7884cc8b8690fcb1ed506931e451953a729a0f http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap.php?rt=horde-git&r1=5904843fc56a9c23ab31e1574822f844bfb2f0ef&r2=7a7884cc8b8690fcb1ed506931e451953a729a0f http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Test.php?rt=horde-git&r1=e905438aed2be5eccf59b0382fb568ffbdf8aeea&r2=7a7884cc8b8690fcb1ed506931e451953a729a0f ----------------------------------------------------------------------- commit 907e6c700dac19d9dc400c0e344a4d81e8936588 Author: Gunnar Wrobel <[email protected]> Date: Thu Apr 9 22:14:33 2009 +0200 Check if a modification might lead to renaming the object. Rename if required. Fix collapsing attributes if none of the attributes to collapse have been set. framework/Kolab_Server/lib/Horde/Kolab/Server/Object.php | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object.php?rt=horde-git&r1=4d30b2c25d61c1f105832b84fa9e2d79f1324ba5&r2=907e6c700dac19d9dc400c0e344a4d81e8936588 ----------------------------------------------------------------------- commit 5281d199f174d5ae68bd2761fc064feb4533d87d Author: Gunnar Wrobel <[email protected]> Date: Thu Apr 9 22:14:49 2009 +0200 Test attribute modifications. framework/Kolab_Server/test/Horde/Kolab/Server/PersonTest.php | 54 +++++++++ 1 files changed, 54 insertions(+), 0 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/PersonTest.php?rt=horde-git&r1=42c74a0f42ff525ed86e58916597a9568f250c79&r2=5281d199f174d5ae68bd2761fc064feb4533d87d ----------------------------------------------------------------------- commit 2480e5b62e060742eaa2c448866d8aa0dc12f252 Author: Gunnar Wrobel <[email protected]> Date: Thu Apr 9 22:17:31 2009 +0200 Complete abstract methods. framework/Kolab_Server/test/Horde/Kolab/Server/ServerTest.php | 15 +++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/ServerTest.php?rt=horde-git&r1=42c74a0f42ff525ed86e58916597a9568f250c79&r2=2480e5b62e060742eaa2c448866d8aa0dc12f252 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
