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 4b60c6ca27 Type/field handling overhaul
This changes the way item types, item fields, creator types, and CSL
mappings are defined and handled, in preparation for updated types and
fields.

Instead of being predefined in SQL files or code, type/field info is
read from a bundled JSON file shared with other parts of the Zotero
ecosystem [1], referred to as the "global schema". Updates to the
bundled schema file are automatically applied to the database at first
run, allowing changes to be made consistently across apps.

When syncing, invalid JSON properties are now rejected instead of being
ignored and processed later, which will allow for schema changes to be
made without causing problems in existing clients. We considered many
alternative approaches, but this approach is by far the simplest,
safest, and most transparent to the user.

For now, there are no actual changes to types and fields, since we'll
first need to do a sync cut-off for earlier versions that don't reject
invalid properties.

For third-party code, the main change is that type and field IDs should
no longer be hard-coded, since they may not be consistent in new
installs. For example, code should use `Zotero.ItemTypes.getID('note')`
instead of hard-coding `1`.

[1] https://github.com/zotero/zotero-schema
2019-09-16 02:27:22 -04:00
.github Update issue template 2019-01-25 17:07:14 -05:00
chrome Type/field handling overhaul 2019-09-16 02:27:22 -04:00
components Fx60: Update DB query onRow() behavior 2019-08-27 06:00:35 -04:00
defaults/preferences Remove some old Zotero for Firefox code 2019-08-27 00:47:39 -04:00
resource Type/field handling overhaul 2019-09-16 02:27:22 -04:00
scripts Type/field handling overhaul 2019-09-16 02:27:22 -04:00
scss Fix gray tag selector background color on Linux/Windows 2019-04-23 17:15:02 -04:00
styles@9c9d21039a Update submodules 2019-08-05 04:39:27 -04:00
test Type/field handling overhaul 2019-09-16 02:27:22 -04:00
translators@99429bd5b2 Update submodules 2019-08-05 04:39:27 -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 Type/field handling overhaul 2019-09-16 02:27:22 -04:00
.travis.yml Build distribution ZIP on fx60 branch 2019-08-27 19:46:35 -04: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-08-22 00:29:28 -04:00
package-lock.json Fx60: Fix snapshot filenames 2019-08-27 00:47:39 -04:00
package.json Fx60: Fix snapshot filenames 2019-08-27 00:47:39 -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.