[commits] Horde branch master updated. e88d86628e59710a0c3396b5712b4f98638269f1

Jan Schneider jan at horde.org
Mon Sep 13 13:35:12 UTC 2010


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

from: 32366fce76e7b6e49e645df0c3f5a58121acea77

4d215c6 Fix argument passing.
9d2f60f Fix url encoding.
41c32ec Fix app initialization.
e39bb71 Fix parse error.
f870124 There are no authentication drivers providing 'groups' capabilities, and even if there were some, we still want to use the configured groups backend.
8aacc3a There is no scalar type hinting yet.
0a5047c Make these methods public.
bfdb865 We need the results.
6b70a9f horde.schema includes Turba's schemas now, so we require rfc2739.schema in Horde, not Turba.
aeafccd Add .ldif versions of the distributed schema files for cn=config LDAP configuration.
68b19e6 Use Horde::getDriverConfig().
3e763c2 Fix configuration specifier.
fabf001 Parameters are loaded in the factory.
19d9ce4 Fix parameter name and error message.
e88d866 Fix removing users.

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

commit 4d215c6c7c652cb6681a16543bed10a60ea45c2d
Author: Jan Schneider <jan at horde.org>
Date:   Mon Sep 13 12:00:06 2010 +0200

    Fix argument passing.

 framework/Group/lib/Horde/Group/Sql.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Group/lib/Horde/Group/Sql.php?rt=horde-git&r1=86a5934128f32f0958801b00c57e10555a005144&r2=4d215c6c7c652cb6681a16543bed10a60ea45c2d

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

commit 9d2f60f2ae8920192757fe23fb463b4b31007a25
Author: Jan Schneider <jan at horde.org>
Date:   Mon Sep 13 12:12:31 2010 +0200

    Fix url encoding.

 horde/admin/groups.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/admin/groups.php?rt=horde-git&r1=b005b542c04e6bac2a9fd3deebcb53302af4607f&r2=9d2f60f2ae8920192757fe23fb463b4b31007a25

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

commit 41c32ec5cb045ebb975ea3674c1c197e396c2b07
Author: Jan Schneider <jan at horde.org>
Date:   Mon Sep 13 14:36:00 2010 +0200

    Fix app initialization.

 mnemo/themes/categoryCSS.php |   10 +++-------
 nag/themes/categoryCSS.php   |    2 +-
 2 files changed, 4 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/mnemo/themes/categoryCSS.php?rt=horde-git&r1=0f19c13d6665b56bfa83801620590f7daa18f32c&r2=41c32ec5cb045ebb975ea3674c1c197e396c2b07
http://git.horde.org/diff.php/nag/themes/categoryCSS.php?rt=horde-git&r1=659c348abc1a65fec88aa8c25b6848687dcb9f05&r2=41c32ec5cb045ebb975ea3674c1c197e396c2b07

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

commit e39bb7151bbc3bdf60915da85b5e5516f8a83ba0
Author: Jan Schneider <jan at horde.org>
Date:   Mon Sep 13 14:36:18 2010 +0200

    Fix parse error.

 hermes/lib/Application.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/hermes/lib/Application.php?rt=horde-git&r1=ef709f2b554aee5c7b9b2d3e075dc9831d4f0081&r2=e39bb7151bbc3bdf60915da85b5e5516f8a83ba0

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

commit f870124fe894dec8040ddcc7a5b99565fab006cf
Author: Jan Schneider <jan at horde.org>
Date:   Mon Sep 13 14:37:42 2010 +0200

    There are no authentication drivers providing 'groups' capabilities,
    and even if there were some, we still want to use the configured
    groups backend.

 framework/Group/lib/Horde/Group.php |   14 ++------------
 1 files changed, 2 insertions(+), 12 deletions(-)

http://git.horde.org/diff.php/framework/Group/lib/Horde/Group.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=f870124fe894dec8040ddcc7a5b99565fab006cf

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

commit 8aacc3a312126f0aeeced47dcaf1b11da081c4e7
Author: Jan Schneider <jan at horde.org>
Date:   Mon Sep 13 14:38:40 2010 +0200

    There is no scalar type hinting yet.

 framework/Group/lib/Horde/Group/Ldap.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Group/lib/Horde/Group/Ldap.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=8aacc3a312126f0aeeced47dcaf1b11da081c4e7

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

commit 0a5047cfda767e7fa406a9a0af7301117ea30f20
Author: Jan Schneider <jan at horde.org>
Date:   Mon Sep 13 14:39:49 2010 +0200

    Make these methods public.

 framework/Group/lib/Horde/Group/Ldap.php       |    8 ++++----
 framework/Group/lib/Horde/Group/LdapObject.php |    4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/framework/Group/lib/Horde/Group/Ldap.php?rt=horde-git&r1=8aacc3a312126f0aeeced47dcaf1b11da081c4e7&r2=0a5047cfda767e7fa406a9a0af7301117ea30f20
http://git.horde.org/diff.php/framework/Group/lib/Horde/Group/LdapObject.php?rt=horde-git&r1=e322c3c80fca8144fc226407e5bc697a28a23286&r2=0a5047cfda767e7fa406a9a0af7301117ea30f20

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

commit bfdb865ac982c916d02b3d5003832d0e44b66303
Author: Jan Schneider <jan at horde.org>
Date:   Mon Sep 13 14:40:12 2010 +0200

    We need the results.

 framework/Group/lib/Horde/Group/Ldap.php |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Group/lib/Horde/Group/Ldap.php?rt=horde-git&r1=0a5047cfda767e7fa406a9a0af7301117ea30f20&r2=bfdb865ac982c916d02b3d5003832d0e44b66303

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

