Find a file
Dan Stillman 87901c1c21
Some checks failed
CI / Build, Upload, Test (push) Has been cancelled
Fix error when removing a tag stored in a non-normalized form
Zotero.Tags.init() keyed the id cache by the raw tag name from the
database, but getID() and Items._loadTags() both normalize names via
cleanData() (trim + NFC). A tag stored in a non-normalized form (e.g.,
non-NFC or with surrounding whitespace) could therefore never be matched
by getID(), which returned false. When such a tag was removed from an
item, that false was bound as the tagID parameter in the DELETE FROM
itemTags query, throwing "Invalid boolean parameter 1 'false'" and
aborting the save. Since this fired while applying changes during sync,
it persistently blocked sync.

To fix, normalize names in init() to match getID()/_loadTags().

https://forums.zotero.org/discussion/131901/error-report-seems-to-be-preventing-sync
2026-05-31 17:07:13 +02:00
.github/workflows Rename pdf-worker submodule to document-worker 2026-04-22 15:50:02 -04:00
app Update Mac and Linux builds to Firefox 140.11.0esr 2026-05-21 10:43:53 -04:00
chrome Fix error when removing a tag stored in a non-normalized form 2026-05-31 17:07:13 +02:00
defaults/preferences Add support for clearing challenge in browser during translation 2026-04-23 15:34:28 -04:00
document-worker@fd642b3828 Rename pdf-worker submodule to document-worker 2026-04-22 15:50:02 -04:00
js-build Rename pdf-worker submodule to document-worker 2026-04-22 15:50:02 -04:00
note-editor@107ab75c32 Update note-editor submodule 2026-03-19 15:57:30 +00:00
reader@46d009be88 Update reader submodule 2026-05-18 14:19:53 -04:00
resource Item tree refactor megacommit 2026-04-27 14:44:39 -04:00
scripts Add script for pulling Fluent translations 2026-01-25 22:15:29 -05:00
scss Add Abstract section to merge pane with value chooser 2026-05-18 15:48:31 -04:00
styles@dff7452b24 Update translators, styles, CSL locales, and renamed-styles.json 2026-04-02 15:51:43 -04:00
test Fix error when removing a tag stored in a non-normalized form 2026-05-31 17:07:13 +02:00
translators@cfc69de47e Update translators, styles, CSL locales, and renamed-styles.json 2026-04-02 15:51:43 -04:00
types/gecko fx140: Update type definitions 2025-07-30 22:30:37 -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 Rename pdf-worker submodule to document-worker 2026-04-22 15:50:02 -04:00
chrome.manifest Remove old citation dialogs (#5177) 2025-04-02 05:26:06 -04:00
CLAUDE.md Rename pdf-worker submodule to document-worker 2026-04-22 15:50:02 -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 Convert ItemPane{SectionElement,Container}Base to ES modules 2026-05-18 15:48:31 -04:00
package-lock.json Update package-lock.json 2026-01-29 13:22:13 -05:00
package.json Upgrade ftl-tx. Fix #5671. 2025-12-20 02:22:23 +01: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 10.0 2026-04-10 13:41:18 -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.