[commits] Horde branch ingo_3_1 updated. 1dd6de0adc8bd253eb96bed28472b26f98dbafe6

Jan Schneider jan at horde.org
Tue Mar 12 10:57:44 UTC 2013


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

from: 430155418854efb3a1f34c25377e5850c9e275b4

b87d3ba Fix phpdoc
d90470b Fix OPTIONS request failing on devices that don't send DevId with it.
e4bb5a0 Dont' remove stream filters after the stream is closed.
9e004bb Let's see if the recent PHP updates fixed anything.
ddb8342 Explicitly check if $injector exists (Bug #12103).
7927bb3 [jan] Fix error handler in some PHP versions (Bug #12103).
46e7b60 Nope, still segfaulting.
7c0ff0d Released Horde_Core-2.4.3
e606b19 Development mode for Horde_Core-2.4.4
5100dc6 We will already have the $memo['desc'] here.
46e543c Correct fix to translate rule name
5c49d4c Revert 6342fcaf742441469c6e0cb10e232c7aad34a5c4
cd52d6a Link database schema warning notification to configuration page
8e1a9e1 None of this is required anymore with the logging caching code
fe485e0 Correctly send UID request when returning results as sequence
d654ea0 [mms] Add support for 'ajaxaction_data' hook (won't be documented in Horde until 5.1+).
cbc151b [mms] Add the 'nocache' option to Horde_Imap_Client_Base#fetch().
3b903c6 Don't cache fetch results when exporting a mailbox, since there is no guarantee user ever wants to look at that mailbox
bd30633 Move mod-sequence mailbox availablity checks into base class
d30b55a [mms] Only do UNCHANGEDSINCE check when storing flags if the user explicitly passes the 'unchangedsince' parameter.
2a45043 Update phpdoc
c8ff96c [mms] Add properties to Sync object to allow retrieval of previous sync state status.
b1314e7 Fix exception name
5761155 In 6.0, this is just a regular exception
5fde943 typo
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.
1dd6de0 Merge remote-tracking branch 'origin/master' into ingo_3_1

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

commit b87d3ba22a42ea8720fad2d1f4532b5281d088b6
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Mar 11 10:57:56 2013 -0400

    Fix phpdoc

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

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

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

commit d90470babf4ed738213073f32030514ade0af425
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Mar 11 11:11:25 2013 -0400

    Fix OPTIONS request failing on devices that don't send DevId with it.

 framework/ActiveSync/lib/Horde/ActiveSync.php |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

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

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

commit e4bb5a0234a6c7a1e08cbe01cbe2cb2ae0a8e863
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Mar 11 11:59:31 2013 -0400

    Dont' remove stream filters after the stream is closed.

 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit 9e004bb000363d0412221a29e86ae9e484da8238
Author: Jan Schneider <jan at horde.org>
Date:   Mon Mar 11 16:33:56 2013 +0100

    Let's see if the recent PHP updates fixed anything.

 .travis.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/9e004bb000363d0412221a29e86ae9e484da8238

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

commit ddb8342bb51c88af4cedce8b60857726c7671679
Author: Jan Schneider <jan at horde.org>
Date:   Mon Mar 11 17:59:17 2013 +0100

    Explicitly check if $injector exists (Bug #12103).
    
    Since this code is called directly from PHP as an error handler, we have no
    control when the code is called, and whether the injector has already been
    created or has already been destructed.

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

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

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

commit 7927bb3ef72f8acd48398737814a379f03c59229
Author: Jan Schneider <jan at horde.org>
Date:   Mon Mar 11 18:01:23 2013 +0100

    [jan] Fix error handler in some PHP versions (Bug #12103).

 framework/Core/package.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/7927bb3ef72f8acd48398737814a379f03c59229

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

commit 46e7b601500b7c00e9f61592abd17ad4a4e365d7
Author: Jan Schneider <jan at horde.org>
Date:   Mon Mar 11 18:13:36 2013 +0100

    Nope, still segfaulting.

 .travis.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/46e7b601500b7c00e9f61592abd17ad4a4e365d7

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

commit 7c0ff0d18f576fe73306c79cebed31ae0de273a8
Author: Jan Schneider <jan at horde.org>
Date:   Mon Mar 11 19:22:24 2013 +0100

    Released Horde_Core-2.4.3

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

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

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

commit e606b1955fce79b1f3adbd47fb2a4d249511777b
Author: Jan Schneider <jan at horde.org>
Date:   Mon Mar 11 19:22:25 2013 +0100

    Development mode for Horde_Core-2.4.4

 framework/Core/package.xml |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

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

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

commit 5100dc672ab6c239e4c9f609d134c178f6e04fd9
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Mar 11 14:25:46 2013 -0400

    We will already have the $memo['desc'] here.

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

http://git.horde.org/horde-git/-/commit/5100dc672ab6c239e4c9f609d134c178f6e04fd9

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

commit 46e543cc37c516f2220b52792b8c8b39a589e1d5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Mar 11 13:39:13 2013 -0600

    Correct fix to translate rule name

 ingo/lib/Ingo.php |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/46e543cc37c516f2220b52792b8c8b39a589e1d5

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

commit 5c49d4c43548f4ac7422ef68663fb6ca882b714b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Mar 11 14:29:25 2013 -0600

    Revert 6342fcaf742441469c6e0cb10e232c7aad34a5c4
    
    Adding UID to the output is already handled by the parent fetch()
    method.

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

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

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

commit cd52d6a76ded13fd64c520b56cf96c4e7d4b5c57
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Mar 11 15:21:34 2013 -0600

    Link database schema warning notification to configuration page

 horde/lib/LoginTasks/Task/AdminCheck.php |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

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

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

commit 8e1a9e12c3e0a1ef0c6cd300718400cf1bc5e699
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Mar 11 15:22:04 2013 -0600

    None of this is required anymore with the logging caching code

 horde/lib/LoginTasks/Task/AdminCheck.php |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/8e1a9e12c3e0a1ef0c6cd300718400cf1bc5e699

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

commit fe485e0927a1a04d9060c140a4222e0f3d546404
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Mar 11 15:33:32 2013 -0600

    Correctly send UID request when returning results as sequence

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

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

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

commit d654ea0d760419c44a64b3308d453a923f2a6509
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Mar 11 16:16:46 2013 -0600

    [mms] Add support for 'ajaxaction_data' hook (won't be documented in Horde until 5.1+).

 framework/Core/lib/Horde/Core/Ajax/Application.php |   16 +++++++++-------
 framework/Core/package.xml                         |    4 ++--
 2 files changed, 11 insertions(+), 9 deletions(-)

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

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

commit cbc151b51e2321d4e97a397d1445d57fa16d80d7
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Mar 11 16:32:42 2013 -0600

    [mms] Add the 'nocache' option to Horde_Imap_Client_Base#fetch().

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING |   10 +++++-
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php  |   29 ++++++++++++++++-
 framework/Imap_Client/package.xml                     |   12 +++---
 3 files changed, 43 insertions(+), 8 deletions(-)

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

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

commit 3b903c69b887cb85d6baed334ced7986a6a495ac
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Mar 11 16:34:49 2013 -0600

    Don't cache fetch results when exporting a mailbox, since there is no guarantee user ever wants to look at that mailbox
    
    Requires the forthcoming Horde_Imap_Client 2.8.0 release to actually
    take effect.

 imp/lib/Ui/Folder.php |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

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

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

commit bd306332852b9b920c011f24155215b6efe12801
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Mar 11 17:39:32 2013 -0600

    Move mod-sequence mailbox availablity checks into base class

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php   |   55 ++++++++++++++--
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |   41 ------------
 2 files changed, 48 insertions(+), 48 deletions(-)

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

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

commit d30b55affcb698c4189e1f4eb2c00071e291fb2f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Mar 11 17:43:06 2013 -0600

    [mms] Only do UNCHANGEDSINCE check when storing flags if the user explicitly passes the 'unchangedsince' parameter.

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |   23 +++++-----------
 framework/Imap_Client/package.xml                      |    2 +
 2 files changed, 9 insertions(+), 16 deletions(-)

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

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

commit 2a45043a032e9db2827a15ca5666ce41950da441
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Mar 11 18:28:08 2013 -0600

    Update phpdoc

 framework/Imap_Client/lib/Horde/Imap/Client/Data/Sync.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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

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

commit c8ff96cc24534c6d5cec3f0929d20c13659e737f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Mar 11 18:45:33 2013 -0600

    [mms] Add properties to Sync object to allow retrieval of previous sync state status.
    
    Conflicts:
    	framework/Imap_Client/package.xml

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING     |   10 ++
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php      |   17 ++-
 framework/Imap_Client/lib/Horde/Imap/Client/Data/Sync.php |   84 ++++++++++--
 framework/Imap_Client/package.xml                         |    2 +
 4 files changed, 92 insertions(+), 21 deletions(-)

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

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

commit b1314e7419f49582b5d027204b4e3d8eaf80ec35
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Mar 11 18:57:40 2013 -0600

    Fix exception name

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

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

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

commit 5761155e0f67bf2e25c676c7efe332e9af537c87
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Mar 11 18:59:38 2013 -0600

    In 6.0, this is just a regular exception

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

http://git.horde.org/horde-git/-/commit/5761155e0f67bf2e25c676c7efe332e9af537c87

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

commit 5fde943d5d24898f097ce3a983ebb1854c3e6a64
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Mar 11 20:00:25 2013 -0600

    typo

 framework/Imap_Client/lib/Horde/Imap/Client/Data/Sync.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

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 1dd6de0adc8bd253eb96bed28472b26f98dbafe6
Merge: 4301554 b4db1c8
Author: Jan Schneider <jan at horde.org>
Date:   Tue Mar 12 11:57:23 2013 +0100

    Merge remote-tracking branch 'origin/master' into ingo_3_1

 framework/ActiveSync/lib/Horde/ActiveSync.php               |    8 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php     |    3 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php |    6 +-
 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/Core/lib/Horde.php                                |    3 +-
 framework/Core/lib/Horde/Core/Ajax/Application.php          |   16 +-
 framework/Core/package.xml                                  |   25 +-
 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING       |   20 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php        |  112 ++++-
 framework/Imap_Client/lib/Horde/Imap/Client/Data/Sync.php   |   85 +++-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php      |   71 +---
 framework/Imap_Client/package.xml                           |   16 +-
 horde/lib/LoginTasks/Task/AdminCheck.php                    |   19 +-
 imp/lib/Ajax/Application/ListMessages.php                   |    2 +-
 imp/lib/Ui/Folder.php                                       |    6 +-
 ingo/lib/Ingo.php                                           |    9 +-
 mnemo/lib/Driver.php                                        |    2 +-
 passwd/README                                               |    2 +-
 passwd/config/backends.php                                  |  212 +++-----
 passwd/config/hooks.php.dist                                |    1 +
 passwd/docs/CHANGES                                         |    1 +
 passwd/docs/INSTALL                                         |   12 +-
 passwd/docs/UPGRADING                                       |    4 +-
 passwd/index.php                                            |  228 +--------
 passwd/js/passwd.js                                         |   11 +-
 passwd/lib/Application.php                                  |   30 +-
 passwd/lib/Basic.php                                        |  286 +++++++++++
 passwd/lib/Driver.php                                       |   41 +-
 passwd/lib/Driver/Http.php                                  |   66 ++--
 passwd/lib/Exception.php                                    |   18 +-
 passwd/lib/Factory/Driver.php                               |   90 ++--
 passwd/lib/Passwd.php                                       |  106 ----
 passwd/lib/Test.php                                         |   40 +-
 passwd/locale/en/help.xml                                   |   21 +-
 passwd/package.xml                                          |   16 +-
 passwd/templates/index.html.php                             |   34 +-
 passwd/test/Passwd/Unit/Factory/DriverTest.php              |   19 +-
 39 files changed, 931 insertions(+), 813 deletions(-)

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




More information about the commits mailing list