CI to automate build of zotero tarball for zotero aport https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/testing/zotero
Find a file
Tom Najdek d418d79e70
Fix a bug in regex extracting fields to "extra"
Because regex is built using a template string, \s* is actually escaped
into s*, i.e. literal "s" appearing 0 or more times. In most cases this
would mean that output can have spacing slightly off. In extreme case,
when identifier starts with letter "s", this could this could lead to
identifier being stored incorrectly.

Also adjusted tests to be more strict and mock data to cover this case.
2022-07-07 13:40:40 +02:00
.github Update utilities, move tests, add to CI (#2584) 2022-04-30 04:55:11 -04:00
chrome Fix a bug in regex extracting fields to "extra" 2022-07-07 13:40:40 +02:00
components Remove note backup functionality 2022-03-05 06:12:29 -05:00
defaults/preferences Add prefs for timeouts for downloading PDF via browser 2022-05-20 05:01:57 -04:00
note-editor@3c75eb213b Update pdf-reader and note-editor, use specific prebuilds, tweak code 2022-06-17 16:47:53 +03:00
pdf-reader@f4814284c4 Update pdf-reader submodule 2022-07-01 04:32:42 -04:00
pdf-worker@eca1523779 Add support for PDF page deletion and rotation (#2595) 2022-06-07 00:53:37 -04:00
resource Update global schema and utilities for CSL 1.0.2 2022-07-05 01:34:10 -04:00
scripts Update pdf-reader and note-editor, use specific prebuilds, tweak code 2022-06-17 16:47:53 +03:00
scss Improve column resizing robustness (#2588) 2022-05-03 03:00:23 -04:00
styles@25ac74fde1 Update styles submodule 2022-06-07 03:36:10 -04:00
test Fix a bug in regex extracting fields to "extra" 2022-07-07 13:40:40 +02:00
translators@151e9fb702 Update translators 2022-06-21 22:17:44 -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 Add Greek locale 2022-02-19 14:18:50 -05: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-06-24 01:05:08 -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.