[commits] Horde branch master updated. eaf5e441c0b0751959949e9eb0b93dfffa9fc510
Michael M Slusarz
slusarz at horde.org
Wed Feb 12 22:09:22 UTC 2014
The branch "master" has been updated.
The following is a summary of the commits.
from: d51e644fc298e9e8597c83b9cae85320205f7117
064064f Use UID compression on large mailbox message lists when serializing
3d5706c Correctly cache mailbox icon hook data
5e1a32d This is slightly faster
682758c Save 2 ini_set() calls on each page if using a recent version of PHP
eaf5e44 Faster PHP version checking
Summary: http://github.com/horde/horde/compare/d51e644fc298e9e8597c83b9cae85320205f7117...eaf5e441c0b0751959949e9eb0b93dfffa9fc510
-----------------------------------------------------------------------
commit 064064f729b146a0aa6e09f2e76dc4e0c8cc40aa
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Feb 12 12:29:51 2014 -0700
Use UID compression on large mailbox message lists when serializing
For large mailboxes with highly compressible lists (think mailboxes with
sequential saves and infrequent deletes, like Sent/Trash/Spam etc.) the
savings are dramatic.
For my Trash mailbox (9000 messages) storage size in the session was
reduced from 48KB to 400 bytes
imp/lib/Mailbox/List.php | 22 +++++++++++++++++++---
1 files changed, 19 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/064064f729b146a0aa6e09f2e76dc4e0c8cc40aa
http://git.horde.org/horde-git/-/commit/064064f729b146a0aa6e09f2e76dc4e0c8cc40aa
-----------------------------------------------------------------------
commit 3d5706c4fbfb037bda5066d9d0e0df21e306bf00
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Feb 12 12:37:06 2014 -0700
Correctly cache mailbox icon hook data
imp/lib/Mailbox.php | 18 ++++++++++--------
1 files changed, 10 insertions(+), 8 deletions(-)
http://github.com/horde/horde/commit/3d5706c4fbfb037bda5066d9d0e0df21e306bf00
http://git.horde.org/horde-git/-/commit/3d5706c4fbfb037bda5066d9d0e0df21e306bf00
-----------------------------------------------------------------------
commit 5e1a32d7020d696933389dd8025af1c91e552883
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Feb 12 13:25:30 2014 -0700
This is slightly faster
framework/Imap_Client/lib/Horde/Imap/Client/Ids.php | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/5e1a32d7020d696933389dd8025af1c91e552883
http://git.horde.org/horde-git/-/commit/5e1a32d7020d696933389dd8025af1c91e552883
-----------------------------------------------------------------------
commit 682758c838ac2edfdaf3a584d9aba6dbb6c21c4c
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Feb 12 13:42:15 2014 -0700
Save 2 ini_set() calls on each page if using a recent version of PHP
horde/lib/core.php | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/682758c838ac2edfdaf3a584d9aba6dbb6c21c4c
http://git.horde.org/horde-git/-/commit/682758c838ac2edfdaf3a584d9aba6dbb6c21c4c
-----------------------------------------------------------------------
commit eaf5e441c0b0751959949e9eb0b93dfffa9fc510
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Feb 12 13:54:52 2014 -0700
Faster PHP version checking
framework/ActiveSync/lib/Horde/ActiveSync/Timezone.php | 2 +-
framework/Compress/lib/Horde/Compress/Dbx.php | 2 +-
framework/Compress/lib/Horde/Compress/Tar.php | 2 +-
framework/Mapi/lib/Horde/Mapi/Timezone.php | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/eaf5e441c0b0751959949e9eb0b93dfffa9fc510
http://git.horde.org/horde-git/-/commit/eaf5e441c0b0751959949e9eb0b93dfffa9fc510
More information about the commits
mailing list