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 77467b94da Fix item tree crash on Cmd-left-arrow under certain conditions
If a parent item was expanded and all items in the tree, including the
item's child items, were selected, Cmd + Left Arrow would break the
items tree until restart.

This will cause a conflict and need to be applied to the new tree.

(Worth noting that collapseSelectedRows() is currently only called on
Cmd-left-arrow because the XUL tree seemingly swallows a regular
left-arrow (and only applies the collapse to the last-selected row). The
comment in the keypress listener where collapseSelectedRows() is called
suggests that that was meant to be used for all left-arrow keypresses,
but either that stopped working at some point or it only ever worked for
Cmd + Left Arrow because it bypasses the normal tree handling of left-
arrow. In any case, it would be better if left-arrow always collapsed
selected rows, with or without Cmd.)

https://forums.zotero.org/discussion/78515/bug-collapsing-all-items-in-a-collection-breaks-display-of-items-in-all-collections
2019-08-04 01:48:36 -04:00
.github Update issue template 2019-01-25 17:07:14 -05:00
chrome Fix item tree crash on Cmd-left-arrow under certain conditions 2019-08-04 01:48:36 -04:00
components Fix zotero://select search selection 2019-08-01 22:11:03 -04:00
defaults/preferences Add retractions.enabled hidden pref to disable retraction checking 2019-06-11 21:24:17 -04:00
resource Update submodules 2019-07-23 15:12:55 -04:00
scripts Tag selector performance overhaul 2019-03-28 06:28:34 -04:00
scss Fix gray tag selector background color on Linux/Windows 2019-04-23 17:15:02 -04:00
styles@91b7ff2445 Update locales from Transifex and submodules 2019-04-11 20:20:50 -04:00
test Close window after protocol handler tests 2019-08-03 02:48:01 -04:00
translators@918a55e55e Update submodules 2019-07-23 15:12:55 -04:00
.babelrc Tag selector performance overhaul 2019-03-28 06:28:34 -04:00
.eslintignore ESLint: Ignore additional files 2019-02-26 06:07:54 -05:00
.eslintrc Inherit ESLint config 2019-03-31 21:12:43 -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 Track master branch of submodules (#1477) 2018-03-31 16:08:31 -04:00
.travis.yml Remove Fx54 test from Travis config 2018-02-25 21:54:23 -05:00
chrome.manifest Add Scaffold as a built-in developer tool 2019-08-02 07:00:39 -04:00
CONTRIBUTING.md Update CONTRIBUTING.md 2018-11-04 01:31:10 -04:00
COPYING Update COPYING 2018-03-26 11:27:48 +02:00
install.rdf Update version 2019-07-24 05:29:10 -04:00
package-lock.json Update ReactDOM to support hooks 2019-07-17 03:06:15 -04:00
package.json Update ReactDOM to support hooks 2019-07-17 03:06:15 -04:00
README.md Merge branch '4.0' 2015-11-01 21:22:13 -05:00
update.rdf Update Fx minVersion to 45 2016-12-13 09:12:55 -05:00

Zotero

Build Status

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.