[commits] Horde branch master updated. e33bd1aaf008591919dcbcc97ddbe48e34de85fc
Michael M Slusarz
slusarz at horde.org
Fri Feb 14 20:29:59 UTC 2014
The branch "master" has been updated.
The following is a summary of the commits.
from: 50fd0a5d92aafeb95fa33fc5e479f2fc6e6dc122
f8476b8 Fix displaying listinfo
95c1492 Attempt to url link listinfo data, even if it doesn't originally appear to be url data
a0c5d85 [mms] More efficiently store mailbox cache information in the session.
2ca71e3 Cleaner way of loading configuration files
01868ae [mms] Use more efficient hashing algorithm, if available.
3b5e53e Released Horde_Autoloader_Cache-2.0.7
e9b20eb Development mode for Horde_Autoloader_Cache-2.0.8
e33bd1a Always put cheapest expression first
Summary: http://github.com/horde/horde/compare/50fd0a5d92aafeb95fa33fc5e479f2fc6e6dc122...e33bd1aaf008591919dcbcc97ddbe48e34de85fc
-----------------------------------------------------------------------
commit f8476b80e6e4ddb0dc87b5e90a4dc5e41a216c7d
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Feb 14 00:43:31 2014 -0700
Fix displaying listinfo
imp/lib/Basic/Listinfo.php | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
http://github.com/horde/horde/commit/f8476b80e6e4ddb0dc87b5e90a4dc5e41a216c7d
http://git.horde.org/horde-git/-/commit/f8476b80e6e4ddb0dc87b5e90a4dc5e41a216c7d
-----------------------------------------------------------------------
commit 95c1492b5bb1ac3326f3a34c94b2ffbfc9a8f38f
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Feb 14 00:50:17 2014 -0700
Attempt to url link listinfo data, even if it doesn't originally appear to be url data
imp/lib/Basic/Listinfo.php | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/95c1492b5bb1ac3326f3a34c94b2ffbfc9a8f38f
http://git.horde.org/horde-git/-/commit/95c1492b5bb1ac3326f3a34c94b2ffbfc9a8f38f
-----------------------------------------------------------------------
commit a0c5d85919d3ab5246e79b84becfcb75de7f0356
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Feb 14 01:55:45 2014 -0700
[mms] More efficiently store mailbox cache information in the session.
Namely: store all mailbox session cache information in a single object
imp/config/prefs.php | 5 +-
imp/docs/CHANGES | 1 +
imp/lib/Application.php | 1 +
imp/lib/Factory/Mailbox.php | 44 +-----
imp/lib/Factory/MailboxCache.php | 67 +++++++
imp/lib/Imap.php | 5 +-
imp/lib/Mailbox.php | 287 ++++++++----------------------
imp/lib/Mailbox/SessionCache.php | 290 +++++++++++++++++++++++++++++++
imp/lib/Prefs/Identity.php | 7 +-
imp/lib/Prefs/Special/SpecialMboxes.php | 25 ++-
imp/lib/Search.php | 15 +-
imp/package.xml | 7 +-
12 files changed, 477 insertions(+), 277 deletions(-)
create mode 100644 imp/lib/Factory/MailboxCache.php
create mode 100644 imp/lib/Mailbox/SessionCache.php
http://github.com/horde/horde/commit/a0c5d85919d3ab5246e79b84becfcb75de7f0356
http://git.horde.org/horde-git/-/commit/a0c5d85919d3ab5246e79b84becfcb75de7f0356
-----------------------------------------------------------------------
commit 2ca71e3bb0d331f0c7af8cddfbf85ec46beb70f2
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Feb 14 12:46:55 2014 -0700
Cleaner way of loading configuration files
framework/Core/lib/Horde/Registry/Loadconfig.php | 48 ++++++++-------------
1 files changed, 18 insertions(+), 30 deletions(-)
http://github.com/horde/horde/commit/2ca71e3bb0d331f0c7af8cddfbf85ec46beb70f2
http://git.horde.org/horde-git/-/commit/2ca71e3bb0d331f0c7af8cddfbf85ec46beb70f2
-----------------------------------------------------------------------
commit 01868ae13fb230ae436ce76675edfc4886adabca
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Feb 14 12:51:18 2014 -0700
[mms] Use more efficient hashing algorithm, if available.
framework/Autoloader_Cache/lib/Horde/Autoloader/Cache.php | 3 ++-
framework/Autoloader_Cache/package.xml | 2 ++
2 files changed, 4 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/01868ae13fb230ae436ce76675edfc4886adabca
http://git.horde.org/horde-git/-/commit/01868ae13fb230ae436ce76675edfc4886adabca
-----------------------------------------------------------------------
commit 3b5e53e9078bb6793fc3f4e159e6ec7ca94c77d9
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Feb 14 12:53:29 2014 -0700
Released Horde_Autoloader_Cache-2.0.7
framework/Autoloader_Cache/composer.json | 5 +++--
framework/Autoloader_Cache/package.xml | 4 ++--
2 files changed, 5 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/3b5e53e9078bb6793fc3f4e159e6ec7ca94c77d9
http://git.horde.org/horde-git/-/commit/3b5e53e9078bb6793fc3f4e159e6ec7ca94c77d9
-----------------------------------------------------------------------
commit e9b20ebd470d8ccbdd8ffcb528c9962502542d5d
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Feb 14 12:53:29 2014 -0700
Development mode for Horde_Autoloader_Cache-2.0.8
framework/Autoloader_Cache/package.xml | 19 +++++++++++++++----
1 files changed, 15 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/e9b20ebd470d8ccbdd8ffcb528c9962502542d5d
http://git.horde.org/horde-git/-/commit/e9b20ebd470d8ccbdd8ffcb528c9962502542d5d
-----------------------------------------------------------------------
commit e33bd1aaf008591919dcbcc97ddbe48e34de85fc
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Feb 14 13:29:39 2014 -0700
Always put cheapest expression first
turba/lib/Form/EditContact.php | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/e33bd1aaf008591919dcbcc97ddbe48e34de85fc
http://git.horde.org/horde-git/-/commit/e33bd1aaf008591919dcbcc97ddbe48e34de85fc
More information about the commits
mailing list