egroupware_official/addressbook/inc
Ralf Becker 1baa158195 Big SyncML patch from Philip Herbert <pherbert(at)knauber.de>:
- change the processing of slowsync, to use the content_map instead of
  trying to build a new one. This caused duplication issues on the
  client if multiple similar records where stored, because only the first
  one found in the server-db was matched, These duplicate entries at client
  side had no entry at serverside, so deleting the wrong one
  on the client (the content with a valid map entry) could cause
  unwanted data loss at server side, because it is impossible for the
  user to see what is a duplicate, and what is not.

see also: 
http://www.nabble.com/again---syncml-duplication-issue-to20333619s3741.html

- reenabled UID from syncml clients, because it was partly used this caused
  issues during SlowSync if the content was changed. 

- infolog, calendar if a uid is found in the provided data, allway try to
  find the corresponding content first   using only the UID, instead of
  using the content-id taken from content_map.

also fixed:

- a few fixes in ./notes
- creating an entry on the client that can not be imported,
  (Example, Nokia E Series Appointment without a Title)
  will no longer create an invalid content-map entry
  However, at client side this is still counted in the Protocol as
  Server-Add
2008-11-16 10:42:29 +00:00
..
class.addressbook_bo.inc.php default format for fileas 2008-10-10 11:25:35 +00:00
class.addressbook_contactform.inc.php "removed unnecessary include" 2008-10-07 12:24:15 +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 Reworked GroupDAV and iCal/vCard handler to set 'GroupDAV' as product 2008-11-03 09:36:20 +00:00
class.addressbook_hooks.inc.php default format for fileas 2008-10-10 11:25:35 +00:00
class.addressbook_ldap.inc.php "fixed not working delete for contacts in ldap, as reported by Bernhard D Rohrer on the English user list" 2008-10-08 15:28:37 +00:00
class.addressbook_merge.inc.php fix regarding the renaming of the calendar classes 2008-06-09 12:32:15 +00:00
class.addressbook_sif.inc.php Big SyncML patch from Philip Herbert <pherbert(at)knauber.de>: 2008-11-16 10:42:29 +00:00
class.addressbook_so.inc.php "fix for bug #1805: SQL error when searching mail addresses from fmail 2008-11-12 17:53:58 +00:00
class.addressbook_sql.inc.php "curly brackets are depricated in php6" 2008-11-12 18:05:19 +00:00
class.addressbook_tracking.inc.php - fixed url recreation for links (use ? for get-params, if no ? in the 2008-11-08 10:37:52 +00:00
class.addressbook_ui.inc.php "fix for bug #1355: Addressbook view does not display link if an url didn't start with http:// or www" 2008-11-08 09:09:40 +00:00
class.addressbook_vcal.inc.php Big SyncML patch from Philip Herbert <pherbert(at)knauber.de>: 2008-11-16 10:42:29 +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 renamed addressbook classes to use autoloading, was just a test to get 2008-05-10 12:02:49 +00:00
hook_home.inc.php renamed addressbook classes to use autoloading, was just a test to get 2008-05-10 12:02:49 +00:00