[commits] Horde branch master updated. 8cf8c8106f6631cee9b764588fa196fb12dd07ab

Jan Schneider jan at horde.org
Tue Feb 21 14:46:42 UTC 2017


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

from: cf2f0eecb79a9129237a1da310d1d8a095e1eacc

4b1901e Make this logic clearer.
9a242d8 Remove left-over code.
0128b9f Fix method name.
caf1056 CS
75f0561 Revert "Make this logic clearer."
0cb9052 phpdoc
fe21b7e Cache rootDSE requests too.
5ea7238 BFN
2d394bd The rootDSE is per server.
e65dc81 Fix undefined index if loading block without configuration.
ebcc05c Enable rootDSE caching.
a9ec23c Fix undefined variables and indices.
8cf8c81 BFN

Summary: http://github.com/horde/horde/compare/cf2f0eecb79a9129237a1da310d1d8a095e1eacc...8cf8c8106f6631cee9b764588fa196fb12dd07ab

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

commit 4b1901e79b771a0b042fd47c3a66996d99c4e51a
Author: Jan Schneider <jan at horde.org>
Date:   Tue Feb 21 12:35:48 2017 +0100

    Make this logic clearer.

 framework/Ldap/lib/Horde/Ldap.php | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/4b1901e79b771a0b042fd47c3a66996d99c4e51a

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

commit 9a242d87eeb180560b9abfb65ff1a15ff1b49928
Author: Jan Schneider <jan at horde.org>
Date:   Tue Feb 21 12:40:28 2017 +0100

    Remove left-over code.

 framework/Ldap/lib/Horde/Ldap.php | 8 --------
 1 file changed, 8 deletions(-)

http://github.com/horde/horde/commit/9a242d87eeb180560b9abfb65ff1a15ff1b49928

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

commit 0128b9f7e2c4226a72d3db84be4b018d5f3c6f53
Author: Jan Schneider <jan at horde.org>
Date:   Tue Feb 21 12:47:54 2017 +0100

    Fix method name.

 framework/Ldap/lib/Horde/Ldap/RootDse.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://github.com/horde/horde/commit/0128b9f7e2c4226a72d3db84be4b018d5f3c6f53

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

commit caf1056f35b261f0f96f0db3f29cf250485cdd55
Author: Jan Schneider <jan at horde.org>
Date:   Tue Feb 21 12:50:25 2017 +0100

    CS

 framework/Ldap/lib/Horde/Ldap/RootDse.php | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/caf1056f35b261f0f96f0db3f29cf250485cdd55

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

commit 75f0561f0ccd3bd359822e210a2bfc8527c4beb2
Author: Jan Schneider <jan at horde.org>
Date:   Tue Feb 21 13:29:31 2017 +0100

    Revert "Make this logic clearer."
    
    For some reason this causes an infinite loop.
    
    This reverts commit 036ddab0df2310cddd251402e15c114f16b8e35a.

 framework/Ldap/lib/Horde/Ldap.php | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

http://github.com/horde/horde/commit/75f0561f0ccd3bd359822e210a2bfc8527c4beb2

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

commit 0cb9052f492d042c284411d2e0f524718b5458b8
Author: Jan Schneider <jan at horde.org>
Date:   Tue Feb 21 14:58:54 2017 +0100

    phpdoc

 framework/Ldap/lib/Horde/Ldap.php | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

http://github.com/horde/horde/commit/0cb9052f492d042c284411d2e0f524718b5458b8

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

commit fe21b7eee7b1b56979f2a9eceaa381506d06a4a9
Author: Jan Schneider <jan at horde.org>
Date:   Tue Feb 21 15:00:34 2017 +0100

    Cache rootDSE requests too.

 framework/Ldap/lib/Horde/Ldap.php            | 32 +++++++++++++++++++++++-----
 framework/Ldap/lib/Horde/Ldap/RootDse.php    | 23 +++++++++++++++++++-
 framework/Ldap/test/Horde/Ldap/conf.php.dist |  8 +++++--
 3 files changed, 55 insertions(+), 8 deletions(-)

http://github.com/horde/horde/commit/fe21b7eee7b1b56979f2a9eceaa381506d06a4a9

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

commit 5ea723869951e54c6a4ccecfdce2f311aff239e4
Author: Jan Schneider <jan at horde.org>
Date:   Tue Feb 21 15:01:28 2017 +0100

    BFN

 framework/Ldap/package.xml | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

http://github.com/horde/horde/commit/5ea723869951e54c6a4ccecfdce2f311aff239e4

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

commit 2d394bdf6f41f344784fd372b11e7a51154d9054
Author: Jan Schneider <jan at horde.org>
Date:   Tue Feb 21 15:14:42 2017 +0100

    The rootDSE is per server.

 framework/Ldap/lib/Horde/Ldap.php | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

http://github.com/horde/horde/commit/2d394bdf6f41f344784fd372b11e7a51154d9054

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

commit e65dc81d9b59c499b81911c7724735e4608d0838
Author: Jan Schneider <jan at horde.org>
Date:   Tue Feb 21 15:36:13 2017 +0100

    Fix undefined index if loading block without configuration.

 horde/lib/Block/Metar.php | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

http://github.com/horde/horde/commit/e65dc81d9b59c499b81911c7724735e4608d0838

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

commit ebcc05ca7cec517d96029a16304002ebb9a4860d
Author: Jan Schneider <jan at horde.org>
Date:   Tue Feb 21 15:42:47 2017 +0100

    Enable rootDSE caching.

 framework/Core/lib/Horde/Core/Factory/Ldap.php | 1 +
 1 file changed, 1 insertion(+)

http://github.com/horde/horde/commit/ebcc05ca7cec517d96029a16304002ebb9a4860d

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

commit a9ec23cf93805fe04c32e11e80b1ac5bfd182ba7
Author: Jan Schneider <jan at horde.org>
Date:   Tue Feb 21 15:44:35 2017 +0100

    Fix undefined variables and indices.
    
    $ca got lost somewhere
    'fields' MUST be specified for 'switch' fields
    A simple 'boolean' field doesn't need a 'switch' property

 framework/Core/lib/Horde/Config.php | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

http://github.com/horde/horde/commit/a9ec23cf93805fe04c32e11e80b1ac5bfd182ba7

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

commit 8cf8c8106f6631cee9b764588fa196fb12dd07ab
Author: Jan Schneider <jan at horde.org>
Date:   Tue Feb 21 15:45:33 2017 +0100

    BFN

 framework/Core/package.xml | 2 ++
 1 file changed, 2 insertions(+)

http://github.com/horde/horde/commit/8cf8c8106f6631cee9b764588fa196fb12dd07ab




More information about the commits mailing list