The branch "imp_6_2" has been updated. The following is a summary of the commits.
from: bcbfa41b4411d875e760645537e1eef629f24dff 84a9204 simplify f63c1ae unused vars 33dfbe8 Worst fear realized: we DO need to implement a RFC822-like parser for autocomplete Summary: http://github.com/horde/horde/compare/bcbfa41b4411d875e760645537e1eef629f24dff...33dfbe8ea0a63f7d6bb27c1c4b9aafe07edb4c9e ----------------------------------------------------------------------- commit 84a9204fa8bb156259be1892ffd9da0c142c2672 Author: Michael M Slusarz <[email protected]> Date: Fri Oct 11 01:28:58 2013 -0600 simplify imp/lib/Basic/Search.php | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) http://github.com/horde/horde/commit/84a9204fa8bb156259be1892ffd9da0c142c2672 http://git.horde.org/horde-git/-/commit/84a9204fa8bb156259be1892ffd9da0c142c2672 ----------------------------------------------------------------------- commit f63c1aea63250a8a7bc0d0ae62f219871b6fe830 Author: Michael M Slusarz <[email protected]> Date: Fri Oct 11 01:34:55 2013 -0600 unused vars imp/lib/Ajax/Queue.php | 2 +- imp/lib/Mailbox/List.php | 2 +- imp/lib/Message.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/f63c1aea63250a8a7bc0d0ae62f219871b6fe830 http://git.horde.org/horde-git/-/commit/f63c1aea63250a8a7bc0d0ae62f219871b6fe830 ----------------------------------------------------------------------- commit 33dfbe8ea0a63f7d6bb27c1c4b9aafe07edb4c9e Author: Michael M Slusarz <[email protected]> Date: Fri Oct 11 15:56:18 2013 -0600 Worst fear realized: we DO need to implement a RFC822-like parser for autocomplete Essentially, we need to be able to distinguish between commas in quotes, commas in group definitions, and commas meant to delineate between addresses. So implement a basic parser for these elements. Fixes replies for addresses like: "Foo, Bar" <[email protected]> imp/js/compose-base.js | 46 +++++++++++++++++++++++++++ imp/js/prettyautocomplete.js | 28 ++++++++++------ imp/lib/Ajax/Imple/AutoCompleter/Pretty.php | 9 ++++- 3 files changed, 71 insertions(+), 12 deletions(-) http://github.com/horde/horde/commit/33dfbe8ea0a63f7d6bb27c1c4b9aafe07edb4c9e http://git.horde.org/horde-git/-/commit/33dfbe8ea0a63f7d6bb27c1c4b9aafe07edb4c9e -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
