CI to automate build of zotero tarball for zotero aport https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/testing/zotero
Find a file
Dan Stillman fe9fc8bc5a Asyncify various functions to fix cross-library drag-and-drop error
When dragging an item to another library, we have to check if there's a
linked item in the target library, but items might not yet be laoded in
the other library, so item.getLinkedItem() can fail with "Item [n] not
yet loaded].

Fixing required asyncifying the follow functions:

- Zotero.Item::getLinkedItem()
- Zotero.Collection::getLinkedCollection()
- Zotero.URI.getURIItem()
- Zotero.URI.getURICollection()
- Various integration functions
2017-03-03 16:40:28 -05:00
chrome Asyncify various functions to fix cross-library drag-and-drop error 2017-03-03 16:40:28 -05:00
components Fix handling of some old-style URLs in zotero:// protocol handler 2017-02-08 00:20:52 -05:00
defaults/preferences "Import"/"Import from Clipboard" shortcut key changes 2017-01-19 15:28:27 -05:00
resource If userID is set, migrate any item relations with local user key 2017-03-02 01:32:33 -05:00
styles@361dab8015 Update submodules 2017-01-10 01:57:50 -05:00
test Asyncify various functions to fix cross-library drag-and-drop error 2017-03-03 16:40:28 -05:00
translators@d8a5aa8cf5 Update translators 2017-01-27 17:46:25 -05:00
.gitattributes Fix enforcing of Unix newlines for SQL files 2016-02-26 18:37:44 -05:00
.gitmodules Add Chai-as-Promised 2015-09-18 03:34:03 -05:00
.travis.yml Enable 45 ESR for Travis, since it's still used on Windows 2017-01-24 02:53:26 -05:00
chrome.manifest Disable some incomplete locales (below 50% or so) 2017-02-23 15:11:17 -05:00
CONTRIBUTING.md Create CONTRIBUTING.md 2016-02-08 19:28:05 -05:00
COPYING Switch client code license to Affero GPL version 3 2011-05-18 18:34:22 +00:00
install.rdf Update Fx minVersion to 45 2016-12-13 09:12:55 -05:00
README.md Merge branch '4.0' 2015-11-01 21:22:13 -05:00
update.rdf Update Fx minVersion to 45 2016-12-13 09:12:55 -05:00

Zotero

Build Status

Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources.

Please post feature requests or bug reports to the Zotero Forums. If you're having trouble with Zotero, see Getting Help.

For more information on how to use this source code, see the Zotero wiki.