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 778fba60cb 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-03-21 16:11:59 -04:00
.github Update utilities, move tests, add to CI (#2584) 2022-04-30 04:55:11 -04:00
chrome Limit Everything full-text-word subsearch to current library 2023-03-21 16:11:59 -04:00
components Remove firefox-zotero IPC pipe and switching code (#2990) 2023-02-13 19:18:40 -05:00
defaults/preferences Rename PDF tab title pref to include reader 2023-02-03 00:43:18 -05:00
note-editor@076f5b3d36 Update note-editor 2023-02-10 17:03:26 -05:00
pdf-reader@590af78005 Fix annotation image rendering caused issues: 2023-02-17 10:31:28 +00:00
pdf-worker@ab37454b0f Update note-editor and pdf-worker submodules 2022-12-12 12:56:53 +02:00
resource Update translators 2023-03-12 16:15:16 -04:00
scripts Changes for updated SingleFile submodule 2022-07-20 14:28:56 +03:00
scss Improve column resizing robustness (#2588) 2022-05-03 03:00:23 -04:00
styles@b9bfcf0184 Update styles and translators 2023-02-22 16:43:00 -05:00
test Better way of skipping migration of Place and Date from Extra 2023-03-21 06:29:50 -04:00
translators@5dcd1bc6fa Update translators 2023-03-12 16:15:16 -04:00
.babelrc Add @babel/plugin-proposal-unicode-property-regex 2021-08-22 04:07:33 -04:00
.eslintignore ESLint: Ignore additional files 2019-02-26 06:07:54 -05:00
.eslintrc Update Babel and ESLint 2021-12-23 04:58:11 -05: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 Fix CI: Replace git:// URLs with HTTPS 2022-03-15 10:24:57 -07:00
chrome.manifest Apply Big Sur styling when macOS version comes through correctly 2022-07-17 05:09:05 -04:00
CONTRIBUTING.md Add "support questions" to CONTRIBUTING.md 2022-12-01 05:09:56 -05:00
COPYING Update COPYING 2018-03-26 11:27:48 +02:00
install.rdf Update version 2023-02-22 22:16:05 -05:00
package-lock.json Update package-lock.json 2022-09-22 01:16:11 -04:00
package.json Update ESLint config 2022-09-21 22:25:34 -04: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.