[commits] Horde branch master updated. 0ddab31b05c81a549b657d2371f1f32c038b2595
Michael M Slusarz
slusarz at horde.org
Thu Jan 8 00:15:39 UTC 2015
The branch "master" has been updated.
The following is a summary of the commits.
from: ea21d7d704ed7e31865589ed5cd5b7d34b07fecf
f44fa15 Revert "[mms] Automatically try to rotate embedded inline images when displaying a message."
8270ee8 [mms] Automatically try to rotate embedded inline images when displaying a message.
0ddab31 Fix contacts popup translation
Summary: http://github.com/horde/horde/compare/ea21d7d704ed7e31865589ed5cd5b7d34b07fecf...0ddab31b05c81a549b657d2371f1f32c038b2595
-----------------------------------------------------------------------
commit f44fa15b3d9efc59dab05b1a34d1734ae52f8364
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Jan 7 08:40:29 2015 -0700
Revert "[mms] Automatically try to rotate embedded inline images when displaying a message."
This reverts commit b7157c3a4fe38175123eadaf088dc85134b49e89.
imp/config/mime_drivers.php | 3 -
imp/docs/CHANGES | 2 -
imp/docs/UPGRADING | 4 --
imp/lib/Mime/Viewer/Images.php | 85 ++--------------------------------------
imp/package.xml | 3 +-
5 files changed, 5 insertions(+), 92 deletions(-)
http://github.com/horde/horde/commit/f44fa15b3d9efc59dab05b1a34d1734ae52f8364
-----------------------------------------------------------------------
commit 8270ee86b76de6984035665966274d6a57350e8b
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Jan 7 16:12:28 2015 -0700
[mms] Automatically try to rotate embedded inline images when displaying a message.
Do this on the browser side instead of the server side.
Today I learned that it is very difficult to deal with binary data
returned in an XHR request in javascript. Very frustrating.
imp/docs/CHANGES | 2 +
imp/js/core.js | 35 +++++++++++++-
imp/js/external/load-image.all.min.js | 10 ++++
imp/lib/Mime/Viewer/Images.php | 87 +++++++++++++++++++++++++++-----
imp/package.xml | 5 ++-
5 files changed, 123 insertions(+), 16 deletions(-)
create mode 100644 imp/js/external/load-image.all.min.js
http://github.com/horde/horde/commit/8270ee86b76de6984035665966274d6a57350e8b
-----------------------------------------------------------------------
commit 0ddab31b05c81a549b657d2371f1f32c038b2595
Author: João Machado <geral at jpaulo.eu>
Date: Wed Jan 7 15:42:09 2015 +0000
Fix contacts popup translation
Signed-off-by: Michael M Slusarz <slusarz at horde.org>
imp/js/contacts.js | 4 ++--
imp/lib/Basic/Contacts.php | 5 +++++
2 files changed, 7 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/0ddab31b05c81a549b657d2371f1f32c038b2595
More information about the commits
mailing list