Commit Graph

42 Commits

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