egroupware_official/phpgwapi/inc/horde/Horde
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
..
Browser first commit of syncml code 2005-06-19 19:00:58 +00:00
iCalendar PHPGW_SERVER_ROOT/phpgwapi/inc --> EGW_API_INC 2008-08-04 10:59:06 +00:00
RPC support for slowsync with search 2006-03-21 13:49:13 +00:00
SyncML Big SyncML patch from Philip Herbert <pherbert(at)knauber.de>: 2008-11-16 10:42:29 +00:00
Browser.php first commit of syncml code 2005-06-19 19:00:58 +00:00
iCalendar.php when having multiple lines descriptions in contacts or calendar, these are not correctly encoded in vcard. 2008-08-04 08:42:19 +00:00
NLS.php first commit of syncml code 2005-06-19 19:00:58 +00:00
Registry.php first commit of syncml code 2005-06-19 19:00:58 +00:00
RPC.php updated WBXML code to work without external binary 2006-01-11 05:42:07 +00:00
String.php first commit of syncml code 2005-06-19 19:00:58 +00:00
SyncML.php "Fixed problem reported by Uwe on the German list: SyncML is no longer working" 2008-08-19 05:43:57 +00:00
Util.php first commit of syncml code 2005-06-19 19:00:58 +00:00