zotero/chrome
Dan Stillman 1a0849e489 Fix and change extraData for item change notifications
- Some item changes were putting data in the wrong form into extraData,
  which was keeping it from being passed through in notifications.
- For item modifications, set a 'changed' object, keyed by itemID, with
  just the fields that changed as keys and their old values. For
  deletes, keep the 'old' object for now, since sync relies on it.
- Remove item.serialize() for all item changes except deletions, which
  should speed up writes (and which will leave extraData empty for some
  changes).
- Currently only item fields, creators, related items ('related'), and
  'parentItem' are added to 'changed'.

Closes #220
2013-02-02 05:55:38 -05:00
..
content Fix and change extraData for item change notifications 2013-02-02 05:55:38 -05:00
locale Remove "Try to override conflicting shortcuts" pref 2013-01-22 18:38:00 -05:00
skin/default/zotero Don't show empty close button 2012-08-14 20:07:57 -04:00