index
:
roundcube.git
local
master
working
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
program
/
lib
/
Roundcube
/
rcube_contacts.php
Age
Commit message (
Expand
)
Author
2015-03-09
Fix rcube_contacts::search() calls with empty search string but $required arg...
Thomas Bruederli
2015-03-03
Only normalize search term when searching in 'words' column
Thomas Bruederli
2015-03-03
Fix full-text searching in a given list of fields
Thomas Bruederli
2015-03-03
Adapt fulltext search in local address book to ignore words order
Thomas Bruederli
2015-02-22
Fix missing or not up-to-date CATEGORIES entry in vCard export (#1490277)
Aleksander Machniak
2014-11-16
Code improvements and fixes (mostly unused variables and methods)
Aleksander Machniak
2014-09-12
Use consistent column/table quoting in sql queries
Aleksander Machniak
2014-07-05
Fix bug where contacts with no email address were listed on compose addressbo...
Aleksander Machniak
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" opt...
Aleksander Machniak
2013-11-18
Fix deprecated function usage
Aleksander Machniak
2013-10-19
Require name or email for sql address book only
Thomas Bruederli
2013-09-10
Improve handling of date strings and DateTime values in contacts
Thomas Bruederli
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-04-19
Fix DB error when creating a new contact and a group is selected (#1489051)
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
Cleanup, remove file paths from doc
Aleksander Machniak
2012-11-27
Define RCUBE_CHARSET in place of RCMAIL_CHARSET for naming consistency
Aleksander Machniak
2012-11-21
Framework files moved to lib/Roundcube
Aleksander Machniak