Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-08 | Clarify update() result description, return boolean when ID didn't change | Aleksander Machniak | |
2013-12-04 | Fix issue where groups were not deleted when "Replace entire addressbook" ↵ | Aleksander Machniak | |
option on contacts import was used (#1489420) | |||
2013-10-21 | Add contact_listname hook to handle special name order | Takika | |
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-19 | Let plugins state a validation error message | Thomas Bruederli | |
2013-10-19 | Require name or email for sql address book only | Thomas Bruederli | |
2013-10-19 | Add plugin hook 'contact_validate' to let plugins validate contact records | Thomas Bruederli | |
2013-10-04 | Fix typo: occured -> occurred (#1489366) | Aleksander Machniak | |
2013-09-10 | Improve handling of date strings and DateTime values in contacts | Thomas Bruederli | |
2013-09-09 | Fix some methods for rcube_addressbook implementations where contact email ↵ | Aleksander Machniak | |
field is not a flat array | |||
2013-09-08 | Save groups membership in VCard export (#1488509) | Thomas Bruederli | |
2013-06-21 | CS fixes | Aleksander Machniak | |
2013-05-07 | Avoid uninitialized/unused variables | Aleksander Machniak | |
2013-05-06 | Fix bugs caught by static analysis | Aleksander Machniak | |
2013-05-01 | Fix so addressbook_search_mode works also for group search (#1489079) | Aleksander Machniak | |
2013-04-30 | Fix removal of a contact from a group in LDAP addressbook (#1489081) | Aleksander Machniak | |
2013-01-25 | Move rcmail_contact_key() to rcube_addressbook::compose_contact_key() | Thomas Bruederli | |
2013-01-07 | Fix typo | Aleksander Machniak | |
2013-01-07 | Rename $date_types -> $date_cols | Aleksander Machniak | |
2013-01-07 | Fix searching by date in address book (#1488888) | Aleksander Machniak | |
2012-12-18 | CS fixes | Aleksander Machniak | |
2012-12-18 | Cleanup, remove file paths from doc | Aleksander Machniak | |
2012-12-07 | Some more rcmail -> rcube cleanup | Aleksander Machniak | |
2012-11-25 | Cut dependencies to rcmail class | Thomas Bruederli | |
2012-11-21 | Framework files moved to lib/Roundcube | Aleksander Machniak | |