The branch "master" has been updated. The following is a summary of the commits.
from: ff75d13f955d3f9de5aad16ac3058eace95e6f81 b8e9670 Allow height/width to be passed to HordeCore.popupWindow() 43d4c90 popup window should appear on the same screen it was triggered 612061d Better height determination of popup compose window on portrait positioned monitors 0d37707 Abstract out compose attachment metadata into object that all storage drivers use 0544b49 All images might not load, so we do need to resize after every loaded image 5fcbf82 Don't log Turba Facebook errors at an ERR level Summary: http://github.com/horde/horde/compare/ff75d13f955d3f9de5aad16ac3058eace95e6f81...5fcbf82ae45425f46be4bc8db2c1d4f984082fc3 ----------------------------------------------------------------------- commit b8e96704db4c8ec44afcc33ee2f75175c92d64ca Author: Michael M Slusarz <[email protected]> Date: Thu Sep 18 17:24:56 2014 -0600 Allow height/width to be passed to HordeCore.popupWindow() framework/Core/js/hordecore.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/b8e96704db4c8ec44afcc33ee2f75175c92d64ca ----------------------------------------------------------------------- commit 43d4c90e034e13c00a89ce2ced320ffb6aa5a795 Author: Michael M Slusarz <[email protected]> Date: Thu Sep 18 17:25:17 2014 -0600 popup window should appear on the same screen it was triggered framework/Core/js/popup.js | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/43d4c90e034e13c00a89ce2ced320ffb6aa5a795 ----------------------------------------------------------------------- commit 612061d57c283e04389d8d892c389082033c576f Author: Michael M Slusarz <[email protected]> Date: Thu Sep 18 17:50:57 2014 -0600 Better height determination of popup compose window on portrait positioned monitors imp/js/dimpcore.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/612061d57c283e04389d8d892c389082033c576f ----------------------------------------------------------------------- commit 0d3770745dc22d8fd1f420163123883cdffae170 Author: Michael M Slusarz <[email protected]> Date: Thu Sep 18 18:08:41 2014 -0600 Abstract out compose attachment metadata into object that all storage drivers use imp/lib/Compose/Attachment/Linked/Metadata.php | 27 +++--------- imp/lib/Compose/Attachment/Metadata.php | 57 ++++++++++++++++++++++++ imp/lib/Compose/Attachment/Storage.php | 20 ++++++++ imp/package.xml | 4 +- 4 files changed, 86 insertions(+), 22 deletions(-) create mode 100644 imp/lib/Compose/Attachment/Metadata.php http://github.com/horde/horde/commit/0d3770745dc22d8fd1f420163123883cdffae170 ----------------------------------------------------------------------- commit 0544b499084b455776059ea7beea0783fac10d25 Author: Michael M Slusarz <[email protected]> Date: Thu Sep 18 20:49:18 2014 -0600 All images might not load, so we do need to resize after every loaded image we already rate limit re-entry into lazy loading function, so that's not a concern imp/js/imp.js | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) http://github.com/horde/horde/commit/0544b499084b455776059ea7beea0783fac10d25 ----------------------------------------------------------------------- commit 5fcbf82ae45425f46be4bc8db2c1d4f984082fc3 Author: Michael M Slusarz <[email protected]> Date: Thu Sep 18 20:49:51 2014 -0600 Don't log Turba Facebook errors at an ERR level Token expirations are filling my log file with ERR messages. These aren't errors. *Maybe* NOTICE worthy at best. The token probably should be deleted the first time this happens. turba/lib/Driver/Facebook.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/5fcbf82ae45425f46be4bc8db2c1d4f984082fc3 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
