[commits] Horde branch master updated. d51e644fc298e9e8597c83b9cae85320205f7117

Michael M Slusarz slusarz at horde.org
Wed Feb 12 19:10:59 UTC 2014


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

from: 7b963536f49eb64b28962a3b27fd54bce3c1630c

bd5f127 phpdoc
71f4745 [mms] Use more efficient FNV1-32 hashing algorithm for internal hashtable storage, if available.
0a0bf27 Use more efficient hashing algorithm when possible
76f9650 Use more efficient hashing algorithm when possible
9aa4e05 [mms] More efficient reading of session data from filesystem in file driver.
e71d7f9 extended class was changed by mistake
d51e644 Fix display of special mailboxes in smartmobile view

Summary: http://github.com/horde/horde/compare/7b963536f49eb64b28962a3b27fd54bce3c1630c...d51e644fc298e9e8597c83b9cae85320205f7117

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

commit bd5f127d4d20eea6025d2ee319968771d02a7834
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 12 00:38:38 2014 -0700

    phpdoc

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

http://github.com/horde/horde/commit/bd5f127d4d20eea6025d2ee319968771d02a7834
http://git.horde.org/horde-git/-/commit/bd5f127d4d20eea6025d2ee319968771d02a7834

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

commit 71f4745c50e0e9312620dd86eb5b1c5fe7d55d9e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 12 01:07:11 2014 -0700

    [mms] Use more efficient FNV1-32 hashing algorithm for internal hashtable storage, if available.

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php        |   10 ++++++++--
 framework/Imap_Client/lib/Horde/Imap/Client/Fetch/Query.php |    5 ++++-
 framework/Imap_Client/package.xml                           |    2 ++
 3 files changed, 14 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/71f4745c50e0e9312620dd86eb5b1c5fe7d55d9e
http://git.horde.org/horde-git/-/commit/71f4745c50e0e9312620dd86eb5b1c5fe7d55d9e

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

commit 0a0bf27a92d417a6cdd56a6a2d01dbe09c7b9165
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 12 01:14:49 2014 -0700

    Use more efficient hashing algorithm when possible

 imp/lib/Contents/View.php      |    5 ++++-
 imp/lib/Dynamic/Base.php       |    5 ++++-
 imp/lib/Factory/ComposeAtc.php |    5 ++++-
 imp/lib/Prefs/Special/Flag.php |   16 +++++++++++-----
 4 files changed, 23 insertions(+), 8 deletions(-)

http://github.com/horde/horde/commit/0a0bf27a92d417a6cdd56a6a2d01dbe09c7b9165
http://git.horde.org/horde-git/-/commit/0a0bf27a92d417a6cdd56a6a2d01dbe09c7b9165

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

commit 76f9650820b77f826257c2c963353defbf3747ae
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 12 01:25:36 2014 -0700

    Use more efficient hashing algorithm when possible

 framework/Core/lib/Horde/Core/Factory/BlockCollection.php   |    5 ++++-
 framework/Core/lib/Horde/Core/Factory/Db.php                |    5 ++++-
 framework/Core/lib/Horde/Core/Factory/Ldap.php              |    5 ++++-
 framework/Core/lib/Horde/Core/Factory/Nosql.php             |    5 ++++-
 framework/Core/lib/Horde/Core/Factory/Prefs.php             |    5 ++++-
 framework/Core/lib/Horde/Core/Notification/Event/Status.php |    5 ++++-
 framework/Core/lib/Horde/Core/Topbar.php                    |    5 ++++-
 framework/Core/lib/Horde/Registry.php                       |    5 ++++-
 framework/Core/lib/Horde/Script/Cache/File.php              |    8 +++++++-
 framework/Core/lib/Horde/Script/Cache/HordeCache.php        |    5 ++++-
 framework/Core/lib/Horde/Script/File.php                    |   10 ++++++++--
 framework/Core/lib/Horde/Script/File/External.php           |    5 ++++-
 framework/Core/lib/Horde/Themes/Css/Cache/File.php          |    8 +++++++-
 framework/Core/lib/Horde/Themes/Css/Cache/HordeCache.php    |    8 +++++++-
 framework/Core/lib/Horde/Themes/Css/Cache/Null.php          |    5 ++++-
 15 files changed, 73 insertions(+), 16 deletions(-)

http://github.com/horde/horde/commit/76f9650820b77f826257c2c963353defbf3747ae
http://git.horde.org/horde-git/-/commit/76f9650820b77f826257c2c963353defbf3747ae

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

commit 9aa4e05e47f6ec5d9a79f19f96b9a51203445b84
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 12 03:34:34 2014 -0700

    [mms] More efficient reading of session data from filesystem in file driver.

 .../SessionHandler/lib/Horde/SessionHandler/Storage/File.php      |    4 ++--
 framework/SessionHandler/package.xml                              |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/9aa4e05e47f6ec5d9a79f19f96b9a51203445b84
http://git.horde.org/horde-git/-/commit/9aa4e05e47f6ec5d9a79f19f96b9a51203445b84

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

commit e71d7f955025a5a3742c94bc297db5f8ab9683d1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 12 12:09:32 2014 -0700

    extended class was changed by mistake

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

http://github.com/horde/horde/commit/e71d7f955025a5a3742c94bc297db5f8ab9683d1
http://git.horde.org/horde-git/-/commit/e71d7f955025a5a3742c94bc297db5f8ab9683d1

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

commit d51e644fc298e9e8597c83b9cae85320205f7117
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 12 12:10:27 2014 -0700

    Fix display of special mailboxes in smartmobile view

 imp/lib/Ajax/Application/Handler/Smartmobile.php |    3 ++-
 imp/lib/Ftree/IteratorFilter.php                 |   10 ++++++++--
 2 files changed, 10 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/d51e644fc298e9e8597c83b9cae85320205f7117
http://git.horde.org/horde-git/-/commit/d51e644fc298e9e8597c83b9cae85320205f7117




More information about the commits mailing list