The branch "imp_6_2" has been updated. The following is a summary of the commits.
from: a0222c5d8c56c318b3c460868d1953aca224fc46 d9f59d9 Move external-based javascript to separate directory to ease in maintenance 2fbb0ea [mms] Add a simple domain checker to the autocompleter that checks for common misspellings. c79e0bb [mms] Add keyboard shortcuts to allow a more granular scroll of the dynamic preview pane (Request #12750). 0e7c5f4 Refresh package.xml Summary: http://github.com/horde/horde/compare/a0222c5d8c56c318b3c460868d1953aca224fc46...0e7c5f4a991872a581542f5ca4acb2d0aeaa7b83 ----------------------------------------------------------------------- commit d9f59d929bcbc26a309866018e9015c3dc83e25d Author: Michael M Slusarz <[email protected]> Date: Mon Oct 14 18:15:59 2013 -0600 Move external-based javascript to separate directory to ease in maintenance imp/js/base64.js | 176 ------------------------------------ imp/js/external/base64.js | 176 ++++++++++++++++++++++++++++++++++++ imp/js/external/murmurhash3.js | 93 +++++++++++++++++++ imp/js/murmurhash3.js | 93 ------------------- imp/lib/Basic/Compose.php | 2 +- imp/lib/Dynamic/Compose/Common.php | 2 +- imp/lib/Dynamic/Mailbox.php | 2 +- 7 files changed, 272 insertions(+), 272 deletions(-) delete mode 100644 imp/js/base64.js create mode 100644 imp/js/external/base64.js create mode 100644 imp/js/external/murmurhash3.js delete mode 100644 imp/js/murmurhash3.js http://github.com/horde/horde/commit/d9f59d929bcbc26a309866018e9015c3dc83e25d http://git.horde.org/horde-git/-/commit/d9f59d929bcbc26a309866018e9015c3dc83e25d ----------------------------------------------------------------------- commit 2fbb0ea2e4938a0d7723fec458813455b8f4a387 Author: Michael M Slusarz <[email protected]> Date: Mon Oct 14 18:31:12 2013 -0600 [mms] Add a simple domain checker to the autocompleter that checks for common misspellings. imp/docs/CHANGES | 2 + imp/js/compose-base.js | 14 ++ imp/js/external/mailcheck.js | 183 +++++++++++++++++++++++++++ imp/lib/Ajax/Imple/AutoCompleter/Pretty.php | 6 + imp/package.xml | 1 + 5 files changed, 206 insertions(+), 0 deletions(-) create mode 100644 imp/js/external/mailcheck.js http://github.com/horde/horde/commit/2fbb0ea2e4938a0d7723fec458813455b8f4a387 http://git.horde.org/horde-git/-/commit/2fbb0ea2e4938a0d7723fec458813455b8f4a387 ----------------------------------------------------------------------- commit c79e0bb8efb0579426531bc753b11b44f5cf3f64 Author: Michael M Slusarz <[email protected]> Date: Mon Oct 14 18:45:58 2013 -0600 [mms] Add keyboard shortcuts to allow a more granular scroll of the dynamic preview pane (Request #12750). imp/docs/CHANGES | 2 ++ imp/js/dimpbase.js | 7 ++++++- imp/locale/en/help.xml | 2 +- imp/package.xml | 1 + 4 files changed, 10 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/c79e0bb8efb0579426531bc753b11b44f5cf3f64 http://git.horde.org/horde-git/-/commit/c79e0bb8efb0579426531bc753b11b44f5cf3f64 ----------------------------------------------------------------------- commit 0e7c5f4a991872a581542f5ca4acb2d0aeaa7b83 Author: Michael M Slusarz <[email protected]> Date: Mon Oct 14 18:46:26 2013 -0600 Refresh package.xml imp/package.xml | 32 +++++++++++++++++++++----------- 1 files changed, 21 insertions(+), 11 deletions(-) http://github.com/horde/horde/commit/0e7c5f4a991872a581542f5ca4acb2d0aeaa7b83 http://git.horde.org/horde-git/-/commit/0e7c5f4a991872a581542f5ca4acb2d0aeaa7b83 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
