Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources.
Go to file
Dan Stillman d857a06661 Use OS.File for file reads in Zotero.File.get(Binary)ContentsAsync()
This is the recommended approach (since NetUtil can still do some main-thread
I/O for files) and avoids warnings in the console.

For getContentsAsync(), also sends nsIURIs and string URIs to
Zotero.HTTP.request(), which should be used instead.

This makes getBinaryContentsAsync() much slower (due to the conversion from an
array of bytes to a binary string), but it's only used in tests. For one test
that compares two large files, use MD5 instead.
2016-09-24 06:42:30 -04:00
chrome Use OS.File for file reads in Zotero.File.get(Binary)ContentsAsync() 2016-09-24 06:42:30 -04:00
components Restore connector mode functionality in Firefox 2016-09-05 23:08:08 -04:00
defaults/preferences Add a second horizontal layout to Zotero for small screens () 2016-05-27 20:57:29 -04:00
resource Merge branch '4.0' 2016-09-18 18:39:18 -04:00
styles@942da8d316 Fixes overriden Zotero object in connector sandboxes 2016-09-20 15:53:55 +03:00
test Use OS.File for file reads in Zotero.File.get(Binary)ContentsAsync() 2016-09-24 06:42:30 -04:00
translators@e04633baea Fixes overriden Zotero object in connector sandboxes 2016-09-20 15:53:55 +03: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 Re-enable Firefox ESR and Beta testing 2016-09-19 01:22:28 -04:00
chrome.manifest Add Ukrainian locale 2014-05-16 14:51:49 -04: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 version 2016-08-14 04:18:45 -04:00
README.md Merge branch '4.0' 2015-11-01 21:22:13 -05:00
update.rdf Update version 2016-08-14 04:18:45 -04: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.