The branch "master" has been updated. The following is a summary of the commits.
from: 26c9c67f6fb14cdc3d1414a6664be1b7afa9f97b 6d24e08... Move the Kolab server configuration one level up as it represents a real object class. 4726dc6... Support configuration of attribute names. Correct the way search results are returned. Support the "NOT" operator in searches. 79a4dc3... Fix the filter definition. Support another way of saving objects. Fix handling search results. 7252764... Fix the filter definition. Support another way of saving objects. 2cea25c... Fix the filter definition. Improve handling group management for admins. 1dd57a0... Adapt to moving the Kolab server configuration handler. 01db173... Fix handling search results. Also recognize an escaped '*' character. Improved handling of the admin user. 41621c9... Removed unnecessary class. 8115d20... Adapt to recent changes. ce78f3c... Adapt testing to recent changes. ----------------------------------------------------------------------- commit 6d24e089ab8852a6838af8b7dba0c59a36d1999a Author: Gunnar Wrobel <[email protected]> Date: Wed Apr 22 22:59:40 2009 +0200 Move the Kolab server configuration one level up as it represents a real object class. framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab.php | 95 +++++ .../Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/Server.php | 54 --- 2 files changed, 95 insertions(+), 54 deletions(-) create mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab.php delete mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/Server.php http://git.horde.org/co.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab.php?rt=horde-git&r=6d24e089ab8852a6838af8b7dba0c59a36d1999a http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/Server.php?rt=horde-git&r1=a55f7889272e65bc599d40e0b27273171f4e2da5&r2=6d24e089ab8852a6838af8b7dba0c59a36d1999a ----------------------------------------------------------------------- commit 4726dc663515272f72985a62b1563fbc827fb0dc Author: Gunnar Wrobel <[email protected]> Date: Wed Apr 22 23:00:59 2009 +0200 Support configuration of attribute names. Correct the way search results are returned. Support the "NOT" operator in searches. framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap.php | 144 +++++++++++++--- 1 files changed, 123 insertions(+), 21 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Ldap.php?rt=horde-git&r1=a0583bb6ec2699c010793dc44acbb0ca7c462924&r2=4726dc663515272f72985a62b1563fbc827fb0dc ----------------------------------------------------------------------- commit 79a4dc3430468f569d8f701f4f51c7c52fdb39cb Author: Gunnar Wrobel <[email protected]> Date: Wed Apr 22 23:01:48 2009 +0200 Fix the filter definition. Support another way of saving objects. Fix handling search results. framework/Kolab_Server/lib/Horde/Kolab/Server/Object.php | 38 ++++++++------ 1 files changed, 22 insertions(+), 16 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object.php?rt=horde-git&r1=7f29127e778974fbb97e5f09c822a839d543f538&r2=79a4dc3430468f569d8f701f4f51c7c52fdb39cb ----------------------------------------------------------------------- commit 725276481e858d9218897b7a165f75f7f3551220 Author: Gunnar Wrobel <[email protected]> Date: Wed Apr 22 23:03:15 2009 +0200 Fix the filter definition. Support another way of saving objects. .../Kolab_Server/lib/Horde/Kolab/Server/Object/Inetorgperson.php | 7 ++- .../Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/Address.php | 17 ++++- .../Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/Distlist.php | 11 +++- .../Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/User.php | 19 ++++- .../lib/Horde/Kolab/Server/Object/Kolabgroupofnames.php | 9 ++- .../lib/Horde/Kolab/Server/Object/Kolabinetorgperson.php | 7 ++- .../lib/Horde/Kolab/Server/Object/Kolabpop3account.php | 2 +- .../lib/Horde/Kolab/Server/Object/Kolabsharedfolder.php | 7 ++- .../lib/Horde/Kolab/Server/Object/Organizationalperson.php | 7 ++- framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Person.php | 9 ++- 10 files changed, 82 insertions(+), 13 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Inetorgperson.php?rt=horde-git&r1=b5e7f80b11b69e21a926686c23be4ccdbd69948e&r2=725276481e858d9218897b7a165f75f7f3551220 http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/Address.php?rt=horde-git&r1=a55f7889272e65bc599d40e0b27273171f4e2da5&r2=725276481e858d9218897b7a165f75f7f3551220 http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/Distlist.php?rt=horde-git&r1=a55f7889272e65bc599d40e0b27273171f4e2da5&r2=725276481e858d9218897b7a165f75f7f3551220 http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/User.php?rt=horde-git&r1=9ed6202eba3a2962b628e0d6adf86fe0af413456&r2=725276481e858d9218897b7a165f75f7f3551220 http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabgroupofnames.php?rt=horde-git&r1=443c6aa65ad26640dc835d00d11a5cfe7e9d1349&r2=725276481e858d9218897b7a165f75f7f3551220 http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabinetorgperson.php?rt=horde-git&r1=a945dd5390372f0209a7eee6b3d06844dc154e19&r2=725276481e858d9218897b7a165f75f7f3551220 http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabpop3account.php?rt=horde-git&r1=196dc94845807d9f4f905eaeffbdf12f6667e2bc&r2=725276481e858d9218897b7a165f75f7f3551220 http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabsharedfolder.php?rt=horde-git&r1=641e5cba3374a868cf74c8cffd9c622d0ea1927f&r2=725276481e858d9218897b7a165f75f7f3551220 http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Organizationalperson.php?rt=horde-git&r1=3dd74b5db6cff259af1907a881931681a21d0297&r2=725276481e858d9218897b7a165f75f7f3551220 http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Person.php?rt=horde-git&r1=43937ee9d07c5774920fa0f0fe78721394525d4c&r2=725276481e858d9218897b7a165f75f7f3551220 ----------------------------------------------------------------------- commit 2cea25c3243fa65a7aa5a0d9033d1f6de88f963a Author: Gunnar Wrobel <[email protected]> Date: Wed Apr 22 23:04:01 2009 +0200 Fix the filter definition. Improve handling group management for admins. .../lib/Horde/Kolab/Server/Object/Kolab/Administrator.php | 3 +- .../lib/Horde/Kolab/Server/Object/Kolab/Adminrole.php | 67 +++-- .../lib/Horde/Kolab/Server/Object/Kolab/Domainmaintainer.php | 9 +- .../lib/Horde/Kolab/Server/Object/Kolab/Maintainer.php | 5 +- 4 files changed, 45 insertions(+), 39 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/Administrator.php?rt=horde-git&r1=a55f7889272e65bc599d40e0b27273171f4e2da5&r2=2cea25c3243fa65a7aa5a0d9033d1f6de88f963a http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/Adminrole.php?rt=horde-git&r1=c7a039d93fd2b5311ba405e93a32d84a654803f8&r2=2cea25c3243fa65a7aa5a0d9033d1f6de88f963a http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/Domainmaintainer.php?rt=horde-git&r1=7df106bc42ef9d0199935139a6b32f04bf3deef8&r2=2cea25c3243fa65a7aa5a0d9033d1f6de88f963a http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolab/Maintainer.php?rt=horde-git&r1=a55f7889272e65bc599d40e0b27273171f4e2da5&r2=2cea25c3243fa65a7aa5a0d9033d1f6de88f963a ----------------------------------------------------------------------- commit 1dd57a0e226b313c19a5df9713eb061091e6fe0c Author: Gunnar Wrobel <[email protected]> Date: Wed Apr 22 23:04:18 2009 +0200 Adapt to moving the Kolab server configuration handler. framework/Kolab_Server/lib/Horde/Kolab/Server/Structure/Kolab.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Structure/Kolab.php?rt=horde-git&r1=519d646ecaed8342e37c07ffb037270dc957df06&r2=1dd57a0e226b313c19a5df9713eb061091e6fe0c ----------------------------------------------------------------------- commit 01db1739d567a9f8723286f9d933156cae2bcd69 Author: Gunnar Wrobel <[email protected]> Date: Wed Apr 22 23:05:37 2009 +0200 Fix handling search results. Also recognize an escaped '*' character. Improved handling of the admin user. framework/Kolab_Server/lib/Horde/Kolab/Server/Test.php | 33 ++++++---------- 1 files changed, 12 insertions(+), 21 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Test.php?rt=horde-git&r1=2477f7e3a1bc06285686f098c57076eb5fb612c5&r2=01db1739d567a9f8723286f9d933156cae2bcd69 ----------------------------------------------------------------------- commit 41621c92e40c4a905dde7d8d66df36cb979de13e Author: Gunnar Wrobel <[email protected]> Date: Wed Apr 22 23:05:52 2009 +0200 Removed unnecessary class. framework/Kolab_Server/lib/Horde/Kolab/Server/Test/Search.php | 57 --------- 1 files changed, 0 insertions(+), 57 deletions(-) delete mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Test/Search.php http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Test/Search.php?rt=horde-git&r1=603da55b9b78839aa8d790d6c53e33350e438f97&r2=41621c92e40c4a905dde7d8d66df36cb979de13e ----------------------------------------------------------------------- commit 8115d207e76ae5dde133f03c58928ddb8eafa048 Author: Gunnar Wrobel <[email protected]> Date: Wed Apr 22 23:06:03 2009 +0200 Adapt to recent changes. framework/Kolab_Server/package.xml | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/package.xml?rt=horde-git&r1=374a4b5cfa50d7058ce22a5d548666bc58f0afe4&r2=8115d207e76ae5dde133f03c58928ddb8eafa048 ----------------------------------------------------------------------- commit ce78f3c6cdb74c1f0a0457871a11582da7c83751 Author: Gunnar Wrobel <[email protected]> Date: Wed Apr 22 23:06:15 2009 +0200 Adapt testing to recent changes. framework/Kolab_Server/test/Horde/Kolab/Server/GroupTest.php | 2 - framework/Kolab_Server/test/Horde/Kolab/Server/TestTest.php | 17 ++++------ 2 files changed, 7 insertions(+), 12 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/GroupTest.php?rt=horde-git&r1=57fd6f8ffaed263313a0e7071d792e55623cf0d7&r2=ce78f3c6cdb74c1f0a0457871a11582da7c83751 http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/TestTest.php?rt=horde-git&r1=42c74a0f42ff525ed86e58916597a9568f250c79&r2=ce78f3c6cdb74c1f0a0457871a11582da7c83751 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
