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 6106e379c9 Plugins: Uninstall immediately but allow undo
When you uninstall a plugin through the UI, XPIInstall:
1. Sets the plugin's `pendingUninstall` to true
2. Calls our onUninstalling() method
3. Waits for the Add-ons window to be closed
4. Actually uninstalls the plugin
5. Calls our onUninstalled() method

If you undo the uninstallation between steps 2 and 3, the remaining steps
instead look like:
3. Sets the plugin's `pendingUninstall` to false
4. Calls our onOperationCancelled() method

This commit changes our implementation of the bootstrapped plugin lifecycle so
that the shutdown and uninstall hooks are called from onUninstalling() (step 2).
If you close the Add-ons window without undoing, nothing more happens. The
plugin remains uninstalled. If you undo before closing, though, we call the
plugin's lifestyle hooks just as if it had been newly installed (unless it was
disabled before uninstallation, in which case we call install but not startup).

This mirrors the behavior of Firefox WebExtensions and makes things work more
like you'd expect: uninstalling a plugin immediately deactivates it, and undoing
activates it again.
2023-06-06 16:14:33 -04:00
.github Upload deployment ZIP from 'main' branch 2023-05-22 06:27:53 -04:00
app Update LibreOffice and Word for Windows submodules 2023-06-01 05:36:29 -04:00
chrome Plugins: Uninstall immediately but allow undo 2023-06-06 16:14:33 -04:00
components Timer updates 2023-05-28 04:51:21 -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 Handle multiple Fluent source files 2023-05-29 22:46:24 -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 Place word processor plugin installers under heading and fix spacing 2023-06-05 10:52:04 -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 Clear Zotero.skipLoading after data directory tests 2023-05-25 05:45:53 -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 Add scripts to convert ftl to/from Transifex JSON (#3058) 2023-05-29 22:46:24 -04:00
package.json Add scripts to convert ftl to/from Transifex JSON (#3058) 2023-05-29 22:46:24 -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.