egroupware/infolog/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.boinfolog.inc.php moved xmlrpc code to own class boinfolog, to keep the old xmlrpc 2008-10-07 14:01:33 +00:00
class.infolog_bo.inc.php Big performance improvment by: 2008-10-19 11:34:12 +00:00
class.infolog_customfields.inc.php - renamed class to new naming convention 2008-10-07 12:50:14 +00:00
class.infolog_datasource.inc.php "using static methodes of egw_link" 2008-10-20 10:20:50 +00:00
class.infolog_groupdav.inc.php Reworked GroupDAV and iCal/vCard handler to set 'GroupDAV' as product 2008-11-03 09:36:20 +00:00
class.infolog_hooks.inc.php "patch #1769: infolog sidebox menu has wrong link to custom fields 2008-10-16 05:39:58 +00:00
class.infolog_ical.inc.php Big SyncML patch from Philip Herbert <pherbert(at)knauber.de>: 2008-11-16 10:42:29 +00:00
class.infolog_sif.inc.php Big SyncML patch from Philip Herbert <pherbert(at)knauber.de>: 2008-11-16 10:42:29 +00:00
class.infolog_so.inc.php "fixed postgres problem reported on the user list: operator does not exist: character varying = integer" 2008-10-22 10:42:30 +00:00
class.infolog_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.infolog_ui.inc.php "fix for bug #1467: sorting get lost using green close icon" 2008-10-22 06:51:01 +00:00
class.infolog_widget.inc.php - renamed class to new naming convention 2008-10-07 12:50:14 +00:00
hook_home.inc.php "fixed typo" 2008-10-07 13:12:31 +00:00