The branch "master" has been updated. The following is a summary of the commits.
from: 364376232e02b586e5f1132d24de63cc67195d84 9625fb4 Remove DIMP_ prefix e009130 End sandbox eperiment 63f31f8 DimpCore -> ImpCore 5743464 DimpBase -> ImpBase bcd53a7 Remove dimp prefix from CSS classes/DOM IDs f9e0aac Missing since information for Horde_Smtp_Filter_Body 7c08d40 [mms] Added Horde_Mime_Filter_Encoding class. feae266 This fits better in Horde_Mime 299fa21 Another UPGRADING blurb d388fb6 Better encoding defaults Summary: http://github.com/horde/horde/compare/364376232e02b586e5f1132d24de63cc67195d84...d388fb60d592c86a3e93712e4d74d33c54da977b ----------------------------------------------------------------------- commit 9625fb4cd67cd29fc8b5290afcc19d57be15115c Author: Michael M Slusarz <[email protected]> Date: Thu Dec 4 13:45:18 2014 -0700 Remove DIMP_ prefix imp/lib/Dynamic/Mailbox.php | 4 ++-- imp/lib/Search.php | 6 +++--- imp/lib/Smartmobile.php | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) http://github.com/horde/horde/commit/9625fb4cd67cd29fc8b5290afcc19d57be15115c ----------------------------------------------------------------------- commit e009130d63571feefa21894a89b680fbb36db346 Author: Michael M Slusarz <[email protected]> Date: Thu Dec 4 13:49:57 2014 -0700 End sandbox eperiment Problem is that pages opened from the IFRAME sandbox also have limited behavior (e.g. javascript is broken) so this is not a viable solution imp/lib/Mime/Viewer/Html.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/e009130d63571feefa21894a89b680fbb36db346 ----------------------------------------------------------------------- commit 63f31f802b4f5c180bbc08a67967331ef0ba859b Author: Michael M Slusarz <[email protected]> Date: Thu Dec 4 14:28:29 2014 -0700 DimpCore -> ImpCore imp/js/autocomplete.js | 2 +- imp/js/ckeditor/pasteattachment.js | 8 +- imp/js/compose.js | 126 ++++---- imp/js/core.js | 589 ++++++++++++++++++++++++++++++++ imp/js/dimpbase.js | 386 +++++++++++----------- imp/js/dimpcore.js | 589 -------------------------------- imp/js/message.js | 52 ++-- imp/lib/Ajax/Queue.php | 2 +- imp/lib/Dynamic/Base.php | 6 +- imp/lib/Script/Package/DynamicBase.php | 4 +- imp/package.xml | 10 +- 11 files changed, 889 insertions(+), 885 deletions(-) create mode 100644 imp/js/core.js delete mode 100644 imp/js/dimpcore.js http://github.com/horde/horde/commit/63f31f802b4f5c180bbc08a67967331ef0ba859b ----------------------------------------------------------------------- commit 57434642f1b92789f2f8bcf1f96b3448747fb664 Author: Michael M Slusarz <[email protected]> Date: Thu Dec 4 14:31:56 2014 -0700 DimpBase -> ImpBase imp/js/base.js | 4624 +++++++++++++++++++++++++++++++++++++++++++ imp/js/compose.js | 16 +- imp/js/core.js | 2 +- imp/js/dimpbase.js | 4624 ------------------------------------------- imp/js/message.js | 8 +- imp/js/search.js | 4 +- imp/lib/Application.php | 2 +- imp/lib/Basic/Search.php | 2 +- imp/lib/Dynamic/Mailbox.php | 2 +- imp/package.xml | 4 +- 10 files changed, 4644 insertions(+), 4644 deletions(-) create mode 100644 imp/js/base.js delete mode 100644 imp/js/dimpbase.js http://github.com/horde/horde/commit/57434642f1b92789f2f8bcf1f96b3448747fb664 ----------------------------------------------------------------------- commit bcd53a7f97d27db214657d582be0bcef4cedfd6a Author: Michael M Slusarz <[email protected]> Date: Thu Dec 4 14:39:45 2014 -0700 Remove dimp prefix from CSS classes/DOM IDs imp/js/base.js | 34 +++++++++++++------------- imp/js/compose.js | 12 ++++---- imp/js/message.js | 2 +- imp/lib/Dynamic/Helper/Base.php | 2 +- imp/templates/dynamic/compose-base.html.php | 2 +- imp/templates/dynamic/compose.html.php | 2 +- imp/templates/dynamic/mailbox.html.php | 20 ++++++++-------- imp/templates/dynamic/message.html.php | 4 +- imp/themes/default/dynamic/compose.css | 16 ++++++------ imp/themes/default/dynamic/mailbox.css | 10 ++++---- imp/themes/default/dynamic/message.css | 2 +- imp/themes/default/dynamic/message_view.css | 16 ++++++------ imp/themes/default/dynamic/screen.css | 16 ++++++------ 13 files changed, 69 insertions(+), 69 deletions(-) http://github.com/horde/horde/commit/bcd53a7f97d27db214657d582be0bcef4cedfd6a ----------------------------------------------------------------------- commit f9e0aacef0e8073ed42b83466e938280919cafd5 Author: Michael M Slusarz <[email protected]> Date: Thu Dec 4 15:00:17 2014 -0700 Missing since information for Horde_Smtp_Filter_Body framework/Smtp/doc/Horde/Smtp/UPGRADING | 4 ++++ framework/Smtp/lib/Horde/Smtp/Filter/Body.php | 1 + 2 files changed, 5 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/f9e0aacef0e8073ed42b83466e938280919cafd5 ----------------------------------------------------------------------- commit 7c08d40bfd267497cd8bcddff213b7d78508d09a Author: Michael M Slusarz <[email protected]> Date: Thu Dec 4 15:11:56 2014 -0700 [mms] Added Horde_Mime_Filter_Encoding class. framework/Mime/doc/Horde/Mime/UPGRADING | 8 ++ framework/Mime/lib/Horde/Mime/Filter/Encoding.php | 94 ++++++++++++++++ framework/Mime/lib/Horde/Mime/Part.php | 62 +++++------ framework/Mime/package.xml | 18 +++- framework/Mime/test/Horde/Mime/Filter/EncodingTest.php | 87 ++++++++++++++ 5 files changed, 233 insertions(+), 36 deletions(-) create mode 100644 framework/Mime/lib/Horde/Mime/Filter/Encoding.php create mode 100644 framework/Mime/test/Horde/Mime/Filter/EncodingTest.php http://github.com/horde/horde/commit/7c08d40bfd267497cd8bcddff213b7d78508d09a ----------------------------------------------------------------------- commit feae266277db840b06a61e122a2baba8a8edb6f7 Author: Michael M Slusarz <[email protected]> Date: Thu Dec 4 15:13:16 2014 -0700 This fits better in Horde_Mime framework/Smtp/lib/Horde/Smtp/Filter/Body.php | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) http://github.com/horde/horde/commit/feae266277db840b06a61e122a2baba8a8edb6f7 ----------------------------------------------------------------------- commit 299fa214003d0def40d01fe7339598614dd350ac Author: Michael M Slusarz <[email protected]> Date: Thu Dec 4 15:15:08 2014 -0700 Another UPGRADING blurb framework/Mime/doc/Horde/Mime/UPGRADING | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/299fa214003d0def40d01fe7339598614dd350ac ----------------------------------------------------------------------- commit d388fb60d592c86a3e93712e4d74d33c54da977b Author: Michael M Slusarz <[email protected]> Date: Thu Dec 4 15:22:52 2014 -0700 Better encoding defaults framework/Mime/lib/Horde/Mime/Part.php | 65 +++++++++++-------------------- 1 files changed, 23 insertions(+), 42 deletions(-) http://github.com/horde/horde/commit/d388fb60d592c86a3e93712e4d74d33c54da977b -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
