[commits] Horde branch master updated. 4fce3ebd8b13e3a10adfed4448f3a52a550763ba

Jan Schneider jan at horde.org
Wed Sep 28 17:01:54 UTC 2011


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

from: c84a0f4e7cb83c3e8dd41f7aba350b34a1a010fd

460b3aa Style
ae617d7 Style
fcebeeb These were upgrade steps to 3.1.
7fd5879 phpdoc
eeab594 Rename 'password policy' setting to 'policy'.
5cb0b7f Style
5f3d495 Style, static public.
50406aa Update remaining drivers.
4fce3eb We don't list this anywhere else.

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

commit 460b3aa0997340a2219cc87f436e91e50adf3c16
Author: Jan Schneider <jan at horde.org>
Date:   Wed Sep 28 15:53:03 2011 +0200

    Style

 passwd/lib/Factory/Driver.php |   74 +++++++++++++++++++++-------------------
 1 files changed, 39 insertions(+), 35 deletions(-)

http://git.horde.org/horde-git/-/commit/460b3aa0997340a2219cc87f436e91e50adf3c16

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

commit ae617d75634e66e3057c600b8a88dbd57f3ad5a5
Author: Jan Schneider <jan at horde.org>
Date:   Wed Sep 28 15:56:46 2011 +0200

    Style

 passwd/docs/CHANGES |   15 ++++-----------
 1 files changed, 4 insertions(+), 11 deletions(-)

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

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

commit fcebeeb49eb451b6ff9be665440103ac709a4e03
Author: Jan Schneider <jan at horde.org>
Date:   Wed Sep 28 15:58:10 2011 +0200

    These were upgrade steps to 3.1.

 passwd/docs/UPGRADING |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

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

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

commit 7fd587935bfaf1bc9d9e7c6cda41afdc433e1f1e
Author: Jan Schneider <jan at horde.org>
Date:   Wed Sep 28 16:00:58 2011 +0200

    phpdoc

 passwd/lib/Exception.php |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/7fd587935bfaf1bc9d9e7c6cda41afdc433e1f1e

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

commit eeab594986612b9dda30ef88ac4c4470f51d1fff
Author: Jan Schneider <jan at horde.org>
Date:   Wed Sep 28 16:02:30 2011 +0200

    Rename 'password policy' setting to 'policy'.

 passwd/config/backends.php                     |   86 ++++++++++++------------
 passwd/docs/UPGRADING                          |   11 ++-
 passwd/index.php                               |    4 +-
 passwd/lib/Application.php                     |    2 +-
 passwd/lib/Driver/Adsi.php                     |    2 +-
 passwd/lib/Driver/Pspasswd.php                 |    2 +-
 passwd/lib/Factory/Driver.php                  |    4 +-
 passwd/test/Passwd/Unit/Factory/DriverTest.php |   21 +++---
 8 files changed, 66 insertions(+), 66 deletions(-)

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

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

commit 5cb0b7fad9cdb53aeaca600b57aba2cb0192e799
Author: Jan Schneider <jan at horde.org>
Date:   Wed Sep 28 16:03:27 2011 +0200

    Style

 passwd/lib/Test.php |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/5cb0b7fad9cdb53aeaca600b57aba2cb0192e799

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

commit 5f3d4959289163e09e8453f6cb9862f783b417db
Author: Jan Schneider <jan at horde.org>
Date:   Wed Sep 28 16:05:49 2011 +0200

    Style, static public.

 passwd/lib/Passwd.php |   35 +++++++++++++++++------------------
 1 files changed, 17 insertions(+), 18 deletions(-)

http://git.horde.org/horde-git/-/commit/5f3d4959289163e09e8453f6cb9862f783b417db

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

commit 50406aae87102451bf23ded05fbb65aaf9d2850b
Author: Jan Schneider <jan at horde.org>
Date:   Wed Sep 28 18:58:21 2011 +0200

    Update remaining drivers.
    
    Should all work now more or less, as far as possible without actual testing.
    All kind of cleanups and fixes along the way.

 passwd/lib/Driver.php            |   88 ++++++--------
 passwd/lib/Driver/Adsi.php       |   42 ++++---
 passwd/lib/Driver/Composite.php  |   72 +++++------
 passwd/lib/Driver/Expect.php     |   47 +++-----
 passwd/lib/Driver/Expectpecl.php |   62 ++++------
 passwd/lib/Driver/Horde.php      |   37 +++---
 passwd/lib/Driver/Http.php       |   42 ++-----
 passwd/lib/Driver/Kolab.php      |   32 +----
 passwd/lib/Driver/Ldap.php       |   51 +++++++-
 passwd/lib/Driver/Pine.php       |  239 ++++++++++++++++++++------------------
 passwd/lib/Driver/Poppassd.php   |   97 +++++++--------
 passwd/lib/Driver/Procopen.php   |   35 ++----
 passwd/lib/Driver/Pspasswd.php   |   70 ++++++-----
 passwd/lib/Driver/Servuftp.php   |  157 +++++++++++--------------
 passwd/lib/Driver/Smbldap.php    |   55 ++++-----
 passwd/lib/Driver/Smbpasswd.php  |   35 +++----
 passwd/lib/Driver/Soap.php       |   50 +++-----
 passwd/lib/Driver/Sql.php        |   76 ++++++------
 passwd/lib/Driver/Vmailmgr.php   |   37 ++----
 passwd/lib/Driver/Vpopmail.php   |   84 ++++++--------
 passwd/lib/Factory/Driver.php    |   24 ++++-
 21 files changed, 665 insertions(+), 767 deletions(-)

http://git.horde.org/horde-git/-/commit/50406aae87102451bf23ded05fbb65aaf9d2850b

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

commit 4fce3ebd8b13e3a10adfed4448f3a52a550763ba
Author: Jan Schneider <jan at horde.org>
Date:   Wed Sep 28 19:01:22 2011 +0200

    We don't list this anywhere else.

 passwd/docs/CHANGES |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/4fce3ebd8b13e3a10adfed4448f3a52a550763ba




More information about the commits mailing list