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 6ac13e3281 Limit Everything full-text-word subsearch to current library
This fixes an error using Everything if another library hasn't yet been
loaded and should speed up Everything searches for people with multiple
libraries.

This is sort of an awkward fix, because it doesn't fix the underlying
problem of `addCondition('libraryID', ...)` not working the same as
`.libraryID =` for some search conditions that perform subsearches. But
supporting `addCondition('libraryID', ...)` for those would get
complicated, because there could technically be multiple such
conditions, and applying those to a subsearch that used `AND` would get
messy. So let's just fix the problem at hand.

Fixes #3032
2023-04-01 04:55:05 -04:00
.github Use npm i --force for react-virtualized 2023-04-01 04:15:10 -04:00
chrome Limit Everything full-text-word subsearch to current library 2023-04-01 04:55:05 -04:00
components Remove firefox-zotero IPC pipe and switching code (#2990) 2023-02-24 02:11:17 -05:00
defaults/preferences Rename PDF tab title pref to include reader 2023-02-09 17:21:21 +00:00
note-editor@076f5b3d36 Update note-editor 2023-02-24 02:11:17 -05:00
pdf-reader@590af78005 Fix annotation image rendering caused issues: 2023-02-24 02:11:17 -05:00
pdf-worker@582f5d6cf9 Update pdf-worker submodule 2023-04-01 04:10:34 -04:00
resource Update translators, styles, CSL locales, and global schema 2023-03-28 04:25:22 -04:00
scripts Replace pdftotext and pdfinfo with pdf-worker 2023-03-31 12:48:05 +01:00
scss fx102: Cleans up scss files, removes shadow DOM use from CEs (#3051) 2023-04-01 01:37:55 -04:00
styles@b9bfcf0184 Update translators, styles, CSL locales, and global schema 2023-03-28 04:25:22 -04:00
test Better way of skipping migration of Place and Date from Extra 2023-04-01 04:52:30 -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 Replace pdftotext and pdfinfo with pdf-worker 2023-03-31 12:48:05 +01:00
chrome.manifest fx-compat: Restore word processor integration (#2841) 2022-10-06 00:17:28 -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
install.rdf Update version to 7.0.0 2022-07-19 22:38:01 -04:00
package-lock.json Update package-lock.json 2023-04-01 04:47:36 -04:00
package.json Add bulk folder import #2252 2023-03-21 20:38:39 +01:00
README.md README.md: Update CI Badge (#2473) 2022-03-25 22:14:47 -04:00
update.rdf Update Fx minVersion to 45 2016-12-13 09:12:55 -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 wiki.