[commits] Horde branch master updated. ebc8f79d4c086db2188806523276b78ecd14259d

Michael M Slusarz slusarz at horde.org
Mon May 6 22:32:40 UTC 2013


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

from: 26bc04dcbb9b9261863531ad7be1385a8c96a031

7f67b55 Update outdated text
93ecbcd Provide mechanism to define custom spam drivers in backends.php
efcbf2b Add Horde_HashTable.
8a0d483 phpdoc
4d26eeb Horde_Util not a dependency of Horde_SessionHandler
9ae72fe [mms] Implement logging for all storage drivers.
9596d12 Fix handling server entry from CLI
1576b74 Cast to string to ensure queries correctly work
7c9f370 Correctly position initial cursor when showing colorpicker
378fbe0 Bump color-picker z-index
ebc8f79 Ensure colorpicker is closed even if we hit cancel

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

commit 7f67b555431f9607ad3d33c32f1c95676424ea19
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat May 4 22:49:00 2013 -0600

    Update outdated text

 horde/admin/locale/en/help.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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

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

commit 93ecbcdd39f612d76ef191d1aab808b27ee61a5d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon May 6 12:00:27 2013 -0600

    Provide mechanism to define custom spam drivers in backends.php

 imp/config/backends.php  |    6 ++++++
 imp/lib/Factory/Spam.php |    4 +++-
 2 files changed, 9 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/93ecbcdd39f612d76ef191d1aab808b27ee61a5d

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

commit efcbf2b175622949a43f149182895e6f22757b9e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon May 6 13:10:57 2013 -0600

    Add Horde_HashTable.
    
    Abstracted interface to a hashtable.

 framework/HashTable/doc/Horde/HashTable/COPYING       |  458 +++++++++++++++++
 framework/HashTable/lib/Horde/HashTable.php           |  253 +++++++++
 framework/HashTable/lib/Horde/HashTable/Exception.php |   30 ++
 framework/HashTable/lib/Horde/HashTable/Lock.php      |   39 ++
 framework/HashTable/lib/Horde/HashTable/Memcache.php  |  100 ++++
 framework/HashTable/package.xml                       |   97 ++++
 6 files changed, 977 insertions(+), 0 deletions(-)
 create mode 100644 framework/HashTable/doc/Horde/HashTable/COPYING
 create mode 100644 framework/HashTable/lib/Horde/HashTable.php
 create mode 100644 framework/HashTable/lib/Horde/HashTable/Exception.php
 create mode 100644 framework/HashTable/lib/Horde/HashTable/Lock.php
 create mode 100644 framework/HashTable/lib/Horde/HashTable/Memcache.php
 create mode 100644 framework/HashTable/package.xml

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

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

commit 8a0d4832debbb04d7dabb64840e3f32a6172cb9f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon May 6 14:22:14 2013 -0600

    phpdoc

 framework/SessionHandler/lib/Horde/SessionHandler.php         |   28 ++++----
 framework/SessionHandler/lib/Horde/SessionHandler/Storage.php |   21 +++++--
 2 files changed, 29 insertions(+), 20 deletions(-)

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

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

commit 4d26eeb24b8e70e23b3370b0edaa5b04f1cac776
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon May 6 14:26:46 2013 -0600

    Horde_Util not a dependency of Horde_SessionHandler
    
    It is used in testing, but testing requires a full Horde environment
    anwyay and we don't test for this via package.xml

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

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

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

commit 9ae72fe6416e9f642405e51f4c9cffb7a1d842d1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon May 6 14:32:45 2013 -0600

    [mms] Implement logging for all storage drivers.

 framework/SessionHandler/lib/Horde/SessionHandler.php             |   45 +++--
 framework/SessionHandler/lib/Horde/SessionHandler/Storage.php     |   10 +-
 .../SessionHandler/lib/Horde/SessionHandler/Storage/Builtin.php   |    8 +-
 .../SessionHandler/lib/Horde/SessionHandler/Storage/Memcache.php  |   29 +---
 .../SessionHandler/lib/Horde/SessionHandler/Storage/Stack.php     |   14 --
 framework/SessionHandler/package.xml                              |   11 +-
 6 files changed, 39 insertions(+), 78 deletions(-)

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

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

commit 9596d1291571b9dd18360fa287db0a6d23980dec
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon May 6 15:20:22 2013 -0600

    Fix handling server entry from CLI

 imp/bin/imp-query-imap-cache |   30 ++++++++++++++----------------
 1 files changed, 14 insertions(+), 16 deletions(-)

http://git.horde.org/horde-git/-/commit/9596d1291571b9dd18360fa287db0a6d23980dec

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

commit 1576b74c55f8035b968db1a76ab12f9cffab771b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon May 6 15:31:10 2013 -0600

    Cast to string to ensure queries correctly work

 .../Imap_Client/lib/Horde/Imap/Client/Cache/Backend/Mongo.php     |   10 ++--
 1 files changed, 5 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/1576b74c55f8035b968db1a76ab12f9cffab771b

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

commit 7c9f370b46542981c9fbd48f30af335b8e245340
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon May 6 16:23:24 2013 -0600

    Correctly position initial cursor when showing colorpicker

 imp/js/dimpbase.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 378fbe0d8f4bef5646dd7843e57836c180b8daa1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon May 6 16:25:23 2013 -0600

    Bump color-picker z-index

 horde/themes/default/screen.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/378fbe0d8f4bef5646dd7843e57836c180b8daa1

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

commit ebc8f79d4c086db2188806523276b78ecd14259d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon May 6 16:29:15 2013 -0600

    Ensure colorpicker is closed even if we hit cancel

 imp/js/dimpbase.js |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

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




More information about the commits mailing list