zotero/test/tests/data
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
..
charsets
metadata
search "Attachment Content" search improvements 2019-02-19 04:10:25 -05:00
snapshot
.gitignore
allTypesAndFields.js
book_and_child_note.ris
book_and_snapshot.rdf
cell.csl
citeProcJSExport.js Export CSL JSON with title-short rather than shortTitle 2019-04-04 00:45:32 +09:00
coins.html
empty
empty.pdf
feed.atom
feed.rss
feedDetailed.rss
feedModified.rss
feeds.opml
itemJSON.js Type/field handling overhaul 2019-09-16 02:27:22 -04:00
journalArticle.js
mods.xml
recognizePDF_test_arXiv.pdf
recognizePDF_test_DOI.pdf Add a test for PDF recognition by DOI (#1496) 2018-05-04 03:14:26 -04:00
recognizePDF_test_title.pdf
Test Import Translator.js Ensure Test Import Translator.js #doImport() does not rely on #detectImport() 2018-12-21 15:16:27 +02:00
test-js.html Disable JS in hidden browser when indexing HTML files without a charset 2018-06-18 20:19:02 -04:00
test.html
test.pdf
test.png
test.txt
translatorExport.js Type/field handling overhaul 2019-09-16 02:27:22 -04:00
translatorExportLegacy.js Type/field handling overhaul 2019-09-16 02:27:22 -04:00
zotero_rdf.xml Add skipped test for importing related items from Zotero RDF 2019-01-14 02:36:59 -05:00