The branch "imp_6_2" has been updated. The following is a summary of the commits.
from: 80ba2f757d0f96d8a4b8b2b2eae14ee007a5d9d8 afb7b84 Revert "[mms] Add a simple domain checker to the autocompleter that checks for common misspellings." 4f37ae4 optimizations e82990c First attempt at providing visual feedback via autocomplete as to which addresses are invalid Summary: http://github.com/horde/horde/compare/80ba2f757d0f96d8a4b8b2b2eae14ee007a5d9d8...e82990c621eed471314a16b86ca75a548406ee20 ----------------------------------------------------------------------- commit afb7b84ea233a4898f64ac8d7f78a7bef9023055 Author: Michael M Slusarz <[email protected]> Date: Tue Oct 15 16:53:01 2013 -0600 Revert "[mms] Add a simple domain checker to the autocompleter that checks for common misspellings." This reverts commit 2fbb0ea2e4938a0d7723fec458813455b8f4a387. Conflicts: imp/docs/CHANGES imp/js/compose-base.js imp/package.xml Move off of browser. This will instead be a part of a package of (forthcoming) checks that will be done server-side instead. 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, 0 insertions(+), 206 deletions(-) delete mode 100644 imp/js/external/mailcheck.js http://github.com/horde/horde/commit/afb7b84ea233a4898f64ac8d7f78a7bef9023055 http://git.horde.org/horde-git/-/commit/afb7b84ea233a4898f64ac8d7f78a7bef9023055 ----------------------------------------------------------------------- commit 4f37ae4403909fe46b61da1eb8ba0d69e9253b60 Author: Michael M Slusarz <[email protected]> Date: Tue Oct 15 17:14:22 2013 -0600 optimizations imp/js/prettyautocomplete.js | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) http://github.com/horde/horde/commit/4f37ae4403909fe46b61da1eb8ba0d69e9253b60 http://git.horde.org/horde-git/-/commit/4f37ae4403909fe46b61da1eb8ba0d69e9253b60 ----------------------------------------------------------------------- commit e82990c621eed471314a16b86ca75a548406ee20 Author: Michael M Slusarz <[email protected]> Date: Tue Oct 15 19:00:41 2013 -0600 First attempt at providing visual feedback via autocomplete as to which addresses are invalid Not sure if I am sold on the architecture of this yet, but it is a start. imp/js/compose-base.js | 24 +++++++++++++++++ imp/js/compose-dimp.js | 17 +++++++++++- imp/js/prettyautocomplete.js | 26 ++++++++++++++++-- imp/lib/Ajax/Application/Handler/Common.php | 37 +++++++++++++++++++++++++++ imp/lib/Compose.php | 16 +++++++++-- imp/lib/Compose/Exception/Address.php | 34 ++++++++++++++++++++++++ imp/package.xml | 8 +++-- imp/themes/default/screen.css | 4 +++ 8 files changed, 156 insertions(+), 10 deletions(-) create mode 100644 imp/lib/Compose/Exception/Address.php http://github.com/horde/horde/commit/e82990c621eed471314a16b86ca75a548406ee20 http://git.horde.org/horde-git/-/commit/e82990c621eed471314a16b86ca75a548406ee20 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
