Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources.
Go to file
Aurimas Vinckevicius e4dd38fc84 Fix race condition when starting in Connector mode
When starting in Connector mode (i.e. Standalone is open), Zotero first starts in Full mode, looks for Standalone, then "shuts down" and restarts in Connector mode. `Zotero.shutdown()` returns a promise which is then followed up by a `Zotero.init` call. Thus, when starting in Connector mode, Zotero initialization is asynchronous and makes it possible for `Zotero_Browser.init()` to be called before `Zotero.initialized` is true, which prevents `Zotero_Browser` from initializing. Additionally, even if `Zotero_Browser.init()` is called after Zotero is initialized in Connector mode, it is possible that `Zotero_Browser.init()` will be called _after_ the "load" event for browser.xul has already fired, so `chromeLoad` is never called. This patch ensures that both of these race conditions are taken into account.
2014-06-04 03:16:29 -05:00
chrome Fix race condition when starting in Connector mode 2014-06-04 03:16:29 -05:00
components Allow items to be moved (not copied) between collections w/modifier key 2014-05-03 11:52:38 -04:00
defaults/preferences Configurable secondary sorting and other improvements 2014-05-07 05:15:07 -04:00
resource Update submodules and repotime 2014-04-28 23:59:45 -04:00
styles@e6a736644b Update submodules, repotime, maxVersion, and renamed styles 2014-04-26 01:41:32 -04:00
translators@0c7b09949a Update submodules and repotime 2014-04-28 23:59:45 -04:00
.gitmodules Add https://github.com/zotero/bundled-styles as submodule 2011-11-03 00:34:34 -04:00
chrome.manifest Add Ukrainian locale 2014-05-16 14:51:49 -04:00
COPYING Switch client code license to Affero GPL version 3 2011-05-18 18:34:22 +00:00
install.rdf Update versions 2014-04-30 15:08:58 -04:00
README.md Create README.md 2014-04-27 21:36:25 -04:00
update.rdf Update versions 2014-04-30 15:08:58 -04:00

Zotero

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

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