The branch "master" has been updated. The following is a summary of the commits.
from: 8b51f68a985dd7dbfdcab80c27025c7486f5e97f 84a7822 [mms] Horde_Mime::quotedPrintableEncode() is deprecated. 74e4d97 Don't use Horde_Mime::quotedPrintableEncode(). f20537e Don't use Horde_Mime::quotedPrintableEncode(). 609ec7c [mms] Improved MIME encoding. 1c148a8 Fix lazy loading in preview pane 29b2d1a Abstract out lazyload preload percentage so it can be more easily overridden locally Summary: http://github.com/horde/horde/compare/8b51f68a985dd7dbfdcab80c27025c7486f5e97f...29b2d1a46427ec0f6f6a12531bf86e8ee91e5ff3 ----------------------------------------------------------------------- commit 84a78226488c5c1fcc1883469a97684a0dff0613 Author: Michael M Slusarz <[email protected]> Date: Mon Sep 29 17:01:39 2014 -0600 [mms] Horde_Mime::quotedPrintableEncode() is deprecated. framework/Mime/doc/Horde/Mime/UPGRADING | 5 ++ framework/Mime/lib/Horde/Mime.php | 78 +++++++++--------------------- framework/Mime/package.xml | 2 + 3 files changed, 31 insertions(+), 54 deletions(-) http://github.com/horde/horde/commit/84a78226488c5c1fcc1883469a97684a0dff0613 ----------------------------------------------------------------------- commit 74e4d976a4ad5e56daebe6bff4e95510bb05375f Author: Michael M Slusarz <[email protected]> Date: Mon Sep 29 17:02:53 2014 -0600 Don't use Horde_Mime::quotedPrintableEncode(). Horde_Mime is no longer a direct dependency of Icalendar framework/Icalendar/lib/Horde/Icalendar.php | 2 +- framework/Icalendar/package.xml | 7 ------- 2 files changed, 1 insertions(+), 8 deletions(-) http://github.com/horde/horde/commit/74e4d976a4ad5e56daebe6bff4e95510bb05375f ----------------------------------------------------------------------- commit f20537e2742e641f0727849f036fcf5048689941 Author: Michael M Slusarz <[email protected]> Date: Mon Sep 29 17:04:34 2014 -0600 Don't use Horde_Mime::quotedPrintableEncode(). framework/Serialize/lib/Horde/Serialize.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/f20537e2742e641f0727849f036fcf5048689941 ----------------------------------------------------------------------- commit 609ec7c8a1b12c5524f61be6c48deb7017b0e0f1 Author: Michael M Slusarz <[email protected]> Date: Tue Sep 30 01:22:48 2014 -0600 [mms] Improved MIME encoding. Now tokenizer based (no longer uses regexs and charset conversion). Fixes tokenzing in some edge/fringe cases, such as data that looks like a MIME encoding delimiter but isn't. Should be more efficient also. Add a bunch of test cases framework/Mime/lib/Horde/Mime.php | 161 +++++++++++++++++++-------- framework/Mime/package.xml | 2 + framework/Mime/test/Horde/Mime/MimeTest.php | 85 ++++++++++++++ 3 files changed, 201 insertions(+), 47 deletions(-) http://github.com/horde/horde/commit/609ec7c8a1b12c5524f61be6c48deb7017b0e0f1 ----------------------------------------------------------------------- commit 1c148a8f893560af7338cadc9189e61dc0508cd7 Author: Michael M Slusarz <[email protected]> Date: Tue Sep 30 02:03:39 2014 -0600 Fix lazy loading in preview pane imp/js/imp.js | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/1c148a8f893560af7338cadc9189e61dc0508cd7 ----------------------------------------------------------------------- commit 29b2d1a46427ec0f6f6a12531bf86e8ee91e5ff3 Author: Michael M Slusarz <[email protected]> Date: Tue Sep 30 02:12:05 2014 -0600 Abstract out lazyload preload percentage so it can be more easily overridden locally imp/js/imp.js | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/29b2d1a46427ec0f6f6a12531bf86e8ee91e5ff3 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
