summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_contacts.php
AgeCommit message (Collapse)Author
2011-08-03- Remove temp debug codealec
git-svn-id: https://svn.roundcube.net/trunk@5011 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-03- Added possibility to extend rcube_vcard's fieldmapalec
- Skip empty values in vCard export git-svn-id: https://svn.roundcube.net/trunk@5010 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-07-08- Make Undo action optional by setting undo_timeout=0alec
git-svn-id: https://svn.roundcube.net/trunk@4919 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-07- Added possibility to undo last contact delete operationalec
git-svn-id: https://svn.roundcube.net/trunk@4916 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-16- Add addressbook name in contact info frame (#1487958)alec
git-svn-id: https://svn.roundcube.net/trunk@4857 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-03- Fix regexp matching field namesalec
git-svn-id: https://svn.roundcube.net/trunk@4839 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-03- Small fix for advanced searchingalec
git-svn-id: https://svn.roundcube.net/trunk@4838 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-03- typoalec
git-svn-id: https://svn.roundcube.net/trunk@4837 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-03- Performance improvement, fix case-sensitivness in advanced searchalec
git-svn-id: https://svn.roundcube.net/trunk@4835 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-03- Added addressbook advanced searchalec
git-svn-id: https://svn.roundcube.net/trunk@4834 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-01- Add popup with basic fields selection for addressbook searchalec
git-svn-id: https://svn.roundcube.net/trunk@4823 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-14Fix sort order when contact name is emptythomasb
git-svn-id: https://svn.roundcube.net/trunk@4768 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-13Fix empty name in search results and error when creating a new contactthomasb
git-svn-id: https://svn.roundcube.net/trunk@4764 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-12Improve display name composition when saving contacts (#1487143), with ↵thomasb
plugin-support; allow empty names in sql address book, fall back to e-mail address in listing and vcard export git-svn-id: https://svn.roundcube.net/trunk@4752 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-15Fix vcard folding at 75 chars; don't fold vcards for internal storagethomasb
git-svn-id: https://svn.roundcube.net/trunk@4657 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-03-01Don't do exact matches when searching for existing email recordsthomasb
git-svn-id: https://svn.roundcube.net/trunk@4584 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-14Fulltext search over contact fields. Attention: DATABASE SCHEMA CHANGED\!thomasb
git-svn-id: https://svn.roundcube.net/trunk@4541 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-06Delegate contact input validation to rcube_addressbook instance; accept ↵thomasb
already localized texts in rcube_output::show_message() git-svn-id: https://svn.roundcube.net/trunk@4498 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
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomasb
git-svn-id: https://svn.roundcube.net/trunk@4410 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-27- Add rcube_addressbook::get_record_groups() (#1487089)alec
git-svn-id: https://svn.roundcube.net/trunk@4145 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-22List groups in address detail view and allow to subscribe/unsubscribe from ↵thomasb
there (#1486753) git-svn-id: https://svn.roundcube.net/trunk@4121 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-29- Update phpdoc (#1486958)alec
git-svn-id: https://svn.roundcube.net/trunk@4015 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-02- Performance improvement in add_to_group()alec
git-svn-id: https://svn.roundcube.net/trunk@3698 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-26- Redesigned how rcube_contacts handles table namesalec
git-svn-id: https://svn.roundcube.net/trunk@3670 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-26Allow derived classes of rcube_contacts to override table and sequence namesthomasb
git-svn-id: https://svn.roundcube.net/trunk@3668 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-13- remove debug codealec
git-svn-id: https://svn.roundcube.net/trunk@3615 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-13- Extend contact groups support (#1486682) alec
git-svn-id: https://svn.roundcube.net/trunk@3614 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-29- code re-formatting + small improvementsalec
git-svn-id: https://svn.roundcube.net/trunk@3576 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-26- fix rcube_addressbook inheritancealec
git-svn-id: https://svn.roundcube.net/trunk@3562 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-23- Fix SQL error on contact auto-completion (#1486649)alec
git-svn-id: https://svn.roundcube.net/trunk@3543 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-22- one improvement morealec
git-svn-id: https://svn.roundcube.net/trunk@3537 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-22- last commit fix + better performance with counters cachingalec
git-svn-id: https://svn.roundcube.net/trunk@3534 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-22- Use '=' operator instead of LIKEalec
git-svn-id: https://svn.roundcube.net/trunk@3530 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-22- SQL performance fixes + code formattingalec
git-svn-id: https://svn.roundcube.net/trunk@3529 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-21Remove this temporary checkthomasb
git-svn-id: https://svn.roundcube.net/trunk@3523 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-15Always set changed date when marking a DB record as deleted + provide a ↵thomasb
cleanup script git-svn-id: https://svn.roundcube.net/trunk@3489 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-13Assign newly created contacts to the active group (#1486626) and fix group ↵thomasb
selection display (#1486619) git-svn-id: https://svn.roundcube.net/trunk@3485 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-31Complete address book interface class with group functionsthomasb
git-svn-id: https://svn.roundcube.net/trunk@3452 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-31Also remove contactgroupmembers when deleting a contactthomasb
git-svn-id: https://svn.roundcube.net/trunk@3451 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-31Implement group renaming/deleting + use more consistent names for commands ↵thomasb
and actions (#1486587) git-svn-id: https://svn.roundcube.net/trunk@3448 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-02-22- added lost param descriptionalec
git-svn-id: https://svn.roundcube.net/trunk@3280 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-18- fix $Id$ keywordalec
git-svn-id: https://svn.roundcube.net/trunk@3212 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-08-04- Use sequence names only with PostgreSQL (#1486018)alec
git-svn-id: https://svn.roundcube.net/trunk@2834 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-20- prevent PREPARE error on postgres when inserting non-Unicode charactersalec
git-svn-id: https://svn.roundcube.net/trunk@2773 208e9e7b-5314-0410-a742-e7e81cd9613c