CI to automate build of zotero tarball for zotero aport https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/testing/zotero
Find a file
abaevbog 6787dcd596
Citation dialog: do not wait for cited items to load (#5127)
Before making the dialog interactable.

Initialize loading cited items via io.getItems when the dialog appears.
Once they are loaded, itemsList is refreshed to include
cited matching items and all subsequent searches will include
them too. During the refresh immediately after cited items load,
try to preserve focused/selected state of items.

Added IOManager.preInit that is ran as soon as the dialog
is loaded. Move accept/cancel initialization there.
IOManager.init runs at the very end of onLoad because
it relies on most data and layouts being loaded,
It means if there is some delay or error during loading,
the dialog cannot be closed. To avoid it, setup
cancel/accept buttons separately in the beginning.

Also, minor refactoring of SearchHandler to handle
refreshing of cited items separately from selected and
open items.

Fixes: #5121
2025-03-20 23:42:00 -04:00
.github/workflows Remove issue template 2025-02-10 23:25:03 -05:00
app Suggest running git lfs install in check_requirements instructions (#5102) 2025-03-12 06:54:05 -04:00
chrome Citation dialog: do not wait for cited items to load (#5127) 2025-03-20 23:42:00 -04:00
defaults/preferences Redesigned citation dialog (#4872) 2025-03-10 22:40:43 -04:00
js-build integration.ftl file for "integration-*" strings 2025-03-10 22:40:43 -04:00
note-editor@ae92348364 Normalize decomposed chars in PDF text, Zotero notes for proper indexing 2025-02-21 14:55:20 +02:00
pdf-worker@0c1e6090ee Update pdf-worker submodule 2025-02-26 18:10:58 +02:00
reader@db3149ea27 Update reader submodule 2025-03-05 07:30:21 -05:00
resource Update translators, styles, and CSL locales 2025-03-18 23:46:45 -04:00
scripts fx128: Add arrowscrollbox.ftl from Mozilla 2025-01-08 01:41:29 -05:00
scss Citation dialog: do not wait for cited items to load (#5127) 2025-03-20 23:42:00 -04:00
styles@40b18d8266 Update translators, styles, and CSL locales 2025-03-18 23:46:45 -04:00
test Fix HiddenBrowser test failures (#5134) 2025-03-20 23:32:02 -04:00
translators@484110c925 Update translators, styles, and CSL locales 2025-03-18 23:46:45 -04:00
types/gecko Add Gecko types and a script to update them (#4296) 2024-07-02 00:58:51 -04:00
.babelrc Use production builds of react libraries (#4482) 2024-08-02 03:43:02 -04:00
.gitattributes Update Linux updater for Zotero 7 2023-05-20 10:51:47 +00:00
.gitignore Use user-provided codesign script for Windows signing 2024-04-08 10:12:58 +01:00
.gitmodules Remove chai-as-promised submodule 2025-03-05 22:59:49 -05:00
chrome.manifest fx115: working autocomplete (#3789) 2024-03-30 00:58:57 -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
eslint.config.mjs Add Cr as glboal in eslint config 2025-03-05 05:51:04 -05:00
package-lock.json Update ESLint and Babel 2025-01-09 03:11:01 -05:00
package.json Update ESLint and Babel 2025-01-09 03:11:01 -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 version to 7.1 2025-01-03 01:21:57 -05: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.