[commits] Horde branch horde_5_1 updated. 11b109debb58db45031fd4ee2d11cc8740fef2ce

Jan Schneider jan at horde.org
Wed Mar 13 12:34:05 UTC 2013


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

from: ff555ff09457eb910343c145b5d70f8b0f3ac4b0

d2d659a phpdoc
1995205 Add myself as developer of class
d56417a [mms] Additional sanity checking when trying to load from cache.
691a1dc We have already done the caching type checks in the constructor
1b7ab48 Released Horde_Autoloader_Cache-2.0.3
df0a28b Development mode for Horde_Autoloader_Cache-2.0.4
56d58e8 Various documentation updates
17b32c8 tweaks/coding style
3d6bdf8 doc
ef14017 not needed
6a4d750 Move display code into separate library
ed9d32a Move loading of backends config to factory
452c9d6 fix globals
37c9c43 help file tweaks
3151047 Correct populate username field
1b14d2a phpdoc
b4db1c8 [mms] Http driver now uses Horde_Http_Client.
b39f42e Define the $flags array before we use it.
ce97635 Add missing Horde_ActiveSync::GAL_OFFICE return to GAL searches.
1cbfe2b Fix undefined variable
106e284 Bug #12109: Fix log level for WARN
2de95f9 Bug #12109: Workaround broken log priority in Horde <= 5.0.5
a1d097a Missing break
927c54c phpdoc
3958d62 doc fixes
0c72704 _loaded variable not needed
a148d81 phpdoc
43f9253 [mms] Add option to destroy Horde session after changing password (Bug #11766).
d7d30b5 Update password drivers.
da458cd Add better logout message (Bug #11766)
dda9fb0 typos
805fced phpdoc
60919e7 Passwd tests now pass
652125a Disable all backends by default
4412026 doc tweaks
cbf8f5a Fix some more typos
60bc87c Guess I will become an active developer, if just to push the H5 versions out the door
2941ef7 phpdoc
f880006 Move some unused functions from Horde to Horde_Deprecated
45cf201 Move image generation related methods from Horde to Horde_Themes_Image
ef24886 Update de translation.
3e618cb Gettextize Reset button (Bug #12111).
6cb8a69 Style
1c43da1 Update eu translation.
2339cea Only skip on Travis.
4c1ce07 Skip those on Travis too.
11b109d Merge branch 'master' into horde_5_1

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

commit d2d659a25a13c3ab5c3c6e5d98bac72956990100
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Mar 11 22:12:25 2013 -0600

    phpdoc

 framework/Autoloader_Cache/bin/horde-autoloader-cache-prune |    6 ++-
 framework/Autoloader_Cache/lib/Horde/Autoloader/Cache.php   |   38 +++++++---
 2 files changed, 31 insertions(+), 13 deletions(-)

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

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

commit 1995205ad2bcddc383f359ec59b945a6c2ff87c0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Mar 11 22:13:26 2013 -0600

    Add myself as developer of class

 framework/Autoloader_Cache/package.xml |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/1995205ad2bcddc383f359ec59b945a6c2ff87c0

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

commit d56417a82c0839a852a2718b3a452cedf3b505b2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Mar 11 22:13:56 2013 -0600

    [mms] Additional sanity checking when trying to load from cache.

 framework/Autoloader_Cache/lib/Horde/Autoloader/Cache.php |   11 +++++++----
 framework/Autoloader_Cache/package.xml                    |    2 ++
 2 files changed, 9 insertions(+), 4 deletions(-)

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

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

commit 691a1dcb1c851440d8a823bf3bc4fa67b3e11fec
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Mar 11 22:14:13 2013 -0600

    We have already done the caching type checks in the constructor

 framework/Autoloader_Cache/lib/Horde/Autoloader/Cache.php |   17 +++++++-----
 1 files changed, 10 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/691a1dcb1c851440d8a823bf3bc4fa67b3e11fec

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

commit 1b7ab482215645e8dd8dda780f19c056edd8ab5e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Mar 11 22:23:27 2013 -0600

    Released Horde_Autoloader_Cache-2.0.3

 framework/Autoloader_Cache/package.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/1b7ab482215645e8dd8dda780f19c056edd8ab5e

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

commit df0a28b66cdd7c28da01e74254eb1aa845d8a685
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Mar 11 22:23:27 2013 -0600

    Development mode for Horde_Autoloader_Cache-2.0.4

 framework/Autoloader_Cache/package.xml |   21 ++++++++++++++++-----
 1 files changed, 16 insertions(+), 5 deletions(-)

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

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

commit 56d58e80d97b414731b54cd8ea2afd9367665e14
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 00:32:13 2013 -0600

    Various documentation updates

 passwd/README                |    2 +-
 passwd/config/backends.php   |  212 ++++++++++++++++--------------------------
 passwd/config/hooks.php.dist |    1 +
 passwd/docs/INSTALL          |   12 +-
 passwd/docs/UPGRADING        |    4 +-
 passwd/index.php             |   13 ++-
 passwd/js/passwd.js          |    9 ++-
 passwd/lib/Application.php   |   30 ++++--
 passwd/lib/Driver.php        |   23 +++--
 passwd/lib/Exception.php     |   18 +++-
 passwd/lib/Passwd.php        |   20 +++-
 passwd/lib/Test.php          |   17 +++-
 12 files changed, 186 insertions(+), 175 deletions(-)

http://git.horde.org/horde-git/-/commit/56d58e80d97b414731b54cd8ea2afd9367665e14

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

commit 17b32c84b01a1697c90dbf9113febf6cb77385fd
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 00:53:51 2013 -0600

    tweaks/coding style

 passwd/lib/Driver.php |   18 ++++++++++--------
 passwd/lib/Test.php   |   18 +-----------------
 2 files changed, 11 insertions(+), 25 deletions(-)

http://git.horde.org/horde-git/-/commit/17b32c84b01a1697c90dbf9113febf6cb77385fd

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

commit 3d6bdf8bcdce80b33fc5cece88830f72336dc878
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 00:59:35 2013 -0600

    doc

 passwd/lib/Passwd.php |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/3d6bdf8bcdce80b33fc5cece88830f72336dc878

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

commit ef140171925bd0724e63272b449ffcb400323901
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 00:59:40 2013 -0600

    not needed

 passwd/lib/Passwd.php |   16 +---------------
 1 files changed, 1 insertions(+), 15 deletions(-)

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

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

commit 6a4d750c2ef00dbfa495e9a21f802395e390380d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 01:56:01 2013 -0600

    Move display code into separate library

 passwd/index.php                |  219 ++-------------------------
 passwd/js/passwd.js             |    2 +
 passwd/lib/Basic.php            |  318 +++++++++++++++++++++++++++++++++++++++
 passwd/lib/Passwd.php           |  108 -------------
 passwd/package.xml              |    8 +-
 passwd/templates/index.html.php |   34 ++--
 6 files changed, 351 insertions(+), 338 deletions(-)
 create mode 100644 passwd/lib/Basic.php
 delete mode 100644 passwd/lib/Passwd.php

http://git.horde.org/horde-git/-/commit/6a4d750c2ef00dbfa495e9a21f802395e390380d

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

commit ed9d32afed9018bc66bfed7cfb9ffe09aa60df6e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 02:07:36 2013 -0600

    Move loading of backends config to factory

 passwd/lib/Basic.php                           |   36 +---------
 passwd/lib/Factory/Driver.php                  |   90 +++++++++++++----------
 passwd/test/Passwd/Unit/Factory/DriverTest.php |   19 ++----
 3 files changed, 58 insertions(+), 87 deletions(-)

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

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

commit 452c9d6aaa4bd2b3415731fecec385425b590ae2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 02:18:16 2013 -0600

    fix globals

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

http://git.horde.org/horde-git/-/commit/452c9d6aaa4bd2b3415731fecec385425b590ae2

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

commit 37c9c43d4d0369ccb2a083cb3582d28224dd5a20
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 02:20:15 2013 -0600

    help file tweaks

 passwd/locale/en/help.xml       |   21 +++++----------------
 passwd/templates/index.html.php |   10 +++++-----
 2 files changed, 10 insertions(+), 21 deletions(-)

http://git.horde.org/horde-git/-/commit/37c9c43d4d0369ccb2a083cb3582d28224dd5a20

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

commit 31510470ea6d2dd60af9e4e57773243d77c335d8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 02:24:50 2013 -0600

    Correct populate username field

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

http://git.horde.org/horde-git/-/commit/31510470ea6d2dd60af9e4e57773243d77c335d8

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

commit 1b14d2a4e5a92b96db21b1c4e97c5d20dfff9e3d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 02:43:30 2013 -0600

    phpdoc

 passwd/lib/Driver/Http.php |   29 +++++++++++++++--------------
 1 files changed, 15 insertions(+), 14 deletions(-)

http://git.horde.org/horde-git/-/commit/1b14d2a4e5a92b96db21b1c4e97c5d20dfff9e3d

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

commit b4db1c8b0204c4f44ea85278a972df17f66607aa
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 02:45:03 2013 -0600

    [mms] Http driver now uses Horde_Http_Client.

 passwd/docs/CHANGES        |    1 +
 passwd/lib/Driver/Http.php |   37 ++++++++++++++++---------------------
 passwd/lib/Test.php        |    5 -----
 passwd/package.xml         |    8 ++++++++
 4 files changed, 25 insertions(+), 26 deletions(-)

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

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

commit b39f42e6846dafe3dc6cfdb41f61b7cd84ccbd1e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Mar 12 08:59:34 2013 -0400

    Define the $flags array before we use it.

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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

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

commit ce976355580b687cda689e07495b285eec751110
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Mar 12 11:05:21 2013 -0400

    Add missing Horde_ActiveSync::GAL_OFFICE return to GAL searches.

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

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

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

commit 1cbfe2b71c698fa4cadead7a367696586b8db12a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 13:39:50 2013 -0600

    Fix undefined variable

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/1cbfe2b71c698fa4cadead7a367696586b8db12a

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

commit 106e284ef212338d6a4a8f25f0162d91b597b20a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 13:48:28 2013 -0600

    Bug #12109: Fix log level for WARN

 horde/config/conf.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/106e284ef212338d6a4a8f25f0162d91b597b20a

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

commit 2de95f9a8d3374d495a5548ac4da75f77b9b77a2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 13:50:41 2013 -0600

    Bug #12109: Workaround broken log priority in Horde <= 5.0.5

 framework/Core/lib/Horde/Core/Factory/Logger.php |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/2de95f9a8d3374d495a5548ac4da75f77b9b77a2

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

commit a1d097a63350524229ba38e169bbb9f6154047f8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 14:47:11 2013 -0600

    Missing break

 framework/Core/lib/Horde/Core/Factory/Logger.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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

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

commit 927c54c0e391c610358ce39f5f5774614780e2b2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 15:21:13 2013 -0600

    phpdoc

 horde/lib/Api.php |   52 +++++++++++++++++++++++++++++++++++-----------------
 1 files changed, 35 insertions(+), 17 deletions(-)

http://git.horde.org/horde-git/-/commit/927c54c0e391c610358ce39f5f5774614780e2b2

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

commit 3958d621be9a378e6955306cc6a5d8e433451b66
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 15:24:26 2013 -0600

    doc fixes

 passwd/config/backends.php |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/3958d621be9a378e6955306cc6a5d8e433451b66

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

commit 0c72704b07076e1a0ce1cf030a71620f191c3c3a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 15:46:31 2013 -0600

    _loaded variable not needed

 passwd/lib/Driver/Composite.php |   13 ++-----------
 1 files changed, 2 insertions(+), 11 deletions(-)

http://git.horde.org/horde-git/-/commit/0c72704b07076e1a0ce1cf030a71620f191c3c3a

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

commit a148d814f2ae3bd2debee53588a6e2bd8acbdea6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 15:50:14 2013 -0600

    phpdoc

 passwd/config/backends.php |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

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

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

commit 43f9253c42bfe053a64f3dc8386048626936e367
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 16:53:41 2013 -0600

    [mms] Add option to destroy Horde session after changing password (Bug #11766).

 passwd/config/backends.php |    7 ++++---
 passwd/docs/CHANGES        |    1 +
 passwd/docs/UPGRADING      |   15 +++++++++++++++
 passwd/lib/Basic.php       |    9 ++++-----
 passwd/package.xml         |    1 +
 5 files changed, 25 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/43f9253c42bfe053a64f3dc8386048626936e367

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

commit d7d30b5eea5eefe459c28d651fa3836b2ff7fe9e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 16:54:46 2013 -0600

    Update password drivers.
    
    Remove userdn hook - better as a config option in backends.php
    Fix username hook - userid should be modified at the time changePassword
    is called so this works more transparently with the composite driver.
    fix phpdoc

 passwd/config/backends.php       |    6 ++-
 passwd/config/hooks.php.dist     |   64 +++++------------
 passwd/docs/UPGRADING            |   12 +++-
 passwd/lib/Basic.php             |   12 +---
 passwd/lib/Driver.php            |   32 +++++++--
 passwd/lib/Driver/Adsi.php       |   45 +++++++-----
 passwd/lib/Driver/Composite.php  |   80 ++++++++++------------
 passwd/lib/Driver/Expect.php     |   47 +++++++------
 passwd/lib/Driver/Expectpecl.php |  116 ++++++++++++++++++-------------
 passwd/lib/Driver/Horde.php      |   44 +++++++-----
 passwd/lib/Driver/Http.php       |   11 ++--
 passwd/lib/Driver/Kolab.php      |   50 ++++++++------
 passwd/lib/Driver/Ldap.php       |  142 ++++++++++++++++++--------------------
 passwd/lib/Driver/Pine.php       |  141 +++++++++++++++++--------------------
 passwd/lib/Driver/Poppassd.php   |   76 +++++++++++---------
 passwd/lib/Driver/Procopen.php   |   45 +++++++------
 passwd/lib/Driver/Pspasswd.php   |   56 ++++++++-------
 passwd/lib/Driver/Servuftp.php   |   77 ++++++++++++++-------
 passwd/lib/Driver/Smbldap.php    |   66 +++++++++---------
 passwd/lib/Driver/Smbpasswd.php  |   64 +++++++++--------
 passwd/lib/Driver/Soap.php       |   56 ++++++++--------
 passwd/lib/Driver/Sql.php        |  124 ++++++++++++++++-----------------
 passwd/lib/Driver/Vmailmgr.php   |   36 +++++-----
 passwd/lib/Driver/Vpopmail.php   |  119 ++++++++++++++++----------------
 24 files changed, 783 insertions(+), 738 deletions(-)

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

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

commit da458cde92a2bddaff217cd1124ae3243a038b6e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 17:07:37 2013 -0600

    Add better logout message (Bug #11766)

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

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

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

commit dda9fb0131d1bd4f8e72bb02fc24b58f74fe1159
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 20:59:40 2013 -0600

    typos

 passwd/lib/Driver.php       |    2 +-
 passwd/lib/Driver/Kolab.php |    2 +-
 passwd/lib/Driver/Ldap.php  |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

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

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

commit 805fcedc406de3f6c170568f2c604eb65226e67d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 20:59:51 2013 -0600

    phpdoc

 passwd/lib/Driver/Sql.php     |   12 ++++++------
 passwd/lib/Factory/Driver.php |    2 --
 2 files changed, 6 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/805fcedc406de3f6c170568f2c604eb65226e67d

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

commit 60919e7bbc92f3330fc2e81e6bcae04f943cd178
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 21:03:57 2013 -0600

    Passwd tests now pass

 passwd/lib/Driver/Null.php                     |   31 ++++++++++
 passwd/lib/Factory/Driver.php                  |   73 +++++++++++++++---------
 passwd/package.xml                             |    4 +-
 passwd/test/Passwd/Autoload.php                |   10 +--
 passwd/test/Passwd/TestCase.php                |   39 +------------
 passwd/test/Passwd/Unit/Driver/SqlTest.php     |   39 +++++++++---
 passwd/test/Passwd/Unit/Factory/DriverTest.php |   57 ++++++++++--------
 7 files changed, 146 insertions(+), 107 deletions(-)
 create mode 100644 passwd/lib/Driver/Null.php

http://git.horde.org/horde-git/-/commit/60919e7bbc92f3330fc2e81e6bcae04f943cd178

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

commit 652125a077b4e329be57fc53e5badb19123caaa9
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 21:07:05 2013 -0600

    Disable all backends by default
    
    There is no expectation (and there should not be) that passwd is going
    to work out-of-the box.

 passwd/config/backends.php |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/652125a077b4e329be57fc53e5badb19123caaa9

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

commit 44120266bb54611ec4e48548b5f302e28037afc4
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 21:07:45 2013 -0600

    doc tweaks

 passwd/config/backends.php       |   12 ++++++------
 passwd/lib/Driver/Expect.php     |    4 ++--
 passwd/lib/Driver/Expectpecl.php |    2 +-
 passwd/lib/Driver/Horde.php      |    4 ++--
 passwd/lib/Driver/Soap.php       |    2 +-
 passwd/lib/Driver/Vpopmail.php   |    2 +-
 6 files changed, 13 insertions(+), 13 deletions(-)

http://git.horde.org/horde-git/-/commit/44120266bb54611ec4e48548b5f302e28037afc4

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

commit cbf8f5a6fbd42d8f7c91a09a377971202c85f215
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 22:07:44 2013 -0600

    Fix some more typos

 passwd/lib/Basic.php |   30 +++++++++++++++---------------
 1 files changed, 15 insertions(+), 15 deletions(-)

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

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

commit 60bc87c37d034b33ec81952bcaec551e09eb8077
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Mar 12 22:50:11 2013 -0600

    Guess I will become an active developer, if just to push the H5 versions out the door
    
    Apologies to Eric and/or Chuck if they still want to be listed as
    maintainers.  Neither has done anything here for several years so I have
    to figure that counts for something.

 passwd/docs/CREDITS |    6 ++++--
 passwd/package.xml  |    6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/60bc87c37d034b33ec81952bcaec551e09eb8077

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

commit 2941ef79fa1ce953d793a53add4a9bbb85dcf0cc
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 13 00:57:19 2013 -0600

    phpdoc

 framework/Core/lib/Horde.php              |    1 -
 framework/Core/lib/Horde/Themes/Image.php |   20 ++++++++++++++------
 2 files changed, 14 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/2941ef79fa1ce953d793a53add4a9bbb85dcf0cc

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

commit f880006fda73a8c057793b25a09833efbb3913c1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 13 01:37:05 2013 -0600

    Move some unused functions from Horde to Horde_Deprecated

 framework/Core/lib/Horde.php            |   96 +++++-----------------------
 framework/Core/lib/Horde/Deprecated.php |  105 +++++++++++++++++++++++++++++++
 framework/Core/package.xml              |    8 ++-
 3 files changed, 128 insertions(+), 81 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Deprecated.php

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

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

commit 45cf201a273947e82fa1ea7cea6f467e4f1dc6fd
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 13 01:38:23 2013 -0600

    Move image generation related methods from Horde to Horde_Themes_Image

 framework/Core/lib/Horde.php              |  190 +++++++++--------------------
 framework/Core/lib/Horde/Themes/Image.php |  102 +++++++++++++++
 2 files changed, 160 insertions(+), 132 deletions(-)

http://git.horde.org/horde-git/-/commit/45cf201a273947e82fa1ea7cea6f467e4f1dc6fd

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

commit ef24886f975929b81ae7f9818ca22a043da6c6c3
Author: Jan Schneider <jan at horde.org>
Date:   Tue Mar 12 14:01:39 2013 +0100

    Update de translation.

 imp/locale/de/LC_MESSAGES/imp.mo |  Bin 181260 -> 181259 bytes
 imp/locale/de/LC_MESSAGES/imp.po |    4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit 3e618cbceb9a4357e93092e1ff0c86fb06d3f2b4
Author: Jan Schneider <jan at horde.org>
Date:   Wed Mar 13 10:30:57 2013 +0100

    Gettextize Reset button (Bug #12111).

 horde/templates/prefs/activesync.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/3e618cbceb9a4357e93092e1ff0c86fb06d3f2b4

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

commit 6cb8a6984bf8ed2b03f0111e7b5b147c470aa502
Author: Jan Schneider <jan at horde.org>
Date:   Wed Mar 13 10:38:17 2013 +0100

    Style

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

http://git.horde.org/horde-git/-/commit/6cb8a6984bf8ed2b03f0111e7b5b147c470aa502

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

commit 1c43da1888637755b2e3b76c543d287484a607a7
Author: Jan Schneider <jan at horde.org>
Date:   Wed Mar 13 10:43:23 2013 +0100

    Update eu translation.

 framework/ActiveSync/locale/eu/LC_MESSAGES/Horde_ActiveSync.mo    |  Bin 944 -> 981 bytes
 framework/ActiveSync/locale/eu/LC_MESSAGES/Horde_ActiveSync.po    |    6 +-
 framework/Alarm/locale/eu/LC_MESSAGES/Horde_Alarm.mo              |  Bin 762 -> 772 bytes
 framework/Alarm/locale/eu/LC_MESSAGES/Horde_Alarm.po              |    9 +-
 framework/Argv/locale/eu/LC_MESSAGES/Horde_Argv.mo                |  Bin 585 -> 596 bytes
 framework/Argv/locale/eu/LC_MESSAGES/Horde_Argv.po                |    5 +-
 framework/Auth/locale/eu/LC_MESSAGES/Horde_Auth.mo                |  Bin 742 -> 753 bytes
 framework/Auth/locale/eu/LC_MESSAGES/Horde_Auth.po                |   31 +-
 framework/Browser/locale/eu/LC_MESSAGES/Horde_Browser.mo          |  Bin 1149 -> 1160 bytes
 framework/Browser/locale/eu/LC_MESSAGES/Horde_Browser.po          |    5 +-
 framework/Cli/locale/eu/LC_MESSAGES/Horde_Cli.mo                  |  Bin 696 -> 707 bytes
 framework/Cli/locale/eu/LC_MESSAGES/Horde_Cli.po                  |    5 +-
 framework/Compress/locale/eu/LC_MESSAGES/Horde_Compress.mo        |  Bin 731 -> 983 bytes
 framework/Compress/locale/eu/LC_MESSAGES/Horde_Compress.po        |    9 +-
 framework/Core/locale/eu/LC_MESSAGES/Horde_Core.mo                |  Bin 5850 -> 19198 bytes
 framework/Core/locale/eu/LC_MESSAGES/Horde_Core.po                |  567 +-
 framework/Crypt/locale/eu/LC_MESSAGES/Horde_Crypt.mo              |  Bin 805 -> 1893 bytes
 framework/Crypt/locale/eu/LC_MESSAGES/Horde_Crypt.po              |  116 +-
 framework/Data/locale/eu/LC_MESSAGES/Horde_Data.mo                |  Bin 851 -> 1262 bytes
 framework/Data/locale/eu/LC_MESSAGES/Horde_Data.po                |   11 +-
 framework/Date/locale/eu/LC_MESSAGES/Horde_Date.mo                |  Bin 488 -> 1189 bytes
 framework/Date/locale/eu/LC_MESSAGES/Horde_Date.po                |   62 +-
 framework/Exception/locale/eu/LC_MESSAGES/Horde_Exception.mo      |  Bin 591 -> 602 bytes
 framework/Exception/locale/eu/LC_MESSAGES/Horde_Exception.po      |    5 +-
 framework/Form/locale/eu/LC_MESSAGES/Horde_Form.mo                |  Bin 1098 -> 1997 bytes
 framework/Form/locale/eu/LC_MESSAGES/Horde_Form.po                |   61 +-
 framework/Icalendar/locale/eu/LC_MESSAGES/Horde_Icalendar.mo      |  Bin 553 -> 564 bytes
 framework/Icalendar/locale/eu/LC_MESSAGES/Horde_Icalendar.po      |    5 +-
 framework/Image/locale/eu/LC_MESSAGES/Horde_Image.mo              |  Bin 1279 -> 1352 bytes
 framework/Image/locale/eu/LC_MESSAGES/Horde_Image.po              |   12 +-
 framework/Imap_Client/locale/eu/LC_MESSAGES/Horde_Imap_Client.mo  |  Bin 1408 -> 2044 bytes
 framework/Imap_Client/locale/eu/LC_MESSAGES/Horde_Imap_Client.po  |  135 +-
 framework/Imsp/locale/eu/LC_MESSAGES/Horde_Imsp.mo                |  Bin 569 -> 580 bytes
 framework/Imsp/locale/eu/LC_MESSAGES/Horde_Imsp.po                |    5 +-
 framework/Itip/locale/eu/LC_MESSAGES/Horde_Itip.mo                |  Bin 603 -> 1432 bytes
 framework/Itip/locale/eu/LC_MESSAGES/Horde_Itip.po                |   23 +-
 framework/Kolab_Cli/locale/eu/LC_MESSAGES/Horde_Kolab_Cli.mo      |  Bin 492 -> 959 bytes
 framework/Kolab_Cli/locale/eu/LC_MESSAGES/Horde_Kolab_Cli.po      |   22 +-
 .../Kolab_FreeBusy/locale/eu/LC_MESSAGES/Horde_Kolab_FreeBusy.mo  |  Bin 623 -> 983 bytes
 .../Kolab_FreeBusy/locale/eu/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |   20 +-
 .../Kolab_Resource/locale/eu/LC_MESSAGES/Horde_Kolab_Resource.mo  |  Bin 988 -> 999 bytes
 .../Kolab_Resource/locale/eu/LC_MESSAGES/Horde_Kolab_Resource.po  |    5 +-
 .../Kolab_Storage/locale/eu/LC_MESSAGES/Horde_Kolab_Storage.mo    |  Bin 496 -> 806 bytes
 .../Kolab_Storage/locale/eu/LC_MESSAGES/Horde_Kolab_Storage.po    |   33 +-
 framework/LoginTasks/locale/eu/LC_MESSAGES/Horde_LoginTasks.mo    |  Bin 696 -> 707 bytes
 framework/LoginTasks/locale/eu/LC_MESSAGES/Horde_LoginTasks.po    |    5 +-
 framework/Mime/locale/eu/LC_MESSAGES/Horde_Mime.mo                |  Bin 1318 -> 1329 bytes
 framework/Mime/locale/eu/LC_MESSAGES/Horde_Mime.po                |    5 +-
 framework/Mime_Viewer/locale/eu/LC_MESSAGES/Horde_Mime_Viewer.mo  |  Bin 1559 -> 1570 bytes
 framework/Mime_Viewer/locale/eu/LC_MESSAGES/Horde_Mime_Viewer.po  |    5 +-
 framework/Model/locale/eu/LC_MESSAGES/Horde_Model.mo              |  Bin 1296 -> 2980 bytes
 framework/Model/locale/eu/LC_MESSAGES/Horde_Model.po              |  107 +-
 framework/Nls/locale/eu/LC_MESSAGES/Horde_Nls.mo                  |  Bin 592 -> 2485 bytes
 framework/Nls/locale/eu/LC_MESSAGES/Horde_Nls.po                  |  103 +-
 framework/Perms/locale/eu/LC_MESSAGES/Horde_Perms.mo              |  Bin 855 -> 866 bytes
 framework/Perms/locale/eu/LC_MESSAGES/Horde_Perms.po              |    5 +-
 framework/Prefs/locale/eu/LC_MESSAGES/Horde_Prefs.mo              |  Bin 1071 -> 1082 bytes
 framework/Prefs/locale/eu/LC_MESSAGES/Horde_Prefs.po              |    5 +-
 framework/Push/locale/eu/LC_MESSAGES/Horde_Push.mo                |  Bin 487 -> 767 bytes
 framework/Push/locale/eu/LC_MESSAGES/Horde_Push.po                |   11 +-
 framework/Rpc/locale/eu/LC_MESSAGES/Horde_Rpc.mo                  |  Bin 560 -> 571 bytes
 framework/Rpc/locale/eu/LC_MESSAGES/Horde_Rpc.po                  |    5 +-
 .../locale/eu/LC_MESSAGES/Horde_Service_Facebook.mo               |  Bin 717 -> 728 bytes
 .../locale/eu/LC_MESSAGES/Horde_Service_Facebook.po               |    5 +-
 .../Service_Scribd/locale/eu/LC_MESSAGES/Horde_Service_Scribd.mo  |  Bin 557 -> 568 bytes
 .../Service_Scribd/locale/eu/LC_MESSAGES/Horde_Service_Scribd.po  |    5 +-
 .../locale/eu/LC_MESSAGES/Horde_Service_Weather.mo                |  Bin 782 -> 868 bytes
 .../locale/eu/LC_MESSAGES/Horde_Service_Weather.po                |   26 +-
 framework/Share/locale/eu/LC_MESSAGES/Horde_Share.mo              |  Bin 626 -> 637 bytes
 framework/Share/locale/eu/LC_MESSAGES/Horde_Share.po              |    5 +-
 framework/SyncMl/locale/eu/LC_MESSAGES/Horde_SyncMl.mo            |  Bin 565 -> 576 bytes
 framework/SyncMl/locale/eu/LC_MESSAGES/Horde_SyncMl.po            |    5 +-
 framework/Text_Filter/locale/eu/LC_MESSAGES/Horde_Text_Filter.mo  |  Bin 532 -> 543 bytes
 framework/Text_Filter/locale/eu/LC_MESSAGES/Horde_Text_Filter.po  |    5 +-
 framework/Token/locale/eu/LC_MESSAGES/Horde_Token.mo              |  Bin 488 -> 499 bytes
 framework/Token/locale/eu/LC_MESSAGES/Horde_Token.po              |    5 +-
 framework/Vfs/locale/eu/LC_MESSAGES/Horde_Vfs.mo                  |  Bin 678 -> 689 bytes
 framework/Vfs/locale/eu/LC_MESSAGES/Horde_Vfs.po                  |    5 +-
 gollem/locale/eu/LC_MESSAGES/gollem.mo                            |  Bin 72426 -> 71826 bytes
 gollem/locale/eu/LC_MESSAGES/gollem.po                            |  236 +-
 horde/locale/eu/LC_MESSAGES/horde.mo                              |  Bin 64314 -> 63610 bytes
 horde/locale/eu/LC_MESSAGES/horde.po                              | 1534 +-
 horde/locale/eu/help.xml                                          |   12 +-
 imp/locale/eu/LC_MESSAGES/imp.mo                                  |  Bin 181856 -> 175647 bytes
 imp/locale/eu/LC_MESSAGES/imp.po                                  | 4525 ++---
 imp/locale/eu/help.xml                                            |  684 +-
 ingo/locale/eu/LC_MESSAGES/ingo.mo                                |  Bin 81975 -> 82436 bytes
 ingo/locale/eu/LC_MESSAGES/ingo.po                                |  531 +-
 ingo/locale/eu/help.xml                                           |    8 +-
 kronolith/locale/eu/LC_MESSAGES/kronolith.mo                      |  Bin 124127 -> 122953 bytes
 kronolith/locale/eu/LC_MESSAGES/kronolith.po                      | 1819 +-
 mnemo/locale/eu/LC_MESSAGES/mnemo.mo                              |  Bin 74245 -> 72826 bytes
 mnemo/locale/eu/LC_MESSAGES/mnemo.po                              |  312 +-
 mnemo/locale/eu/help.xml                                          |    2 +-
 nag/locale/eu/LC_MESSAGES/nag.mo                                  |  Bin 88756 -> 88412 bytes
 nag/locale/eu/LC_MESSAGES/nag.po                                  |  993 +-
 timeobjects/locale/eu/LC_MESSAGES/timeobjects.mo                  |  Bin 64818 -> 64133 bytes
 timeobjects/locale/eu/LC_MESSAGES/timeobjects.po                  |   14 +-
 turba/locale/eu/LC_MESSAGES/turba.mo                              |  Bin 95563 -> 94710 bytes
 turba/locale/eu/LC_MESSAGES/turba.po                              |  734 +-
 100 files changed, 6245 insertions(+), 6623 deletions(-)

http://git.horde.org/horde-git/-/commit/1c43da1888637755b2e3b76c543d287484a607a7

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

commit 2339cea115969cf0276af8e68cff3bb6a9978eeb
Author: Jan Schneider <jan at horde.org>
Date:   Wed Mar 13 10:55:21 2013 +0100

    Only skip on Travis.

 framework/Vfs/test/Horde/Vfs/FileTest.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/2339cea115969cf0276af8e68cff3bb6a9978eeb

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

commit 4c1ce079457f5e95670b9d5ea50b5caef53d08a0
Author: Jan Schneider <jan at horde.org>
Date:   Wed Mar 13 10:55:41 2013 +0100

    Skip those on Travis too.

 framework/Vcs/test/Horde/Vcs/CvsTest.php |    8 ++++++++
 framework/Vcs/test/Horde/Vcs/SvnTest.php |    8 ++++++++
 2 files changed, 16 insertions(+), 0 deletions(-)

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

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

commit 11b109debb58db45031fd4ee2d11cc8740fef2ce
Merge: ff555ff 4c1ce07
Author: Jan Schneider <jan at horde.org>
Date:   Wed Mar 13 13:33:42 2013 +0100

    Merge branch 'master' into horde_5_1
    
    Conflicts:
    	horde/templates/prefs/activesync.html

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php        |    1 +
 framework/ActiveSync/locale/eu/LC_MESSAGES/Horde_ActiveSync.mo    |  Bin 944 -> 981 bytes
 framework/ActiveSync/locale/eu/LC_MESSAGES/Horde_ActiveSync.po    |    6 +-
 framework/Alarm/locale/eu/LC_MESSAGES/Horde_Alarm.mo              |  Bin 762 -> 772 bytes
 framework/Alarm/locale/eu/LC_MESSAGES/Horde_Alarm.po              |    9 +-
 framework/Argv/locale/eu/LC_MESSAGES/Horde_Argv.mo                |  Bin 585 -> 596 bytes
 framework/Argv/locale/eu/LC_MESSAGES/Horde_Argv.po                |    5 +-
 framework/Auth/lib/Horde/Auth/Ldap.php                            |    4 +-
 framework/Auth/locale/eu/LC_MESSAGES/Horde_Auth.mo                |  Bin 742 -> 753 bytes
 framework/Auth/locale/eu/LC_MESSAGES/Horde_Auth.po                |   31 +-
 framework/Autoloader_Cache/bin/horde-autoloader-cache-prune       |    6 +-
 framework/Autoloader_Cache/lib/Horde/Autoloader/Cache.php         |   66 +-
 framework/Autoloader_Cache/package.xml                            |   31 +-
 framework/Browser/locale/eu/LC_MESSAGES/Horde_Browser.mo          |  Bin 1149 -> 1160 bytes
 framework/Browser/locale/eu/LC_MESSAGES/Horde_Browser.po          |    5 +-
 framework/Cli/locale/eu/LC_MESSAGES/Horde_Cli.mo                  |  Bin 696 -> 707 bytes
 framework/Cli/locale/eu/LC_MESSAGES/Horde_Cli.po                  |    5 +-
 framework/Compress/locale/eu/LC_MESSAGES/Horde_Compress.mo        |  Bin 731 -> 983 bytes
 framework/Compress/locale/eu/LC_MESSAGES/Horde_Compress.po        |    9 +-
 framework/Core/lib/Horde.php                                      |  287 +-
 framework/Core/lib/Horde/Core/Factory/Logger.php                  |   15 +-
 framework/Core/lib/Horde/Deprecated.php                           |  105 +
 framework/Core/lib/Horde/Themes/Image.php                         |  122 +-
 framework/Core/locale/eu/LC_MESSAGES/Horde_Core.mo                |  Bin 5850 -> 19198 bytes
 framework/Core/locale/eu/LC_MESSAGES/Horde_Core.po                |  567 +-
 framework/Core/package.xml                                        |    8 +-
 framework/Crypt/locale/eu/LC_MESSAGES/Horde_Crypt.mo              |  Bin 805 -> 1893 bytes
 framework/Crypt/locale/eu/LC_MESSAGES/Horde_Crypt.po              |  116 +-
 framework/Data/locale/eu/LC_MESSAGES/Horde_Data.mo                |  Bin 851 -> 1262 bytes
 framework/Data/locale/eu/LC_MESSAGES/Horde_Data.po                |   11 +-
 framework/Date/locale/eu/LC_MESSAGES/Horde_Date.mo                |  Bin 488 -> 1189 bytes
 framework/Date/locale/eu/LC_MESSAGES/Horde_Date.po                |   62 +-
 framework/Exception/locale/eu/LC_MESSAGES/Horde_Exception.mo      |  Bin 591 -> 602 bytes
 framework/Exception/locale/eu/LC_MESSAGES/Horde_Exception.po      |    5 +-
 framework/Form/locale/eu/LC_MESSAGES/Horde_Form.mo                |  Bin 1098 -> 1997 bytes
 framework/Form/locale/eu/LC_MESSAGES/Horde_Form.po                |   61 +-
 framework/Icalendar/locale/eu/LC_MESSAGES/Horde_Icalendar.mo      |  Bin 553 -> 564 bytes
 framework/Icalendar/locale/eu/LC_MESSAGES/Horde_Icalendar.po      |    5 +-
 framework/Image/locale/eu/LC_MESSAGES/Horde_Image.mo              |  Bin 1279 -> 1352 bytes
 framework/Image/locale/eu/LC_MESSAGES/Horde_Image.po              |   12 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |    4 +-
 framework/Imap_Client/locale/eu/LC_MESSAGES/Horde_Imap_Client.mo  |  Bin 1408 -> 2044 bytes
 framework/Imap_Client/locale/eu/LC_MESSAGES/Horde_Imap_Client.po  |  135 +-
 framework/Imsp/locale/eu/LC_MESSAGES/Horde_Imsp.mo                |  Bin 569 -> 580 bytes
 framework/Imsp/locale/eu/LC_MESSAGES/Horde_Imsp.po                |    5 +-
 framework/Itip/locale/eu/LC_MESSAGES/Horde_Itip.mo                |  Bin 603 -> 1432 bytes
 framework/Itip/locale/eu/LC_MESSAGES/Horde_Itip.po                |   23 +-
 framework/Kolab_Cli/locale/eu/LC_MESSAGES/Horde_Kolab_Cli.mo      |  Bin 492 -> 959 bytes
 framework/Kolab_Cli/locale/eu/LC_MESSAGES/Horde_Kolab_Cli.po      |   22 +-
 .../Kolab_FreeBusy/locale/eu/LC_MESSAGES/Horde_Kolab_FreeBusy.mo  |  Bin 623 -> 983 bytes
 .../Kolab_FreeBusy/locale/eu/LC_MESSAGES/Horde_Kolab_FreeBusy.po  |   20 +-
 .../Kolab_Resource/locale/eu/LC_MESSAGES/Horde_Kolab_Resource.mo  |  Bin 988 -> 999 bytes
 .../Kolab_Resource/locale/eu/LC_MESSAGES/Horde_Kolab_Resource.po  |    5 +-
 .../Kolab_Storage/locale/eu/LC_MESSAGES/Horde_Kolab_Storage.mo    |  Bin 496 -> 806 bytes
 .../Kolab_Storage/locale/eu/LC_MESSAGES/Horde_Kolab_Storage.po    |   33 +-
 framework/LoginTasks/locale/eu/LC_MESSAGES/Horde_LoginTasks.mo    |  Bin 696 -> 707 bytes
 framework/LoginTasks/locale/eu/LC_MESSAGES/Horde_LoginTasks.po    |    5 +-
 framework/Mime/locale/eu/LC_MESSAGES/Horde_Mime.mo                |  Bin 1318 -> 1329 bytes
 framework/Mime/locale/eu/LC_MESSAGES/Horde_Mime.po                |    5 +-
 framework/Mime_Viewer/locale/eu/LC_MESSAGES/Horde_Mime_Viewer.mo  |  Bin 1559 -> 1570 bytes
 framework/Mime_Viewer/locale/eu/LC_MESSAGES/Horde_Mime_Viewer.po  |    5 +-
 framework/Model/locale/eu/LC_MESSAGES/Horde_Model.mo              |  Bin 1296 -> 2980 bytes
 framework/Model/locale/eu/LC_MESSAGES/Horde_Model.po              |  107 +-
 framework/Nls/locale/eu/LC_MESSAGES/Horde_Nls.mo                  |  Bin 592 -> 2485 bytes
 framework/Nls/locale/eu/LC_MESSAGES/Horde_Nls.po                  |  103 +-
 framework/Perms/locale/eu/LC_MESSAGES/Horde_Perms.mo              |  Bin 855 -> 866 bytes
 framework/Perms/locale/eu/LC_MESSAGES/Horde_Perms.po              |    5 +-
 framework/Prefs/locale/eu/LC_MESSAGES/Horde_Prefs.mo              |  Bin 1071 -> 1082 bytes
 framework/Prefs/locale/eu/LC_MESSAGES/Horde_Prefs.po              |    5 +-
 framework/Push/locale/eu/LC_MESSAGES/Horde_Push.mo                |  Bin 487 -> 767 bytes
 framework/Push/locale/eu/LC_MESSAGES/Horde_Push.po                |   11 +-
 framework/Rpc/locale/eu/LC_MESSAGES/Horde_Rpc.mo                  |  Bin 560 -> 571 bytes
 framework/Rpc/locale/eu/LC_MESSAGES/Horde_Rpc.po                  |    5 +-
 .../locale/eu/LC_MESSAGES/Horde_Service_Facebook.mo               |  Bin 717 -> 728 bytes
 .../locale/eu/LC_MESSAGES/Horde_Service_Facebook.po               |    5 +-
 .../Service_Scribd/locale/eu/LC_MESSAGES/Horde_Service_Scribd.mo  |  Bin 557 -> 568 bytes
 .../Service_Scribd/locale/eu/LC_MESSAGES/Horde_Service_Scribd.po  |    5 +-
 .../locale/eu/LC_MESSAGES/Horde_Service_Weather.mo                |  Bin 782 -> 868 bytes
 .../locale/eu/LC_MESSAGES/Horde_Service_Weather.po                |   26 +-
 framework/Share/locale/eu/LC_MESSAGES/Horde_Share.mo              |  Bin 626 -> 637 bytes
 framework/Share/locale/eu/LC_MESSAGES/Horde_Share.po              |    5 +-
 framework/SyncMl/locale/eu/LC_MESSAGES/Horde_SyncMl.mo            |  Bin 565 -> 576 bytes
 framework/SyncMl/locale/eu/LC_MESSAGES/Horde_SyncMl.po            |    5 +-
 framework/Text_Filter/locale/eu/LC_MESSAGES/Horde_Text_Filter.mo  |  Bin 532 -> 543 bytes
 framework/Text_Filter/locale/eu/LC_MESSAGES/Horde_Text_Filter.po  |    5 +-
 framework/Token/locale/eu/LC_MESSAGES/Horde_Token.mo              |  Bin 488 -> 499 bytes
 framework/Token/locale/eu/LC_MESSAGES/Horde_Token.po              |    5 +-
 framework/Vcs/test/Horde/Vcs/CvsTest.php                          |    8 +
 framework/Vcs/test/Horde/Vcs/SvnTest.php                          |    8 +
 framework/Vfs/locale/eu/LC_MESSAGES/Horde_Vfs.mo                  |  Bin 678 -> 689 bytes
 framework/Vfs/locale/eu/LC_MESSAGES/Horde_Vfs.po                  |    5 +-
 framework/Vfs/test/Horde/Vfs/FileTest.php                         |    6 +-
 gollem/locale/eu/LC_MESSAGES/gollem.mo                            |  Bin 72426 -> 71826 bytes
 gollem/locale/eu/LC_MESSAGES/gollem.po                            |  236 +-
 horde/config/conf.xml                                             |    2 +-
 horde/lib/Api.php                                                 |   52 +-
 horde/locale/eu/LC_MESSAGES/horde.mo                              |  Bin 64314 -> 63610 bytes
 horde/locale/eu/LC_MESSAGES/horde.po                              | 1534 +-
 horde/locale/eu/help.xml                                          |   12 +-
 imp/locale/de/LC_MESSAGES/imp.mo                                  |  Bin 181260 -> 181259 bytes
 imp/locale/de/LC_MESSAGES/imp.po                                  |    4 +-
 imp/locale/eu/LC_MESSAGES/imp.mo                                  |  Bin 181856 -> 175647 bytes
 imp/locale/eu/LC_MESSAGES/imp.po                                  | 4525 ++---
 imp/locale/eu/help.xml                                            |  684 +-
 ingo/locale/eu/LC_MESSAGES/ingo.mo                                |  Bin 81975 -> 82436 bytes
 ingo/locale/eu/LC_MESSAGES/ingo.po                                |  531 +-
 ingo/locale/eu/help.xml                                           |    8 +-
 kronolith/locale/eu/LC_MESSAGES/kronolith.mo                      |  Bin 124127 -> 122953 bytes
 kronolith/locale/eu/LC_MESSAGES/kronolith.po                      | 1819 +-
 mnemo/locale/eu/LC_MESSAGES/mnemo.mo                              |  Bin 74245 -> 72826 bytes
 mnemo/locale/eu/LC_MESSAGES/mnemo.po                              |  312 +-
 mnemo/locale/eu/help.xml                                          |    2 +-
 nag/locale/eu/LC_MESSAGES/nag.mo                                  |  Bin 88756 -> 88412 bytes
 nag/locale/eu/LC_MESSAGES/nag.po                                  |  993 +-
 passwd/README                                                     |    2 +-
 passwd/config/backends.php                                        |  233 +-
 passwd/config/hooks.php.dist                                      |   63 +-
 passwd/docs/CHANGES                                               |    2 +
 passwd/docs/CREDITS                                               |    6 +-
 passwd/docs/INSTALL                                               |   12 +-
 passwd/docs/UPGRADING                                             |   31 +-
 passwd/index.php                                                  |  228 +-
 passwd/js/passwd.js                                               |   11 +-
 passwd/lib/Application.php                                        |   30 +-
 passwd/lib/Basic.php                                              |  282 +
 passwd/lib/Driver.php                                             |   69 +-
 passwd/lib/Driver/Adsi.php                                        |   45 +-
 passwd/lib/Driver/Composite.php                                   |   93 +-
 passwd/lib/Driver/Expect.php                                      |   47 +-
 passwd/lib/Driver/Expectpecl.php                                  |  116 +-
 passwd/lib/Driver/Horde.php                                       |   44 +-
 passwd/lib/Driver/Http.php                                        |   69 +-
 passwd/lib/Driver/Kolab.php                                       |   52 +-
 passwd/lib/Driver/Ldap.php                                        |  144 +-
 passwd/lib/Driver/Null.php                                        |   31 +
 passwd/lib/Driver/Pine.php                                        |  141 +-
 passwd/lib/Driver/Poppassd.php                                    |   76 +-
 passwd/lib/Driver/Procopen.php                                    |   45 +-
 passwd/lib/Driver/Pspasswd.php                                    |   56 +-
 passwd/lib/Driver/Servuftp.php                                    |   77 +-
 passwd/lib/Driver/Smbldap.php                                     |   66 +-
 passwd/lib/Driver/Smbpasswd.php                                   |   64 +-
 passwd/lib/Driver/Soap.php                                        |   56 +-
 passwd/lib/Driver/Sql.php                                         |  132 +-
 passwd/lib/Driver/Vmailmgr.php                                    |   36 +-
 passwd/lib/Driver/Vpopmail.php                                    |  119 +-
 passwd/lib/Exception.php                                          |   18 +-
 passwd/lib/Factory/Driver.php                                     |   97 +-
 passwd/lib/Passwd.php                                             |  106 -
 passwd/lib/Test.php                                               |   40 +-
 passwd/locale/en/help.xml                                         |   21 +-
 passwd/package.xml                                                |   25 +-
 passwd/templates/index.html.php                                   |   34 +-
 passwd/test/Passwd/Autoload.php                                   |   10 +-
 passwd/test/Passwd/TestCase.php                                   |   39 +-
 passwd/test/Passwd/Unit/Driver/SqlTest.php                        |   39 +-
 passwd/test/Passwd/Unit/Factory/DriverTest.php                    |   68 +-
 timeobjects/locale/eu/LC_MESSAGES/timeobjects.mo                  |  Bin 64818 -> 64133 bytes
 timeobjects/locale/eu/LC_MESSAGES/timeobjects.po                  |   14 +-
 turba/locale/eu/LC_MESSAGES/turba.mo                              |  Bin 95563 -> 94710 bytes
 turba/locale/eu/LC_MESSAGES/turba.po                              |  734 +-
 161 files changed, 8213 insertions(+), 8359 deletions(-)

http://git.horde.org/horde-git/-/commit/11b109debb58db45031fd4ee2d11cc8740fef2ce




More information about the commits mailing list