2011-10-27 06:12:41 +00:00
|
|
|
[submodule "translators"]
|
|
|
|
path = translators
|
2022-03-15 17:23:46 +00:00
|
|
|
url = https://github.com/zotero/translators.git
|
2018-03-31 20:08:31 +00:00
|
|
|
branch = master
|
2011-10-31 06:15:47 +00:00
|
|
|
[submodule "chrome/content/zotero/locale/csl"]
|
|
|
|
path = chrome/content/zotero/locale/csl
|
2022-03-15 17:23:46 +00:00
|
|
|
url = https://github.com/citation-style-language/locales.git
|
2018-03-31 20:08:31 +00:00
|
|
|
branch = master
|
2011-11-03 04:34:34 +00:00
|
|
|
[submodule "styles"]
|
|
|
|
path = styles
|
2022-03-15 17:23:46 +00:00
|
|
|
url = https://github.com/zotero/bundled-styles.git
|
2018-03-31 20:08:31 +00:00
|
|
|
branch = master
|
2015-03-07 17:18:27 +00:00
|
|
|
[submodule "test/resource/chai"]
|
|
|
|
path = test/resource/chai
|
|
|
|
url = https://github.com/chaijs/chai.git
|
2018-03-31 20:08:31 +00:00
|
|
|
branch = master
|
2015-03-07 17:18:27 +00:00
|
|
|
[submodule "test/resource/mocha"]
|
|
|
|
path = test/resource/mocha
|
|
|
|
url = https://github.com/mochajs/mocha.git
|
2018-03-31 20:08:31 +00:00
|
|
|
branch = master
|
2015-06-02 04:27:18 +00:00
|
|
|
[submodule "test/resource/chai-as-promised"]
|
|
|
|
path = test/resource/chai-as-promised
|
|
|
|
url = https://github.com/domenic/chai-as-promised.git
|
2018-03-31 20:08:31 +00:00
|
|
|
branch = master
|
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-05-16 08:56:46 +00:00
|
|
|
[submodule "resource/schema/global"]
|
|
|
|
path = resource/schema/global
|
2022-03-15 17:23:46 +00:00
|
|
|
url = https://github.com/zotero/zotero-schema.git
|
2019-12-01 08:51:55 +00:00
|
|
|
branch = master
|
2020-10-23 23:39:07 +00:00
|
|
|
[submodule "resource/SingleFile"]
|
|
|
|
path = resource/SingleFile
|
|
|
|
url = https://github.com/gildas-lormeau/SingleFile.git
|
2019-03-28 18:52:22 +00:00
|
|
|
[submodule "pdf-reader"]
|
|
|
|
path = pdf-reader
|
2021-03-03 10:23:56 +00:00
|
|
|
url = https://github.com/zotero/pdf-reader.git
|
2019-03-28 18:52:22 +00:00
|
|
|
branch = master
|
|
|
|
[submodule "pdf-worker"]
|
|
|
|
path = pdf-worker
|
2021-03-03 10:23:56 +00:00
|
|
|
url = https://github.com/zotero/pdf-worker.git
|
2023-03-31 11:48:05 +00:00
|
|
|
branch = worker2
|
2021-02-11 19:48:27 +00:00
|
|
|
[submodule "note-editor"]
|
|
|
|
path = note-editor
|
2021-03-03 10:23:56 +00:00
|
|
|
url = https://github.com/zotero/note-editor.git
|
2019-03-28 18:52:22 +00:00
|
|
|
branch = master
|
2021-07-26 10:14:56 +00:00
|
|
|
[submodule "chrome/content/zotero/xpcom/utilities"]
|
|
|
|
path = chrome/content/zotero/xpcom/utilities
|
|
|
|
url = https://github.com/zotero/utilities.git
|
|
|
|
[submodule "chrome/content/zotero/xpcom/translate"]
|
|
|
|
path = chrome/content/zotero/xpcom/translate
|
|
|
|
url = https://github.com/zotero/translate.git
|