[commits] Horde branch master updated. daab58a706b6739047ef3953bcfaa3106d1bfcc0

Ralf Lang lang at b1-systems.de
Tue Jun 14 17:03:37 UTC 2011


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

from: 338905b9e59537c199b5ffbf17cb866f2434763b

ec065ec Converted ldap driver to use Horde_Ldap (untested) Removed check based on current session's password because passwd is meant to be able to change arbitrary passwords. implementation for the horde_auth case should go into Driver.php instead
c19b950 Push version number to 4.0.0 as this is the number discussed in mailing list (and reflects framework version)
28ead29 Convert from pear errors to Horde Exceptions: - the main application - the abstract driver - the main drivers sql, ldap and horde
daab58a Change from ternary assignment to if statement

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

commit ec065ecccb80efbe9b79a9bb33c4ab4cd3686789
Author: Ralf Lang <lang at b1-systems.de>
Date:   Tue Jun 14 09:29:00 2011 +0000

    Converted ldap driver to use Horde_Ldap (untested)
    Removed check based on current session's password because passwd is meant to be able to change arbitrary passwords.
    implementation for the horde_auth case should go into Driver.php instead

 passwd/lib/Driver/ldap.php |  122 ++++++++++++--------------------------------
 1 files changed, 33 insertions(+), 89 deletions(-)

http://git.horde.org/horde-git/-/commit/ec065ecccb80efbe9b79a9bb33c4ab4cd3686789

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

commit c19b950627728b101820ef7de53b2bdac3d2a754
Author: Ralf Lang <lang at b1-systems.de>
Date:   Tue Jun 14 09:33:47 2011 +0000

    Push version number to 4.0.0 as this is the number discussed in mailing list (and reflects framework version)

 passwd/lib/Application.php |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/c19b950627728b101820ef7de53b2bdac3d2a754

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

commit 28ead2966f8240550fff798e783debb9a8f74301
Author: Ralf Lang <lang at b1-systems.de>
Date:   Tue Jun 14 09:54:16 2011 +0000

    Convert from pear errors to Horde Exceptions:
    - the main application
    - the abstract driver
    - the main drivers sql, ldap and horde

 passwd/lib/Driver.php       |    6 +++---
 passwd/lib/Driver/horde.php |    4 ++--
 passwd/lib/Driver/ldap.php  |   19 ++++---------------
 passwd/lib/Driver/sql.php   |   20 ++++----------------
 passwd/main.php             |   14 ++++++++------
 5 files changed, 21 insertions(+), 42 deletions(-)

http://git.horde.org/horde-git/-/commit/28ead2966f8240550fff798e783debb9a8f74301

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

commit daab58a706b6739047ef3953bcfaa3106d1bfcc0
Author: Ralf Lang <lang at b1-systems.de>
Date:   Tue Jun 14 09:58:38 2011 +0000

    Change from ternary assignment to if statement

 passwd/lib/Driver.php      |    6 +++++-
 passwd/lib/Driver/ldap.php |    4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/daab58a706b6739047ef3953bcfaa3106d1bfcc0




More information about the commits mailing list