zotero/chrome
Dan Stillman 0ec1ed58ef Add new Notifier event types, 'collection-item' and 'item-tag', which send id pairs, e.g. adding tagID 2 to item id 1 would trigger ('add', 'item-tag', '1-2')
Similarly, removing items from collections now uses collection-item remove instead of item remove

This was done to prevent some problems that resulted from the tag selector using item modify events to update itself (which caused the items pane to refresh itself before itemTreeView.notify() got a chance to do the things it likes to do).

This should also help out utility writers.
2007-01-04 14:00:10 +00:00
..
content/zotero Add new Notifier event types, 'collection-item' and 'item-tag', which send id pairs, e.g. adding tagID 2 to item id 1 would trigger ('add', 'item-tag', '1-2') 2007-01-04 14:00:10 +00:00
locale Tags selector fixup: 2007-01-03 21:59:43 +00:00
skin/default/zotero Reduce margin around tag selector textbox to restore 2 full lines of tags at min height (on OS X anyway) 2007-01-04 12:23:47 +00:00