The branch "master" has been updated. The following is a summary of the commits.
from: 5930da3a5b4b79c6e0ae987e7be2a43b15911b1b 3ab83c0 Don't only search at start of strings, use levenshtein weighting. 4336077 Don't double-encode auto-complete results, cleanup, always use levenshtein weighting (Bug #10945). ----------------------------------------------------------------------- commit 3ab83c098d3a4f06b0f1c8ca9955e8ac3b0fbe6b Author: Jan Schneider <[email protected]> Date: Mon Jan 30 13:56:57 2012 +0100 Don't only search at start of strings, use levenshtein weighting. kronolith/docs/CHANGES | 1 + kronolith/lib/Ajax/Imple/ContactAutoCompleter.php | 14 ++++++++++---- kronolith/package.xml | 2 ++ 3 files changed, 13 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/3ab83c098d3a4f06b0f1c8ca9955e8ac3b0fbe6b ----------------------------------------------------------------------- commit 433607768e50b49eae95facefc547eb0231aaf3d Author: Jan Schneider <[email protected]> Date: Mon Jan 30 13:59:23 2012 +0100 Don't double-encode auto-complete results, cleanup, always use levenshtein weighting (Bug #10945). whups/docs/CHANGES | 1 + whups/lib/Ajax/Imple/ContactAutoCompleter.php | 64 +++++++++---------------- whups/package.xml | 4 +- 3 files changed, 26 insertions(+), 43 deletions(-) http://git.horde.org/horde-git/-/commit/433607768e50b49eae95facefc547eb0231aaf3d __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
