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 b5bc18c7ed Add new init(options) signature for server endpoints
An endpoint can now take a single object containing 'method', 'pathname',
'query', 'headers', and 'data' and return an integer, an array containing
[statusCode, contentType, body], or a promise for either. This allows the
handlers to use the HTTP method and headers and removes the need for callbacks
when some handlers already use coroutine().

If init() returns a promise, it now has to use the new single-parameter
signature (because the check is done with Function.length, and combining
promises and callbacks doesn't make sense anyway).
2016-12-05 02:55:32 -05:00
chrome Add new init(options) signature for server endpoints 2016-12-05 02:55:32 -05:00
components Point other profiles to new data dir after migration (+ code reorg) 2016-11-27 00:17:56 -05:00
defaults/preferences Color long time intervals red in debug output to terminal 2016-12-02 17:28:39 -05:00
resource
styles@37b89da237
test Add new init(options) signature for server endpoints 2016-12-05 02:55:32 -05:00
translators@d477bc401a
.gitattributes
.gitmodules
.travis.yml Re-enable ESR and Beta testing 2016-11-29 04:45:18 -05:00
chrome.manifest
CONTRIBUTING.md
COPYING
install.rdf
README.md
update.rdf

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.