summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_addressbook.php
AgeCommit message (Collapse)Author
2013-12-08Clarify update() result description, return boolean when ID didn't changeAleksander Machniak
2013-12-04Fix issue where groups were not deleted when "Replace entire addressbook" ↵Aleksander Machniak
option on contacts import was used (#1489420)
2013-10-21Add contact_listname hook to handle special name orderTakika
I can modify the addressbook_name_listing variable via main config or preferences_list_hook but I have to change the rcube_addressbook class to use the modified value. Some contry use special [name orders](http://en.wikipedia.org/wiki/Personal_name#Name_order) and we can handle them with this hook. I changed the hook name to contact_listname as proposed by thomascube in the original PR#127.
2013-10-19Let plugins state a validation error messageThomas Bruederli
2013-10-19Require name or email for sql address book onlyThomas Bruederli
2013-10-19Add plugin hook 'contact_validate' to let plugins validate contact recordsThomas Bruederli
2013-10-04Fix typo: occured -> occurred (#1489366)Aleksander Machniak
2013-09-10Improve handling of date strings and DateTime values in contactsThomas Bruederli
2013-09-09Fix some methods for rcube_addressbook implementations where contact email ↵Aleksander Machniak
field is not a flat array
2013-09-08Save groups membership in VCard export (#1488509)Thomas Bruederli
2013-06-21CS fixesAleksander Machniak
2013-05-07Avoid uninitialized/unused variablesAleksander Machniak
2013-05-06Fix bugs caught by static analysisAleksander Machniak
2013-05-01Fix so addressbook_search_mode works also for group search (#1489079)Aleksander Machniak
2013-04-30Fix removal of a contact from a group in LDAP addressbook (#1489081)Aleksander Machniak
2013-01-25Move rcmail_contact_key() to rcube_addressbook::compose_contact_key()Thomas Bruederli
2013-01-07Fix typoAleksander Machniak
2013-01-07Rename $date_types -> $date_colsAleksander Machniak
2013-01-07Fix searching by date in address book (#1488888)Aleksander Machniak
2012-12-18CS fixesAleksander Machniak
2012-12-18Cleanup, remove file paths from docAleksander Machniak
2012-12-07Some more rcmail -> rcube cleanupAleksander Machniak
2012-11-25Cut dependencies to rcmail classThomas Bruederli
2012-11-21Framework files moved to lib/RoundcubeAleksander Machniak