The branch "master" has been updated. The following is a summary of the commits.
from: cea3ac3592cbc42deba5a219705c94b2b6acb83d 403fa4f [mms] Fix regression preventing caching of any internal DB information. 487c585 Fix cacheid for facebook search results c793802 Released Horde_Db-2.1.1 3745b595 Development mode for Horde_Db-2.1.2 2cd7377 [mms] Potentially save a call to the contacts backend when viewing HTML messages if no image data is present in the message. Summary: http://github.com/horde/horde/compare/cea3ac3592cbc42deba5a219705c94b2b6acb83d...2cd73771d3d0c0c955418d35e7aeda57336a0b2f ----------------------------------------------------------------------- commit 403fa4f16b52b2077bd288b5e7b03f84fb1a2266 Author: Michael M Slusarz <[email protected]> Date: Sun Mar 30 23:02:00 2014 -0600 [mms] Fix regression preventing caching of any internal DB information. Commit e759e472810c1aeb7c782a683ec7d4153dc29831 broke caching. get() *must* have "0" as the second argument, or else the cache lifetime defaults to 1 second. framework/Db/lib/Horde/Db/Adapter/Base.php | 2 +- framework/Db/package.xml | 2 ++ framework/Db/test/Horde/Db/Adapter/TestBase.php | 8 ++++---- 3 files changed, 7 insertions(+), 5 deletions(-) http://github.com/horde/horde/commit/403fa4f16b52b2077bd288b5e7b03f84fb1a2266 ----------------------------------------------------------------------- commit 487c58512f7e82765567618d72cf473dc825ffa0 Author: Michael M Slusarz <[email protected]> Date: Sun Mar 30 23:06:34 2014 -0600 Fix cacheid for facebook search results turba/lib/Driver/Facebook.php | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/487c58512f7e82765567618d72cf473dc825ffa0 ----------------------------------------------------------------------- commit c793802cb59e6453993ebb4b72261c5c4975e3df Author: Michael M Slusarz <[email protected]> Date: Sun Mar 30 23:19:10 2014 -0600 Released Horde_Db-2.1.1 framework/Db/composer.json | 4 ++-- framework/Db/package.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) http://github.com/horde/horde/commit/c793802cb59e6453993ebb4b72261c5c4975e3df ----------------------------------------------------------------------- commit 3745b595504b92693a8322b0a94d29c4f2fbb255 Author: Michael M Slusarz <[email protected]> Date: Sun Mar 30 23:19:10 2014 -0600 Development mode for Horde_Db-2.1.2 framework/Db/package.xml | 19 +++++++++++++++---- 1 files changed, 15 insertions(+), 4 deletions(-) http://github.com/horde/horde/commit/3745b595504b92693a8322b0a94d29c4f2fbb255 ----------------------------------------------------------------------- commit 2cd73771d3d0c0c955418d35e7aeda57336a0b2f Author: Michael M Slusarz <[email protected]> Date: Sun Mar 30 23:29:11 2014 -0600 [mms] Potentially save a call to the contacts backend when viewing HTML messages if no image data is present in the message. imp/docs/CHANGES | 2 + imp/lib/Mime/Viewer/Html.php | 59 +++++++++++++++++++++++++++++------------- imp/package.xml | 1 + 3 files changed, 44 insertions(+), 18 deletions(-) http://github.com/horde/horde/commit/2cd73771d3d0c0c955418d35e7aeda57336a0b2f -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
