summaryrefslogtreecommitdiff
path: root/program/include/rcube_contacts.php
AgeCommit message (Expand)Author
2012-05-30Don't show errors when moving contacts into groups they're already in (#1488493)Thomas Bruederli
2012-03-04Exclude E_STRICT from error_reporting for PHP 5.4alecpl
2012-02-11User configurable setting how to display contact names in listthomascube
2012-02-02Allow users to choose cols for contacts list sortingthomascube
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomascube
2012-01-10Allow plugins to extend the vcard fieldmap for contact datathomascube
2012-01-04- Fix strict email address searching if contact has more than one addressalecpl
2011-11-10- Add option to define matching method for addressbook search (#1486564, #148...alecpl
2011-11-08- Make $name property to be public (#1488140)alecpl
2011-10-10Contact groups can have direct email addresses => distribution lists; enable ...thomascube
2011-10-07Autocomplete LDAP records when adding contacts from mail (#1488073)thomascube
2011-08-03- Remove temp debug codealecpl
2011-08-03- Added possibility to extend rcube_vcard's fieldmapalecpl
2011-07-17Small improvements and codestylethomascube
2011-07-08- Make Undo action optional by setting undo_timeout=0alecpl
2011-07-07- Added possibility to undo last contact delete operationalecpl
2011-06-16- Add addressbook name in contact info frame (#1487958)alecpl
2011-06-03- Fix regexp matching field namesalecpl
2011-06-03- Small fix for advanced searchingalecpl
2011-06-03- typoalecpl
2011-06-03- Performance improvement, fix case-sensitivness in advanced searchalecpl
2011-06-03- Added addressbook advanced searchalecpl
2011-06-01- Add popup with basic fields selection for addressbook searchalecpl
2011-05-14Fix sort order when contact name is emptythomascube
2011-05-13Fix empty name in search results and error when creating a new contactthomascube
2011-05-12Improve display name composition when saving contacts (#1487143), with plugin...thomascube
2011-04-15Fix vcard folding at 75 chars; don't fold vcards for internal storagethomascube
2011-03-01Don't do exact matches when searching for existing email recordsthomascube
2011-02-14Fulltext search over contact fields. Attention: DATABASE SCHEMA CHANGED\!thomascube
2011-02-06Delegate contact input validation to rcube_addressbook instance; accept alrea...thomascube
2011-01-18Merge branch devel-addressbook (r4193:4382) back into trunkthomascube
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomascube
2010-10-27- Add rcube_addressbook::get_record_groups() (#1487089)alecpl
2010-10-22List groups in address detail view and allow to subscribe/unsubscribe from th...thomascube
2010-09-29- Update phpdoc (#1486958)alecpl
2010-09-25- s/RoundCube/Roundcube/alecpl
2010-06-02- Performance improvement in add_to_group()alecpl
2010-05-26- Redesigned how rcube_contacts handles table namesalecpl
2010-05-26Allow derived classes of rcube_contacts to override table and sequence namesthomascube
2010-05-13- remove debug codealecpl
2010-05-13- Extend contact groups support (#1486682) alecpl
2010-05-10- Fix autocomplete shows entries without email (#1486452)alecpl
2010-04-29- code re-formatting + small improvementsalecpl
2010-04-26- fix rcube_addressbook inheritancealecpl
2010-04-23- Fix SQL error on contact auto-completion (#1486649)alecpl
2010-04-22- one improvement morealecpl
2010-04-22- last commit fix + better performance with counters cachingalecpl
2010-04-22- Use '=' operator instead of LIKEalecpl
2010-04-22- SQL performance fixes + code formattingalecpl
2010-04-21Remove this temporary checkthomascube