[commits] Horde branch master updated.

Gunnar Wrobel p at rdus.de
Mon Apr 13 07:55:41 UTC 2009


The branch "master" has been updated.
The following is a summary of the commits.

from: 60da6c817a52490b84c52ce48a01745ffb9ada19

50d1417... Rewrote collapsed arguments. They are separate from derived values now.
dbfec84... Fix typo.
ee82699... Fix minor errors with deriving/collapsing attributes.
43937ee... Update the definition of derived attributes.
2477f7e... Remove stray line.
6f3c5ff... Fix the Object test for recent changes in the Object class.
4fa732c... Improve testing and fix the test of the person class.
a07a642... Do not compare uids when reading data. Encoded values will be difficult and the check for an empty result should be enough.
43f488e... Correct equality check.
131e1e3... Fixed typo and additional test for an value considered to be empty by PHP.
2006871... Typos.
f64cae6... Started adapting this class to the new way of handling derived and collapsed values.
27c5486... Converted class to the new way of handling derived and collapsed values.
8dc8431... Started simplifying this test.

-----------------------------------------------------------------------

commit 50d1417df9ffbadd7dc52140c81bbba91b4fb837
Author: Gunnar Wrobel <p at rdus.de>
Date:   Sun Apr 12 21:55:09 2009 +0200

    Rewrote collapsed arguments. They are separate from derived values now.

 framework/Kolab_Server/lib/Horde/Kolab/Server.php             |   62 ++-
 framework/Kolab_Server/lib/Horde/Kolab/Server/Object.php      |  273 +++++----
 framework/Kolab_Server/test/Horde/Kolab/Server/ObjectTest.php |   20 +-
 3 files changed, 220 insertions(+), 135 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server.php?rt=horde-git&r1=97c74a31f9f31ee19a85549c09efbc217dc920d1&r2=50d1417df9ffbadd7dc52140c81bbba91b4fb837
http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object.php?rt=horde-git&r1=7622361a200aed59ea6003b285e7de746df031fa&r2=50d1417df9ffbadd7dc52140c81bbba91b4fb837
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/ObjectTest.php?rt=horde-git&r1=42c74a0f42ff525ed86e58916597a9568f250c79&r2=50d1417df9ffbadd7dc52140c81bbba91b4fb837

-----------------------------------------------------------------------

commit dbfec845d7dc296b725e63679b81d5cce0fc93e0
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Apr 13 07:47:50 2009 +0200

    Fix typo.

 framework/Kolab_Server/lib/Horde/Kolab/Server.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server.php?rt=horde-git&r1=50d1417df9ffbadd7dc52140c81bbba91b4fb837&r2=dbfec845d7dc296b725e63679b81d5cce0fc93e0

-----------------------------------------------------------------------

commit ee82699f116603aa37a71897a56a444b38be353f
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Apr 13 07:48:13 2009 +0200

    Fix minor errors with deriving/collapsing attributes.

 framework/Kolab_Server/lib/Horde/Kolab/Server/Object.php |   21 +++++++------
 1 files changed, 11 insertions(+), 10 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object.php?rt=horde-git&r1=50d1417df9ffbadd7dc52140c81bbba91b4fb837&r2=ee82699f116603aa37a71897a56a444b38be353f

-----------------------------------------------------------------------

commit 43937ee9d07c5774920fa0f0fe78721394525d4c
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Apr 13 08:20:02 2009 +0200

    Update the definition of derived attributes.

 framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Person.php |   62 ++++---
 1 files changed, 40 insertions(+), 22 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Person.php?rt=horde-git&r1=d41701ab0a8faa111e2c956e51c34859903b788e&r2=43937ee9d07c5774920fa0f0fe78721394525d4c

-----------------------------------------------------------------------

commit 2477f7e3a1bc06285686f098c57076eb5fb612c5
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Apr 13 08:20:38 2009 +0200

    Remove stray line.
    
    Throw errors when trying to delete an object that does not exist.

 framework/Kolab_Server/lib/Horde/Kolab/Server/Test.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Test.php?rt=horde-git&r1=7a7884cc8b8690fcb1ed506931e451953a729a0f&r2=2477f7e3a1bc06285686f098c57076eb5fb612c5

-----------------------------------------------------------------------

commit 6f3c5ffdd45d1d25d66e103c1e61a0d0b5a38374
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Apr 13 08:21:07 2009 +0200

    Fix the Object test for recent changes in the Object class.

 framework/Kolab_Server/test/Horde/Kolab/Server/ObjectTest.php |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/ObjectTest.php?rt=horde-git&r1=50d1417df9ffbadd7dc52140c81bbba91b4fb837&r2=6f3c5ffdd45d1d25d66e103c1e61a0d0b5a38374

