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 087a9859b4 Fix preference binding issues and "Include Zotero Links" checkboxes
- Set zotero-noteQuickCopy-menu's preference attribute to the correct key
- Warn about all ID-ish preference attribute values
  - zotero-noteQuickCopy-menu's preference attribute was being set to the ID of
    a now-nonexistent <preference> element. preference attribute values should
    be preference keys now, but we were only warning if the associated
    <preference> element was actually there
  - We can't warn in all cases where the preference doesn't yet exist, because
    some preferences don't have default values, and we shouldn't limit to
    preferences that don't exist, because then the warning will stop showing
    after the preference is persisted once
- When a <preference> ID is replaced by the associated key, update the
  preference attribute so future syncFromPref() and syncToPrefOnModify() calls
  will set the correct preference
- Listen to a range of events on all bound nodes, no matter their type
- Don't resolve _firstPaneLoadDeferred until actually done loading

Fixes #3131.
2023-05-24 20:46:00 +03:00
.github Upload deployment ZIP from 'main' branch 2023-05-22 06:27:53 -04:00
app Fix broken building on Windows from de154ab407 2023-05-24 08:29:43 +01:00
chrome Fix preference binding issues and "Include Zotero Links" checkboxes 2023-05-24 20:46:00 +03:00
components fx-compat: Load zotero://report/ channels as chrome 2023-04-10 16:01:09 -04:00
defaults/preferences Add a prompt to import Mendeley DB if mendeley citation found in doc 2023-04-06 17:10:13 +02:00
js-build Fix more files for combined repos 2023-04-29 07:50:54 -04:00
note-editor@076f5b3d36 Update note-editor 2023-02-24 02:11:17 -05:00
pdf-reader@c963b7e3f9 Update pdf-reader submodule 2023-05-23 12:00:17 +01:00
pdf-worker@84e7814cf7 Update pdf-worker and update full-text test 2023-04-29 04:56:28 -04:00
resource Update styles and translators 2023-05-20 16:10:57 -04:00
scripts Add some disabled code to extract 'updates' files from old Moz langpacks 2023-05-10 06:25:05 -04:00
scss Remove shadow root from PublicationsLicenseInfo #3082 2023-04-26 15:23:49 +02:00
styles@07810eddb0 Update styles and translators 2023-05-20 16:10:57 -04:00
test Switch back to @mozilla.org/browser/clh;1 and fix tests 2023-05-24 08:21:16 -04:00
translators@ab8a83ebba Update styles and translators 2023-05-20 16:10:57 -04:00
.babelrc fx-compat: Remove most Babel plugins (#2855) 2022-10-06 18:53:07 -04:00
.eslintignore Remove connectorTypeSchemaData.js from .eslintignore 2023-05-07 02:43:31 -04:00
.eslintrc fx-compat: Add ChromeUtils as eslint global 2022-06-19 04:16:53 -04:00
.gitattributes Update Linux updater for Zotero 7 2023-05-20 10:51:47 +00:00
.gitignore Cache PDF tools in the source directory between test runs 2018-01-18 19:24:09 -05:00
.gitmodules Add zotero-standalone-build repo as app folder 2023-04-26 04:40:22 -04:00
chrome.manifest Switch back to @mozilla.org/browser/clh;1 and fix tests 2023-05-24 08:21:16 -04:00
CONTRIBUTING.md Add "support questions" to CONTRIBUTING.md 2022-12-01 05:10:42 -05:00
COPYING Update COPYING 2018-03-26 11:27:48 +02:00
package-lock.json Update caniuse 2023-04-28 01:53:56 -04:00
package.json Update version in package.json 2023-04-29 17:39:08 -04:00
README.md "Zotero wiki" → "Zotero documentation" in app build README 2023-04-26 04:40:22 -04:00
update.rdf Update Fx minVersion to 45 2016-12-13 09:12:55 -05:00
version Update app build scripts for new combined repo 2023-04-26 04:40:22 -04: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 documentation.