summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/mail/autocomplete.inc
AgeCommit message (Collapse)Author
2012-03-14Request all needed fields from address book backends (#1488394)thomasb
git-svn-id: https://svn.roundcube.net/trunk@6004 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5787 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-19Only expand one email per group memberthomasb
git-svn-id: https://svn.roundcube.net/trunk@5631 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-14- Fix sorting autocomplete results to preserve email address significance ↵alec
(#1488084) git-svn-id: https://svn.roundcube.net/trunk@5421 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-10- Add option to skip alternative email addresses in autocompletionalec
git-svn-id: https://svn.roundcube.net/trunk@5412 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-10- Fix matching check to be unicode-awarealec
git-svn-id: https://svn.roundcube.net/trunk@5410 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-10- Add option to define matching method for addressbook search (#1486564, ↵alec
#1487907) git-svn-id: https://svn.roundcube.net/trunk@5406 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-08Make email recipients separator configurable + suppress dupes in auto-completionthomasb
git-svn-id: https://svn.roundcube.net/trunk@5401 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-10Contact groups can have direct email addresses => distribution lists; enable ↵thomasb
'compose' command for the selected group git-svn-id: https://svn.roundcube.net/trunk@5328 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-24Add copyright line on files with significant changes from Kolab Systemsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5128 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-25- Added optional "multithreading" autocomplete featurealec
git-svn-id: https://svn.roundcube.net/trunk@4963 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-17Small improvements and codestylethomasb
git-svn-id: https://svn.roundcube.net/trunk@4932 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-22Skip empty e-mail addresses in autocompletionthomasb
git-svn-id: https://svn.roundcube.net/trunk@4874 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-31Case-insensitive matching in autocompletion (#1487933); replace old string ↵thomasb
offset syntax git-svn-id: https://svn.roundcube.net/trunk@4819 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-03-31- Add info about indexcontacts.sh script in upgrade procedurealec
git-svn-id: https://svn.roundcube.net/trunk@4625 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-18Merge branch devel-addressbook (r4193:4382) back into trunkthomasb
git-svn-id: https://svn.roundcube.net/trunk@4424 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-25- s/RoundCube/Roundcube/alec
git-svn-id: https://svn.roundcube.net/trunk@3989 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-23- removed PHP closing tagalec
git-svn-id: https://svn.roundcube.net/trunk@3780 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-04- Remove duplicates in autocomplete result (#1486772)alec
git-svn-id: https://svn.roundcube.net/trunk@3715 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-10- Use strcoll instead of strcmp when sorting contacts in autocompletealec
git-svn-id: https://svn.roundcube.net/trunk@3609 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-10- Fix autocomplete shows entries without email (#1486452)alec
git-svn-id: https://svn.roundcube.net/trunk@3608 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-07Fix group expansion which was lost in r3457 + apply patch for autocompletion ↵thomasb
timeouts from #1486059 git-svn-id: https://svn.roundcube.net/trunk@3476 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-31Asynchronously expand contact groups + skip count queries in autocompletion ↵thomasb
mode + check for the existance of contactgroups table git-svn-id: https://svn.roundcube.net/trunk@3449 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-26Added basic contact groups featurethomasb
git-svn-id: https://svn.roundcube.net/trunk@3425 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-25- set Id keywordalec
git-svn-id: https://svn.roundcube.net/trunk@3221 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-22- Fix autocomplete bugs when erasing the comma (#1485990)alec
git-svn-id: https://svn.roundcube.net/trunk@2781 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-14- Fix autocomplete problem with capital letters (#1485792)alec
git-svn-id: https://svn.roundcube.net/trunk@2479 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-04-14- simplified code for serverside autocomplete + set rows limit on server ↵alec
side only git-svn-id: https://svn.roundcube.net/trunk@2390 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-27Prevent concurrent autocomplete query results display (#1485743)thomasb
git-svn-id: https://svn.roundcube.net/trunk@2318 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-19- fix warning when 'autocomplete_addressbooks' is not an array (#1485691)alec
git-svn-id: https://svn.roundcube.net/trunk@2243 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-17* bumping up copyright (happy new year ;-))till
git-svn-id: https://svn.roundcube.net/trunk@2237 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-18Bugfix and improve auto-completionthomasb
git-svn-id: https://svn.roundcube.net/trunk@2176 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-25Added missing step file (#1485578)thomasb
git-svn-id: https://svn.roundcube.net/trunk@2089 208e9e7b-5314-0410-a742-e7e81cd9613c