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
/
include
/
rcube_contacts.php
Age
Commit message (
Expand
)
Author
2010-06-02
- Performance improvement in add_to_group()
alecpl
2010-05-26
- Redesigned how rcube_contacts handles table names
alecpl
2010-05-26
Allow derived classes of rcube_contacts to override table and sequence names
thomascube
2010-05-13
- remove debug code
alecpl
2010-05-13
- Extend contact groups support (#1486682)
alecpl
2010-05-10
- Fix autocomplete shows entries without email (#1486452)
alecpl
2010-04-29
- code re-formatting + small improvements
alecpl
2010-04-26
- fix rcube_addressbook inheritance
alecpl
2010-04-23
- Fix SQL error on contact auto-completion (#1486649)
alecpl
2010-04-22
- one improvement more
alecpl
2010-04-22
- last commit fix + better performance with counters caching
alecpl
2010-04-22
- Use '=' operator instead of LIKE
alecpl
2010-04-22
- SQL performance fixes + code formatting
alecpl
2010-04-21
Remove this temporary check
thomascube
2010-04-15
Always set changed date when marking a DB record as deleted + provide a clean...
thomascube
2010-04-13
Assign newly created contacts to the active group (#1486626) and fix group se...
thomascube
2010-03-31
Complete address book interface class with group functions
thomascube
2010-03-31
Also remove contactgroupmembers when deleting a contact
thomascube
2010-03-31
Asynchronously expand contact groups + skip count queries in autocompletion m...
thomascube
2010-03-31
Implement group renaming/deleting + use more consistent names for commands an...
thomascube
2010-03-26
Added basic contact groups feature
thomascube
2010-02-22
- added lost param description
alecpl
2010-01-18
- fix $Id$ keyword
alecpl
2009-08-04
- Use sequence names only with PostgreSQL (#1486018)
alecpl
2009-07-20
- prevent PREPARE error on postgres when inserting non-Unicode characters
alecpl
2009-06-01
- use explode() instead of deprecated in php5.3 split()
alecpl
2009-04-19
Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ...
thomascube
2009-01-17
* bumping up copyright (happy new year ;-))
till
2008-09-02
New feature to import contacts from a vcard file + mark form buttons that pro...
thomascube
2008-08-21
- removed PHP4 class constructors
alecpl
2008-08-09
- Case insensitive contacts searching using PostgreSQL (#1485259)
alecpl
2008-05-15
- fix #1485066
alecpl
2008-04-12
Changed codebase to PHP5 with autoloader + added some new classes from the de...
thomascube