egroupware_official/addressbook
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
..
doc "some docu, maybe useful for others too" 2007-05-09 07:42:41 +00:00
importexport "missed one" 2008-05-10 12:11:02 +00:00
inc Using an iterator to query addressbook in chunks of 100 contacts to 2009-10-17 09:13:36 +00:00
setup fixing small typo 2009-10-15 14:08:09 +00:00
sitemgr added paramter to select, if sender gets also an email via contactform 2009-09-28 19:22:45 +00:00
templates Added CSS class "iphoto" to photo in address list and give it a width: 2009-07-22 07:24:05 +00:00
csv_import.php fix for: if no cf import fails with fatal error 2009-07-15 14:22:29 +00:00
index.php renamed addressbook classes to use autoloading, was just a test to get 2008-05-10 12:02:49 +00:00