-----------------------------------------------------------------------

commit 4fa732c51d2f307da23b2c66e4a09c2faaa924aa
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Apr 13 08:21:41 2009 +0200

    Improve testing and fix the test of the person class.

 framework/Kolab_Server/lib/Horde/Kolab/Test/Server.php        |  105 +++++
 framework/Kolab_Server/test/Horde/Kolab/Server/PersonTest.php |  174 +++------
 2 files changed, 158 insertions(+), 121 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Test/Server.php?rt=horde-git&r1=ba0f4b4013f87cfed72f6070c6e623e034d9351b&r2=4fa732c51d2f307da23b2c66e4a09c2faaa924aa
http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/PersonTest.php?rt=horde-git&r1=c68bb495fb1777f2fbbb0f6b018e92ce0c0c3211&r2=4fa732c51d2f307da23b2c66e4a09c2faaa924aa

-----------------------------------------------------------------------

commit a07a642b92a10fb30630c3a5301b33e02a96fc72
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Apr 13 09:52:27 2009 +0200

    Do not compare uids when reading data. Encoded values will be
    difficult and the check for an empty result should be enough.
    
    Corrected check for empty values.

 framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap.php |   13 ++-----------
 1 files changed, 2 insertions(+), 11 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap.php?rt=horde-git&r1=1a5bcea98c526d2093212cd76bcddec278dade5a&r2=a07a642b92a10fb30630c3a5301b33e02a96fc72

-----------------------------------------------------------------------

commit 43f488ea595ca2dd2c0c39e1f8a970dec84becd5
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Apr 13 09:52:42 2009 +0200

    Correct equality check.

 framework/Kolab_Server/lib/Horde/Kolab/Server/Object.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object.php?rt=horde-git&r1=ee82699f116603aa37a71897a56a444b38be353f&r2=43f488ea595ca2dd2c0c39e1f8a970dec84becd5

-----------------------------------------------------------------------

commit 131e1e31777e7cec63ed1df50575c270a08e2ae2
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Apr 13 09:53:20 2009 +0200

    Fixed typo and additional test for an value considered to be empty by PHP.

 framework/Kolab_Server/test/Horde/Kolab/Server/PersonTest.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/PersonTest.php?rt=horde-git&r1=4fa732c51d2f307da23b2c66e4a09c2faaa924aa&r2=131e1e31777e7cec63ed1df50575c270a08e2ae2

-----------------------------------------------------------------------

commit 2006871a56dbe1e965f7055f6d74bfddc63ac73c
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Apr 13 09:53:36 2009 +0200

    Typos.

 framework/Kolab_Server/lib/Horde/Kolab/Test/Server.php |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Test/Server.php?rt=horde-git&r1=4fa732c51d2f307da23b2c66e4a09c2faaa924aa&r2=2006871a56dbe1e965f7055f6d74bfddc63ac73c

-----------------------------------------------------------------------

commit f64cae6ff084a4c8b37810c86fc2e3608567c74c
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Apr 13 09:54:47 2009 +0200

    Started adapting this class to the new way of handling derived and collapsed values.

 .../Kolab_Server/lib/Horde/Kolab/Server/Object/Inetorgperson.php  |  281 ++++-
 1 files changed, 232 insertions(+), 49 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Inetorgperson.php?rt=horde-git&r1=5661f958d4461ad4771915e16b355b15bc3ee7cc&r2=f64cae6ff084a4c8b37810c86fc2e3608567c74c

-----------------------------------------------------------------------

commit 27c5486125a1292b45b89492abb8c100896e3abb
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Apr 13 09:55:10 2009 +0200

    Converted class to the new way of handling derived and collapsed values.

 .../lib/Horde/Kolab/Server/Object/Organizationalperson.php        |  146 +++--
 1 files changed, 77 insertions(+), 69 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Organizationalperson.php?rt=horde-git&r1=b712da496cf4194356a3fd4ebf9c73ff7d535e17&r2=27c5486125a1292b45b89492abb8c100896e3abb

-----------------------------------------------------------------------

commit 8dc84314326801dcb6a52e8ffe959524366b2467
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Apr 13 09:55:30 2009 +0200

    Started simplifying this test.

 framework/Kolab_Server/test/Horde/Kolab/Server/OrgPersonTest.php |   87 +++---
 1 files changed, 38 insertions(+), 49 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/OrgPersonTest.php?rt=horde-git&r1=825426467cf881108811681a0a39a5344dff1931&r2=8dc84314326801dcb6a52e8ffe959524366b2467




More information about the commits mailing list