Commit Graph

43 Commits (926948e77fb4d400674fd654e8d7ea900b84fddb)

Author SHA1 Message Date
thomascube 569f8306db Fix vcard folding at 75 chars; don't fold vcards for internal storage 13 years ago
thomascube 715c7961ba Don't do exact matches when searching for existing email records 14 years ago
thomascube 3e2637351d Fulltext search over contact fields. Attention: DATABASE SCHEMA CHANGED\! 14 years ago
thomascube 07b95dc49b Delegate contact input validation to rcube_addressbook instance; accept already localized texts in rcube_output::show_message() 14 years ago
thomascube 0501b637a3 Merge branch devel-addressbook (r4193:4382) back into trunk 14 years ago
thomascube f5e7b35307 Bumbed version; Roundcube development is not Switzerland only 14 years ago
alecpl b393e54247 - Add rcube_addressbook::get_record_groups() (#1487089) 14 years ago
thomascube cb7d32ebdd List groups in address detail view and allow to subscribe/unsubscribe from there (#1486753) 14 years ago
alecpl 5c461bada9 - Update phpdoc (#1486958) 14 years ago
alecpl e019f2d0f2 - s/RoundCube/Roundcube/ 14 years ago
alecpl 1126fc6127 - Performance improvement in add_to_group() 14 years ago
alecpl 982e0b0b89 - Redesigned how rcube_contacts handles table names 14 years ago
thomascube 3b67e33c8e Allow derived classes of rcube_contacts to override table and sequence names 14 years ago
alecpl d17a7fea4c - remove debug code 14 years ago
alecpl bb8012cfcd - Extend contact groups support (#1486682) 14 years ago
alecpl 25fdec592d - Fix autocomplete shows entries without email (#1486452) 14 years ago
alecpl a004bb8cbe - code re-formatting + small improvements 14 years ago
alecpl 495c0e512c - fix rcube_addressbook inheritance 14 years ago
alecpl 6319670243 - Fix SQL error on contact auto-completion (#1486649) 14 years ago
alecpl 821a560f19 - one improvement more 14 years ago
alecpl 566b142aaa - last commit fix + better performance with counters caching 14 years ago
alecpl 3e696da28e - Use '=' operator instead of LIKE 14 years ago
alecpl 3d6c04ddf0 - SQL performance fixes + code formatting 14 years ago
thomascube c69d2ae6e9 Remove this temporary check 14 years ago
thomascube a35062a1eb Always set changed date when marking a DB record as deleted + provide a cleanup script 14 years ago
thomascube 8e3a6039cf Assign newly created contacts to the active group (#1486626) and fix group selection display (#1486619) 14 years ago
thomascube 04adaac71b Complete address book interface class with group functions 15 years ago
thomascube bb6294a26e Also remove contactgroupmembers when deleting a contact 15 years ago
thomascube c0297f4172 Asynchronously expand contact groups + skip count queries in autocompletion mode + check for the existance of contactgroups table 15 years ago
thomascube 3baa72a62f Implement group renaming/deleting + use more consistent names for commands and actions (#1486587) 15 years ago
thomascube a61bbb24aa Added basic contact groups feature 15 years ago
alecpl eb27aad897 - added lost param description 15 years ago
alecpl 638fb8a972 - fix $Id$ keyword 15 years ago
alecpl 6b7e8e705a - Use sequence names only with PostgreSQL (#1486018) 15 years ago
alecpl 4307ccd82b - prevent PREPARE error on postgres when inserting non-Unicode characters 15 years ago
alecpl 977078372e - use explode() instead of deprecated in php5.3 split() 15 years ago
thomascube cc97ea0559 Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins) 15 years ago
till cbbef379a5 * bumping up copyright (happy new year ;-)) 16 years ago
thomascube ed132eddea New feature to import contacts from a vcard file + mark form buttons that provide the most obvious operation 16 years ago
alecpl 95987c3943 - removed PHP4 class constructors 16 years ago
alecpl d8d41658d3 - Case insensitive contacts searching using PostgreSQL (#1485259) 16 years ago
alecpl f2b323e82e - fix #1485066 16 years ago
thomascube 47124c2279 Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch 17 years ago