The branch "master" has been updated. The following is a summary of the commits.
from: 61aab9037fae0e2baa3bfc3d7c15891a2890cff4 29e5e5d... ksort the parameters before generating the instance signature. a7cf966... Allow connections to real LDAP servers. 6a6c18b... Test the person object. de228e1... Support deletion of objects. 831b461... Support deletion of objects. 9923f9b... Provide a method to search by cn. 5750fb4... We also support these object classes. 2622c2b... Corrected support for real world LDAP server testing. ----------------------------------------------------------------------- commit 29e5e5da6e874202ad51ff7ba469b0432855497a Author: Gunnar Wrobel <[email protected]> Date: Thu Apr 9 07:44:56 2009 +0200 ksort the parameters before generating the instance signature. framework/Kolab_Server/lib/Horde/Kolab/Server.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server.php?rt=horde-git&r1=47f535f7ae9f85f2805ba643419e46679380ed14&r2=29e5e5da6e874202ad51ff7ba469b0432855497a ----------------------------------------------------------------------- commit a7cf966d9a872a498cd570a90bd379218f4a8e93 Author: Gunnar Wrobel <[email protected]> Date: Thu Apr 9 07:45:17 2009 +0200 Allow connections to real LDAP servers. framework/Kolab_Server/lib/Horde/Kolab/Test/Server.php | 44 +++++++++++++++- 1 files changed, 43 insertions(+), 1 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Test/Server.php?rt=horde-git&r1=7218b2a602d57e4b7e0b24aef44097b681b6662c&r2=a7cf966d9a872a498cd570a90bd379218f4a8e93 ----------------------------------------------------------------------- commit 6a6c18b51200df8c4e3a2edca5865baaafa78593 Author: Gunnar Wrobel <[email protected]> Date: Thu Apr 9 07:45:42 2009 +0200 Test the person object. framework/Kolab_Server/test/Horde/Kolab/Server/PersonTest.php | 80 +++++++++ 1 files changed, 80 insertions(+), 0 deletions(-) create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/PersonTest.php http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/PersonTest.php?rt=horde-git&r=6a6c18b51200df8c4e3a2edca5865baaafa78593 ----------------------------------------------------------------------- commit de228e1161a92dc150fea624d94e4ea52fcc38c9 Author: Gunnar Wrobel <[email protected]> Date: Thu Apr 9 11:20:30 2009 +0200 Support deletion of objects. framework/Kolab_Server/lib/Horde/Kolab/Server.php | 13 ++++++++- framework/Kolab_Server/lib/Horde/Kolab/Server/Test.php | 24 ++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server.php?rt=horde-git&r1=29e5e5da6e874202ad51ff7ba469b0432855497a&r2=de228e1161a92dc150fea624d94e4ea52fcc38c9 http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Test.php?rt=horde-git&r1=47f535f7ae9f85f2805ba643419e46679380ed14&r2=de228e1161a92dc150fea624d94e4ea52fcc38c9 ----------------------------------------------------------------------- commit 831b461b19e59e799e86f6ff9c069caca5c33ca4 Author: Gunnar Wrobel <[email protected]> Date: Thu Apr 9 11:23:09 2009 +0200 Support deletion of objects. Modified the way exceptions are used. The long term goal should be to have a system that allows to decide in the notification handler what we show the user in the frontend and what gets logged. framework/Kolab_Server/lib/Horde/Kolab/Server/Exception.php | 44 +++++++- framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap.php | 67 ++++++++--- 2 files changed, 95 insertions(+), 16 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Exception.php?rt=horde-git&r1=c140c5103c1029ce706f1a4c149f3a64513c72f1&r2=831b461b19e59e799e86f6ff9c069caca5c33ca4 http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap.php?rt=horde-git&r1=47f535f7ae9f85f2805ba643419e46679380ed14&r2=831b461b19e59e799e86f6ff9c069caca5c33ca4 ----------------------------------------------------------------------- commit 9923f9b7049d41ed71bfbe4129d63152270cdefa Author: Gunnar Wrobel <[email protected]> Date: Thu Apr 9 11:23:34 2009 +0200 Provide a method to search by cn. CS. framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Person.php | 51 ++++++- 1 files changed, 43 insertions(+), 8 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Person.php?rt=horde-git&r1=d4ace251fc492f1a2b63eeecd3670c824e0290de&r2=9923f9b7049d41ed71bfbe4129d63152270cdefa ----------------------------------------------------------------------- commit 5750fb4bf6757c4281ac1a22f4bd04d5514e84f9 Author: Gunnar Wrobel <[email protected]> Date: Thu Apr 9 11:23:50 2009 +0200 We also support these object classes. framework/Kolab_Server/lib/Horde/Kolab/Server/Structure/Kolab.php | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Structure/Kolab.php?rt=horde-git&r1=47f535f7ae9f85f2805ba643419e46679380ed14&r2=5750fb4bf6757c4281ac1a22f4bd04d5514e84f9 ----------------------------------------------------------------------- commit 2622c2bd29462db67d4f73b89d1cdc176261cc90 Author: Gunnar Wrobel <[email protected]> Date: Thu Apr 9 11:24:23 2009 +0200 Corrected support for real world LDAP server testing. framework/Kolab_Server/lib/Horde/Kolab/Test/Server.php | 10 +-- framework/Kolab_Server/test/Horde/Kolab/Server/PersonTest.php | 34 +++++++-- 2 files changed, 30 insertions(+), 14 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Test/Server.php?rt=horde-git&r1=a7cf966d9a872a498cd570a90bd379218f4a8e93&r2=2622c2bd29462db67d4f73b89d1cdc176261cc90 http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/PersonTest.php?rt=horde-git&r1=6a6c18b51200df8c4e3a2edca5865baaafa78593&r2=2622c2bd29462db67d4f73b89d1cdc176261cc90 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
