roundcubemail-plugins-kolab/plugins/kolab_addressbook
Thomas Bruederli af6d366a1f Optimize access to kolab contacts using a sorted and limited query (#2828)
- Add columns for sorting in kolab_cache_contact
- Extend bin/modcache.sh script to update existing cache records
- Add setters for ORDER BY and LIMIT clauses
- Adapt the kolab_addressbook plugin to fetch contacts page-wise

ATTENTION: This changeset contains database schema changes!
Run `bin/updatedb.sh --dir plugins/libkolab/SQL --package libkolab`

Afterwards, the cached data needs to be updated. To do so, either run
  `plugins/libkolab/bin/modcache.sh update --type=contact`
or execute the following query
  DELETE FROM `kolab_folders` WHERE `type`='contact';
2014-02-10 11:46:50 +01:00
..
helpdocs/en_US Add screen shots with Kolab skin 2014-02-06 10:11:51 +01:00
lib Optimize access to kolab contacts using a sorted and limited query (#2828) 2014-02-10 11:46:50 +01:00
localization Removed empty localization files 2013-10-31 08:57:19 +01:00
skins Fix folder access icons on addressbook sources list 2013-04-10 12:45:43 +02:00
config.inc.php.dist Fix icon after Larry skin image update; fix typo 2014-01-21 16:17:10 +01:00
kolab_addressbook.js Include CardDAV URL menu item in contextmenu; fix menu ID check 2013-10-30 17:16:47 +01:00
kolab_addressbook.php More user guide for calendar, tasklist and address book 2014-02-05 16:12:13 +01:00
LICENSE Changed license to AGPL 2011-10-27 10:20:46 +02:00
package.xml Renamed old default skin folders to 'classic' in order to align with the upcoming change in Roundcube core 2012-07-29 15:41:00 +02:00