Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources.
Go to file
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
chrome 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
components Addresses #400, Report generation 2006-12-01 06:01:26 +00:00
defaults/preferences Closes #398, add option to have a smaller Zotero logo or just a "Z" in the status bar 2007-01-03 01:14:30 +00:00
chrome.manifest Added Chinese (simplified) and German localizations from BabelZilla translators. Updated chrome.manifest to reflect new localizations. These localizations are not 100% complete or correct, but I expect that we will get corrections quickly as users spot mistakes. Currently there is a UI issue where the Chinese characters spill off of the tabs in the item details pane. 2006-10-27 17:28:45 +00:00
install.rdf Version numbers to b3.r1 2006-11-26 08:46:36 +00:00
license.txt Closes #63, Add ECL license info to source code 2006-10-04 17:16:56 +00:00
scrapers.sql ...and another tweak 2006-12-21 23:46:27 +00:00
system.sql Addresses #394, Add generic item types 2007-01-02 12:19:00 +00:00
update.rdf Version numbers to b3.r1 2006-11-26 08:46:36 +00:00
userdata.sql Refs #362, Support abstracts 2006-12-07 00:46:30 +00:00