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 db4d7d5838 Fix recognizeDocument test failures
Wait for all progress-queue rows to be done processing before moving on
to the next test. Without this, preview rendering or other operations
can cause test failures by delaying the `ZoteroPane.selectItems()` call
for the new parent item in `_processItem()` until the middle of a
following test (due to the await for file renaming [1]). If it's delayed
until after the next attachment has been created, the previous parent
item will be selected after the new attachment and `recognizeSelected()`
in the test won't work. This is most pronounced with the reader, but it
was apparently happening previously due to something else, hence the
explicit item selection (now removed) in one test.

[1] 21e50add60/chrome/content/zotero/xpcom/recognizeDocument.js (L289-L301)
2024-01-24 23:32:22 -05:00
.github Cancel in-progress CI runs if another one starts 2023-06-17 02:45:31 -04:00
app Fix addon.id is undefined error 2024-01-24 23:32:10 -05:00
chrome Fix attachment preview retry and error catch 2024-01-24 23:32:21 -05:00
components changed all font-weight: bold/590 to 600 2024-01-24 23:32:15 -05:00
defaults/preferences Add menu option to toggle dark mode for reader content 2024-01-24 23:32:21 -05:00
js-build Fix a bug in the build process 2024-01-24 04:03:12 -05:00
note-editor@6436913dcb Update note-editor and reader submodules 2024-01-24 23:32:15 -05:00
pdf-worker@85d3c0ed13 Update reader, pdf-worker, and translators submodules 2023-10-27 03:22:55 -04:00
reader@6a281b3975 Add menu option to toggle dark mode for reader content 2024-01-24 23:32:21 -05:00
resource Update translators 2024-01-24 23:32:20 -05:00
scripts Ignore .DS_Store and other files in localizer script 2023-06-19 04:34:29 -04:00
scss Fix attachment info indexed label padding 2024-01-24 23:32:21 -05:00
styles@1c0a501159 Update translators and styles 2023-11-02 17:51:30 -04:00
test Fix recognizeDocument test failures 2024-01-24 23:32:22 -05:00
translators@4a8bd03064 Update translators 2024-01-24 23:32:20 -05:00
.babelrc fx-compat: Remove most Babel plugins (#2855) 2022-10-06 18:53:07 -04:00
.eslintignore Remove connectorTypeSchemaData.js from .eslintignore 2023-05-07 02:43:31 -04:00
.eslintrc Implement attachment preview 2024-01-24 23:32:15 -05:00
.gitattributes Update Linux updater for Zotero 7 2023-05-20 10:51:47 +00:00
.gitignore Cache PDF tools in the source directory between test runs 2018-01-18 19:24:09 -05:00
.gitmodules Move pdf-reader submodule to reader 2023-08-08 01:40:24 -04:00
chrome.manifest Switch back to @mozilla.org/browser/clh;1 and fix tests 2023-05-24 08:21:16 -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 Unify tab bar on Windows/Linux 2024-01-24 04:03:12 -05:00
package.json Unify tab bar on Windows/Linux 2024-01-24 04:03:12 -05: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.