commit 6b70a9f348b861e0423a587abb6d10ca3b2b4de4
Author: Jan Schneider <jan at horde.org>
Date:   Mon Sep 13 14:43:20 2010 +0200

    horde.schema includes Turba's schemas now, so we require rfc2739.schema in Horde, not Turba.

 horde/scripts/ldap/horde.schema   |    3 +-
 horde/scripts/ldap/rfc2739.schema |   98 +++++++++++++++++++++++++++++++++++++
 turba/scripts/ldap/rfc2739.schema |   98 -------------------------------------
 3 files changed, 100 insertions(+), 99 deletions(-)
 create mode 100644 horde/scripts/ldap/rfc2739.schema
 delete mode 100644 turba/scripts/ldap/rfc2739.schema

http://git.horde.org/diff.php/horde/scripts/ldap/horde.schema?rt=horde-git&r1=44794778d1e148b988fe57a75b3ef203883fa05f&r2=6b70a9f348b861e0423a587abb6d10ca3b2b4de4
http://git.horde.org/co.php/horde/scripts/ldap/rfc2739.schema?rt=horde-git&r=6b70a9f348b861e0423a587abb6d10ca3b2b4de4
http://git.horde.org/diff.php/turba/scripts/ldap/rfc2739.schema?rt=horde-git&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=6b70a9f348b861e0423a587abb6d10ca3b2b4de4

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

commit aeafccd24da1426b498e6cca87705f0c1e3953ee
Author: Jan Schneider <jan at horde.org>
Date:   Mon Sep 13 14:45:20 2010 +0200

    Add .ldif versions of the distributed schema files for cn=config LDAP configuration.

 horde/scripts/ldap/horde.ldif   |  133 +++++++++++++++++++++++++++++++++++++++
 horde/scripts/ldap/rfc2739.ldif |   32 +++++++++
 2 files changed, 165 insertions(+), 0 deletions(-)
 create mode 100644 horde/scripts/ldap/horde.ldif
 create mode 100644 horde/scripts/ldap/rfc2739.ldif

http://git.horde.org/co.php/horde/scripts/ldap/horde.ldif?rt=horde-git&r=aeafccd24da1426b498e6cca87705f0c1e3953ee
http://git.horde.org/co.php/horde/scripts/ldap/rfc2739.ldif?rt=horde-git&r=aeafccd24da1426b498e6cca87705f0c1e3953ee

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

commit 68b19e6ecfd0e1accd068a0491c8eab86a41ba03
Author: Jan Schneider <jan at horde.org>
Date:   Mon Sep 13 14:45:56 2010 +0200

    Use Horde::getDriverConfig().

 framework/Group/lib/Horde/Group/LdapObject.php |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/framework/Group/lib/Horde/Group/LdapObject.php?rt=horde-git&r1=0a5047cfda767e7fa406a9a0af7301117ea30f20&r2=68b19e6ecfd0e1accd068a0491c8eab86a41ba03

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

commit 3e763c2cff33785bbb51baa30617144a654973cd
Author: Jan Schneider <jan at horde.org>
Date:   Mon Sep 13 14:48:02 2010 +0200

    Fix configuration specifier.

 framework/Core/lib/Horde/Config.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Config.php?rt=horde-git&r1=f848bedd3756ce5a9af2990a36b59a9c1b027aed&r2=3e763c2cff33785bbb51baa30617144a654973cd

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

commit fabf0018b4c51c9f497942bdae43477b9d298ebb
Author: Jan Schneider <jan at horde.org>
Date:   Mon Sep 13 15:27:39 2010 +0200

    Parameters are loaded in the factory.

 framework/Group/lib/Horde/Group/Ldap.php |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Group/lib/Horde/Group/Ldap.php?rt=horde-git&r1=bfdb865ac982c916d02b3d5003832d0e44b66303&r2=fabf0018b4c51c9f497942bdae43477b9d298ebb

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

commit 19d9ce4dac23f6ce1189c7a39bf0aefe73ea920d
Author: Jan Schneider <jan at horde.org>
Date:   Mon Sep 13 15:28:01 2010 +0200

    Fix parameter name and error message.

 framework/Group/lib/Horde/Group/Ldap.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Group/lib/Horde/Group/Ldap.php?rt=horde-git&r1=fabf0018b4c51c9f497942bdae43477b9d298ebb&r2=19d9ce4dac23f6ce1189c7a39bf0aefe73ea920d

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

commit e88d86628e59710a0c3396b5712b4f98638269f1
Author: Jan Schneider <jan at horde.org>
Date:   Mon Sep 13 15:34:53 2010 +0200

    Fix removing users.

 framework/Group/lib/Horde/Group/Ldap.php       |    2 +-
 framework/Group/lib/Horde/Group/LdapObject.php |    5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/framework/Group/lib/Horde/Group/Ldap.php?rt=horde-git&r1=19d9ce4dac23f6ce1189c7a39bf0aefe73ea920d&r2=e88d86628e59710a0c3396b5712b4f98638269f1
http://git.horde.org/diff.php/framework/Group/lib/Horde/Group/LdapObject.php?rt=horde-git&r1=68b19e6ecfd0e1accd068a0491c8eab86a41ba03&r2=e88d86628e59710a0c3396b5712b4f98638269f1




More information about the commits mailing list