egroupware/addressbook/inc
Ralf Becker 447c8b618a Using an iterator to query addressbook in chunks of 100 contacts to
allow to do propfinds on hugh addressbooks independent of memory_limit:
- regular groupdav_handler::profind() method gets split in a method just
  computing a filter and a callback to run that filter on the backend
- groupdav_propfind_iterator class is returned from profind method
  instead of an array with information about the files
- iterator calls groupdav_hander::propfind_callback if there are no more
  entries from the previous call
- constructor of groupdav_propfind_iterator allows to pass an extra array
  with files to return, to simplify modifying existing implementation
  (were eg. information about the current path, get's supplied from
  calling groupdav class).
2009-10-17 09:13:36 +00:00
..
class.addressbook_bo.inc.php allows to limit contact synchronization to specific an addressbook and distribution list (thanks to Zorg) 2009-08-22 14:22:55 +00:00
class.addressbook_contactform.inc.php fixed some typos 2009-09-29 07:54:11 +00:00
class.addressbook_csv.inc.php include next and last date in csv export and use same fields for nextmatch csv export 2008-06-05 12:04:00 +00:00
class.addressbook_display.inc.php "fixed is not array warning in addressbook display block" 2008-07-03 08:03:23 +00:00
class.addressbook_groupdav.inc.php Using an iterator to query addressbook in chunks of 100 contacts to 2009-10-17 09:13:36 +00:00
class.addressbook_hooks.inc.php docu update 2009-08-26 17:09:44 +00:00
class.addressbook_ldap.inc.php "Patch from Jean-Charles Passard <jcharles(at)provectio.org>: allows to use either uid or id to retrieve contacts 2009-08-22 06:28:58 +00:00
class.addressbook_merge.inc.php added new Tag 6768NELF to avoid emty lines on rtf serial letters 2009-09-23 12:58:58 +00:00
class.addressbook_sif.inc.php - merged SyncML-1.2 branch with trunk: 2009-07-15 19:44:09 +00:00
class.addressbook_so.inc.php do not search in uid, while doing a 'global' search, as you cant see the field, and you probably dont understand, why you get extra rows 2009-09-23 12:17:26 +00:00
class.addressbook_sql.inc.php - merged SyncML-1.2 branch with trunk: 2009-07-15 19:44:09 +00:00
class.addressbook_tracking.inc.php fixed some typos 2009-09-29 07:54:11 +00:00
class.addressbook_ui.inc.php fix for not displayed last/next Date in Listview 2009-10-15 15:00:49 +00:00
class.addressbook_vcal.inc.php Support street2 fields during import 2009-10-12 20:12:52 +00:00
class.boaddressbook.inc.php renamed addressbook classes to use autoloading, was just a test to get 2008-05-10 12:02:49 +00:00
hook_config.inc.php addressbook maintenance: set full name and file as in contacts of all 2009-05-09 07:58:16 +00:00
hook_home.inc.php Fixed display of birthdays from addressbook on home page: 2009-06-15 13:48:09 +00:00