CI to automate build of zotero tarball for zotero aport https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/testing/zotero
Find a file
Abe Jellinek 3391f3bc99
Empty Trash: Visually remove deleted items, refresh icon (#2606)
There were a few problems causing the incorrect behavior:
1. Rows were being removed only if they had no non-deleted children, which
   wasn't the right check. We want to remove all rows with no *deleted*
   children.
2. Children of the removed rows weren't being removed with them.
3. We weren't invalidating the tree (which _removeRows() doesn't do).

Also:

* Erase trashed annotation after getAnnotations() test

Because ItemTree#notify() doesn't yet correctly handle refresh events on
parent items that are themselves children (three-level nesting: item ->
attachment -> annotation), this test was causing a failure in
itemTreeTest.js.
2022-08-18 21:14:34 -04:00
.github Update utilities, move tests, add to CI (#2584) 2022-04-30 04:55:11 -04:00
chrome Empty Trash: Visually remove deleted items, refresh icon (#2606) 2022-08-18 21:14:34 -04:00
components Remove note backup functionality 2022-03-05 06:12:29 -05:00
defaults/preferences Include quotation marks for highlights by default, but allow to disable 2022-07-11 15:32:02 +03:00
note-editor@5920f9674e Freeze note schema version to 8 2022-07-25 18:04:00 +03:00
pdf-reader@bd5b602053 Update pdf-reader submodule 2022-08-17 00:03:34 -04:00
pdf-worker@a5b612c866 Update pdf-reader and pdf-worker submodules 2022-07-09 01:32:45 -04:00
resource Update translators 2022-08-15 08:32:57 -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@d7d906e07e Update submodules 2022-07-18 19:14:24 -04:00
test Empty Trash: Visually remove deleted items, refresh icon (#2606) 2022-08-18 21:14:34 -04:00
translators@c940ceb609 Update translators 2022-08-15 08:32:57 -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 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 2022-08-16 22:56:39 -04:00
package-lock.json Overhaul Scaffold (#2293) 2022-03-02 22:36:04 -05:00
package.json Overhaul Scaffold (#2293) 2022-03-02 22:36:04 -05: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.