Revision a6d5ac2...

Go back to digest for 28th August 2011

Bug Fixes in KDE-PIM

Dan Vratil committed changes in [akonadi-google] /:

Fix parsers to correctly parse complete documents

XML and JSON parser must be able to parse not only body of a document
(data representing the contact/event itself) but the entire document
as well (including the header, etc), respectively they must be able to find the
body within the document and then parse it.

This fixes the issue that newly created objects didn't receive remoteId and
remoteRevision - the values were not correctly parsed from server response and
thus were not assigned to the item.

File Changes

Modified 5 files
  •   calendar/calendarresource.cpp
  •   contacts/contactsresource.cpp
  •   libkgoogle/kgoogleaccessmanager.cpp
  •   libkgoogle/services/addressbook.cpp
  •   libkgoogle/services/calendar.cpp
5 files changed in total