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 febc2fcc7d fx-compat: Wait until request completion in WebProgressFinishListener
`nsIWebProgressListener.onStateChange()` gets called twice at the end of
requests, once with `stateFlags` set to `327696` and once with it set to
`262160`, which corresponds to `STATE_STOP + STATE_IS_NETWORK +
STATE_IS_REQUEST` and `STATE_STOP + STATE_IS_NETWORK`. httpd.js debug
logging shows that the connection is closed between the two calls. In
WebProgressFinishListener, we were previously calling `onFinish` after
the first one, but in Zotero 7, at least on Linux (or maybe just on
slower machines due to a race condition), the file from `saveURI()`
doesn't appear to be reliably written after the first call, causing
`Attachments.downloadFile()` to fail in `_enforcePDF()` due to an empty
file.

This changes WebProgressFinishListener to wait until the second
`STATE_STOP` call. We'll have to confirm whether this is the
state-change pattern for all requests, but it fixes our Find Available
PDF tests in CI.
2023-05-01 02:52:37 -04:00
.github CI: Stop using --legacy-peer-deps 2023-04-13 00:56:58 -04:00
app Skip 32-bit Linux build in CI or tests 2023-04-30 06:10:14 -04:00
chrome fx-compat: Wait until request completion in WebProgressFinishListener 2023-05-01 02:52:37 -04:00
components fx-compat: Load zotero://report/ channels as chrome 2023-04-10 16:01:09 -04:00
defaults/preferences Add a prompt to import Mendeley DB if mendeley citation found in doc 2023-04-06 17:10:13 +02:00
js-build Fix more files for combined repos 2023-04-29 07:50:54 -04:00
note-editor@076f5b3d36 Update note-editor 2023-02-24 02:11:17 -05:00
pdf-reader@3b7f54727f Fix PDF.js build script in pdf-reader 2023-04-12 11:51:27 +03:00
pdf-worker@84e7814cf7 Update pdf-worker and update full-text test 2023-04-29 04:56:28 -04:00
resource Update connectorTypeSchemaData and test data for Dataset Number removal 2023-04-20 05:47:22 -04:00
scripts Update localizer scripts 2023-04-26 04:40:22 -04:00
scss Remove shadow root from PublicationsLicenseInfo #3082 2023-04-26 15:23:49 +02:00
styles@b9bfcf0184 Update translators, styles, CSL locales, and global schema 2023-03-28 04:25:22 -04:00
test Skip 32-bit Linux build in CI or tests 2023-04-30 06:10:14 -04:00
translators@3a9544d7b0 Update translators, styles, CSL locales, and global schema 2023-03-28 04:25:22 -04:00
.babelrc fx-compat: Remove most Babel plugins (#2855) 2022-10-06 18:53:07 -04:00
.eslintignore ESLint: Ignore additional files 2019-02-26 06:07:54 -05:00
.eslintrc fx-compat: Add ChromeUtils as eslint global 2022-06-19 04:16:53 -04:00
.gitattributes Fix enforcing of Unix newlines for SQL files 2016-02-26 18:37:44 -05:00
.gitignore Cache PDF tools in the source directory between test runs 2018-01-18 19:24:09 -05:00
.gitmodules Add zotero-standalone-build repo as app folder 2023-04-26 04:40:22 -04:00
chrome.manifest Fix more files for combined repos 2023-04-29 07:50:54 -04:00
CONTRIBUTING.md Add "support questions" to CONTRIBUTING.md 2022-12-01 05:10:42 -05:00
COPYING Update COPYING 2018-03-26 11:27:48 +02:00
package-lock.json Update caniuse 2023-04-28 01:53:56 -04:00
package.json Update version in package.json 2023-04-29 17:39:08 -04:00
README.md "Zotero wiki" → "Zotero documentation" in app build README 2023-04-26 04:40:22 -04:00
update.rdf Update Fx minVersion to 45 2016-12-13 09:12:55 -05:00
version Update app build scripts for new combined repo 2023-04-26 04:40:22 -04:00

Zotero

CI

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 documentation.