Find a file
abaevbog 929147b33a
citation dlg: miscellaneous followup fixes (#5095)
- last-closed -> last-used for citationDialogMode pref value
- pref label citationDialogLastClosedMode -> citationDialogLastUsedMode
- update Zotero.Prefs version. While migrating, if
integration.useClassicAddCitationDialog is true, set
integration.citationDialogLastUsedMode to 'library'
so the citation dialog opens in library mode on the first run.
If citationDialogLastClosedMode pref exists, it is
migrated to citationDialogLastUsedMode and cleared
- redone logic of extracting the locator to allow for better
detection of locators and to not rely on long regular
expressions that are hard to troubleshoot. Added tests for it.

These are the new rules for extracting locators:
- locator value can be either a set of numbers potentially
with some punctuation in between OR text surrounded with
single or double quotes
- locator labels can be typed in any of 3 formats:
full (chapter), short (chap.), or short with no
punctuation (chap)
- locator labels go before the locator values and there
may or may not be a space in between. For example,
chap.10 is the same as chap. 10.

Fixes: #5092
Fixes: #5093
2025-03-27 03:45:31 -04:00
.github/workflows Remove issue template 2025-02-10 23:25:03 -05:00
app Let creator autocomplete popup fill row width (#5141) 2025-03-27 03:11:00 -04:00
chrome citation dlg: miscellaneous followup fixes (#5095) 2025-03-27 03:45:31 -04:00
defaults/preferences citation dlg: miscellaneous followup fixes (#5095) 2025-03-27 03:45:31 -04:00
js-build integration.ftl file for "integration-*" strings 2025-03-10 22:40:43 -04:00
note-editor@ae92348364 Normalize decomposed chars in PDF text, Zotero notes for proper indexing 2025-02-21 14:55:20 +02:00
pdf-worker@0c1e6090ee Update pdf-worker submodule 2025-02-26 18:10:58 +02:00
reader@db3149ea27 Update reader submodule 2025-03-05 07:30:21 -05:00
resource Update translators, styles, and CSL locales 2025-03-18 23:46:45 -04:00
scripts fx128: Add arrowscrollbox.ftl from Mozilla 2025-01-08 01:41:29 -05:00
scss citation dialog: remove cited item placeholder in library mode (#5152) 2025-03-27 03:03:03 -04:00
styles@40b18d8266 Update translators, styles, and CSL locales 2025-03-18 23:46:45 -04:00
test citation dlg: miscellaneous followup fixes (#5095) 2025-03-27 03:45:31 -04:00
translators@484110c925 Update translators, styles, and CSL locales 2025-03-18 23:46:45 -04:00
types/gecko Add Gecko types and a script to update them (#4296) 2024-07-02 00:58:51 -04:00
.babelrc Use production builds of react libraries (#4482) 2024-08-02 03:43:02 -04:00
.gitattributes Update Linux updater for Zotero 7 2023-05-20 10:51:47 +00:00
.gitignore Use user-provided codesign script for Windows signing 2024-04-08 10:12:58 +01:00
.gitmodules Remove chai-as-promised submodule 2025-03-05 22:59:49 -05:00
chrome.manifest fx115: working autocomplete (#3789) 2024-03-30 00:58:57 -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
eslint.config.mjs Add Cr as glboal in eslint config 2025-03-05 05:51:04 -05:00
package-lock.json Update ESLint and Babel 2025-01-09 03:11:01 -05:00
package.json Update ESLint and Babel 2025-01-09 03:11:01 -05: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 version to 7.1 2025-01-03 01:21:57 -05: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.