[cvs] commit: imp/js autocomplete.js imp/js/src autocomplete.js imp/lib Compose.php imp/lib/Imple ContactAutoCompleter.php imp/lib/UI Compose.php
Michael M Slusarz
slusarz at horde.org
Tue Jul 29 05:25:06 UTC 2008
slusarz 2008-07-29 01:25:06 EDT
Modified files:
js autocomplete.js
js/src autocomplete.js
lib Compose.php
lib/Imple ContactAutoCompleter.php
lib/UI Compose.php
Log:
The expand code uses assumptions left over from the time when we had to do
expanding on refresh (i.e. expanding more than one field at a time). Greatly
simplify code by implementing 1 search string per call, and always return
results in an array. Failure in expansion is another thing that doesn't
need to be reported to the user (bad data should simply be ignored in this
case), so simplify error handling also.
Revision Changes Path
1.6 +1 -1 imp/js/autocomplete.js
1.6 +13 -12 imp/js/src/autocomplete.js
1.377 +36 -120 imp/lib/Compose.php
1.33 +8 -31 imp/lib/Imple/ContactAutoCompleter.php
1.27 +2 -2 imp/lib/UI/Compose.php
Chora Links:
http://cvs.horde.org/diff.php/imp/js/autocomplete.js?r1=1.5&r2=1.6&ty=u
http://cvs.horde.org/diff.php/imp/js/src/autocomplete.js?r1=1.5&r2=1.6&ty=u
http://cvs.horde.org/diff.php/imp/lib/Compose.php?r1=1.376&r2=1.377&ty=u
http://cvs.horde.org/diff.php/imp/lib/Imple/ContactAutoCompleter.php?r1=1.32&r2=1.33&ty=u
http://cvs.horde.org/diff.php/imp/lib/UI/Compose.php?r1=1.26&r2=1.27&ty=u
More information about the cvs
mailing list