Adomas Venčkauskas
e789872efe
Improve cookie-sandbox behavior when getting attachments via WBP
...
Previously cookies only got attached on the initial request but not on
any redirect and subsequent request. This may have been the cause for
many reports of import failures behind proxies in the past.
2022-11-11 12:56:12 +02:00
Abe Jellinek
cda0e0cf6d
Add "Any Field" advanced search condition ( #2902 )
2022-11-10 21:55:09 -05:00
Abe Jellinek
177da5937e
Add "Add to Dictionary" to note editor context menu ( #2897 )
...
As well as "Undo Add to Dictionary", as in Firefox.
2022-11-10 17:50:40 -05:00
Adomas Venčkauskas
eaeb144c3b
Fix a cookie sandbox regression e537018
2022-11-10 14:58:27 +02:00
Adomas Venčkauskas
26f1d6125b
Fix proxied urls not unproxifying (regression 1116b05f
)
...
Technically this code has been wrong for a long time, but it only
manifest now. It seems that the equivalent code in translate module
was fixed when that code was extracted into a separate repo
2022-11-10 12:45:31 +02:00
Adomas Venčkauskas
249fbfad15
Update translate submodule
2022-11-10 12:28:44 +02:00
Adomas Venčkauskas
1116b05f1d
Always replace dots to hyphens for https proxy schemes
2022-11-10 12:28:44 +02:00
Abe Jellinek
9cc2993e70
fx-compat: Fix Locate Manager appearance
...
- Correct padding and don't use Mozilla preferences styles
- Fixed v-t issue that applied the wrong class names to columns, giving them
incorrect widths
2022-11-07 16:05:21 -05:00
Abe Jellinek
3af5976aa2
fx-compat: Preferences: Manage pref observers for elements added later
2022-11-03 11:52:54 -04:00
Abe Jellinek
e4b290a394
fx-compat: Replace more XUL createElement() calls
2022-11-02 16:01:48 -04:00
Abe Jellinek
76f844da2f
Scaffold: Autocomplete translator IDs in setTranslator() calls
2022-11-01 16:36:44 -04:00
Abe Jellinek
ac8db7a376
fx-compat: Scaffold: Fix type-to-find not receiving ' '
2022-11-01 16:05:17 -04:00
Abe Jellinek
1aebad3c19
Scaffold: Fix copying JSON test data
...
Previously only copied '[object Object]'.
2022-11-01 16:04:24 -04:00
Dan Stillman
b5ce8b655a
Fix error copying from note if note Quick Copy format is "HTML"
...
In this case, Note Markdown wouldn't be preloaded, but it's always used
for copying from the note editor, and since the note editor uses
`noWait`, this would result in "Code promise is not resolved in noWait
mode".
2022-11-01 03:56:25 -04:00
Dan Stillman
cbb1ebad33
Fix Quick Copy drag after reiniting translators
...
Zotero.Translators.reinit() didn't reinit Quick Copy, so if an export
translator was selected it wouldn't be preloaded again and dragging
would fail with "Code promise is not resolved in noWait mode".
2022-11-01 03:19:22 -04:00
Adomas Venčkauskas
228e8407a7
Make colored tagging via keyboard layout independent
...
Report https://forums.zotero.org/discussion/100717/tag-number-shortcut-with-mac-raccourci-clavier-pour-marqueurs-avec-un-mac
2022-10-31 09:45:27 +02:00
Dan Stillman
8e59e49d29
Avoid infinite/excessive loops in Find Available PDF
...
https://forums.zotero.org/discussion/100634/potential-infinite-loop-when-trying-to-find-available-pdf
Closes #2883
2022-10-30 04:44:31 -04:00
Dan Stillman
4722366b42
Update Mac Word automation settings instructions for Ventura
2022-10-29 16:42:28 -04:00
Dan Stillman
7a45047f8f
Fix comment for Zotero.Attachments.getPDFResolvers()
2022-10-29 04:41:16 -04:00
Dan Stillman
59cb33d231
Retry only twice on error in Find Available PDF
...
Not three times
2022-10-29 04:41:10 -04:00
Dan Stillman
06b23cca94
Fix hang on 500 from site during Find Available PDF
...
Find Available PDF has its own domain-based retry logic that predated
automatic 5xx retries in Zotero.HTTP, so disable the latter and fix some
bugs in the former.
Fixes #2700
2022-10-29 04:38:57 -04:00
Adomas Venčkauskas
d658e05363
Truncate long citation text in citation dialog. Closes #2879
2022-10-28 15:08:26 +03:00
Abe Jellinek
57916c032f
Attachment box: Add ability to copy URL of snapshot/link ( #2748 )
...
Fixes #2747
2022-10-27 16:54:50 -04:00
Dan Stillman
d850a8be7d
Don't localize "Markdown" in Quick Copy settings
2022-10-27 05:06:55 -04:00
Dan Stillman
c6448bd9c1
Add Zotero.Utilities.Internal.stringWithColon() for localized colons
...
Generally just a colon, but, e.g., French adds a space before it. We'll
want to replace uses of `punctuation.colon` with this.
2022-10-27 05:05:47 -04:00
Dan Stillman
c51cb88c97
Adjust layout of Quick Copy note format options
...
Also:
- Hide format options until translators are loaded (since otherwise
the checkboxes don't have labels and the layout is messed up)
- Remove unnecessary "zotero-" prefix from the new elements
2022-10-27 05:04:16 -04:00
Dan Stillman
a95a2937c1
Reset note Quick Copy pref on upgrade if set to Markdown + Rich Text
...
The default JSON pref value used spaces, but changing the drop-down
resulted in a version without spaces, so simply changing the default to
include the new link options wouldn't change all existing installs and
the "Include App Links" checkbox wouldn't show as enabled for Markdown.
This adds a pref migration step to reset the pref to the new default if
it's set to Markdown + Rich Text, regardless of whitespace differences.
2022-10-27 04:50:04 -04:00
Martynas Bagdonas
da7c73b662
Add "Include Zotero Links" option for note export and QuickCopy
...
Fixes #2349
2022-10-27 04:49:11 -04:00
Dan Stillman
09f0f74104
Fix error message for invalid field in Item.setField()
...
The error message was showing a field instead of an item type.
https://forums.zotero.org/discussion/100598/error-1533410729-impossible-to-correct-date-field-in-items-added-with-zotero-conector-ver-6-0-15
2022-10-27 03:47:54 -04:00
Dan Stillman
3a77eb85ed
Don't match all attachments with annotations for "not" search conditions
...
Fixes #2867
2022-10-27 03:46:18 -04:00
Dan Stillman
fe016edf33
PDF reader: Hide "Rotate Page 180°" menu option for now
...
Rotating will speed up with Zotero 7, so maybe we can do without this.
2022-10-27 03:43:34 -04:00
Dan Stillman
ff3a74064b
PDF reader: Add "Page" to rotate menu options for clarity
2022-10-27 03:41:28 -04:00
Martynas Bagdonas
454a2c186b
Add rotation options to Edit menu to rotate the current PDF page
...
(cherry picked from commit d8d6054927
)
2022-10-27 03:39:56 -04:00
Martynas Bagdonas
03ba306018
Reduce loaded tabs limit if the system has 8 GB or less memory
2022-10-27 03:01:42 -04:00
Adomas Venčkauskas
19558a425b
Fix wrong given name disambiguation after editing author for citeproc-js
...
Closes #2870
2022-10-25 14:50:05 +03:00
Adomas Venčkauskas
87a567122e
Fx102: Fix Integration tests
2022-10-25 13:48:39 +03:00
Adomas Ven
ee67c848d7
Adds support for merging adjacent citations ( #2875 )
2022-10-25 13:19:14 +03:00
Abe Jellinek
93666d310e
Zotero.PreferencePanes: Fix shutdown observer error ( #2845 )
...
`this` referred to the observer instead of Zotero.PreferencePanes, so
`this.pluginPanes.length` caused an error and plugin panes were not removed.
2022-10-16 16:06:22 -04:00
Abe Jellinek
ccc94e7b45
fx-compat: Add stylesheets parameter to PreferencePanes.register() ( #2845 )
...
And just fully reload the preferences window when the pane array changes. The
preferences window won't often be open when a plugin is enabled or disabled,
considering that the Add-ons window is external to the preferences, and trying
to add/remove panes dynamically without reloading brings lots of bugs.
(No way to dynamically remove a script, for one.)
2022-10-16 16:06:05 -04:00
Abe Jellinek
f81a81cb74
fx-compat: Preferences: Activate <?xml-stylesheet?>s, default to XUL ( #2845 )
2022-10-16 16:05:51 -04:00
Abe Jellinek
c1bb910d1c
Clear sync error and start sync after logging in in prefs ( #2802 )
...
Also fixes an existing error due to an argumentless call to
Zotero.Sync.Runner.updateIcons() in ZoteroPane.
2022-10-16 15:47:54 -04:00
Dan Stillman
f9a0622c30
Merge new English strings
2022-10-13 02:20:42 -04:00
Dan Stillman
961e5b955d
Default to UTF-8 when indexing text file without detected charset
...
https://forums.zotero.org/discussion/94637/indexing-of-markdown-plain-text-attachments-with-md-extension
2022-10-13 02:20:42 -04:00
Dan Stillman
23a6af128b
Change connector server response to "Zotero is running"
...
People are confused by "Zotero Connector Server is Available". I'm not
sure if this will be any better, but not mentioning the connector might
help -- that seems to be part of the problem.
We could display a longer message with a link to
https://www.zotero.org/support/kb/connector_zotero_unavailable , but this
is the /ping page that gets hit constantly, so it seems like we should
keep it short (though probably it doesn't make a difference).
2022-10-13 02:20:42 -04:00
Abe Jellinek
bde157b085
fx-compat: Automatically register plugin l10n sources ( #2863 )
...
Fixes #2837
2022-10-11 11:59:33 -04:00
Abe Jellinek
367090614d
fx-compat: Fix File -> Save... in basicViewer
...
Printing is still broken with no clear fix - PrintUtils really wants a
tabbrowser.
2022-10-11 10:47:15 -04:00
Abe Jellinek
f030190fb7
"Swap First/Last" in creator transform menu
...
https://github.com/zotero/zotero/pull/2801#issuecomment-1274107763
2022-10-11 10:30:53 -04:00
Abe Jellinek
568b88e342
Add "Capitalize" text transform to creator context menu ( #2801 )
2022-10-11 01:28:27 -04:00
Abe Jellinek
9be51a5cb0
Fix last editpane tab being misaligned vertically ( #2864 )
2022-10-10 21:47:20 -04:00
Dan Stillman
7276223a90
Tweak text in LABD auto-relinking dialogs ( #2374 , #2092 )
2022-10-10 10:38:53 -04:00
Abe Jellinek
5f9e8f5b7e
Automatically relink attachments from LABD ( #2374 )
...
Fixes #2092
2022-10-10 10:38:43 -04:00
Martynas Bagdonas
3a26f6eb6f
Add pdf-reader annotation creation test
...
(cherry picked from commit af436d34a8
)
2022-10-10 16:56:17 +03:00
Martynas Bagdonas
8db82c1022
Don't allow to rotate or delete pages for read-only PDF
...
(cherry picked from commit 29dd0cf5dc
)
2022-10-10 16:56:17 +03:00
Martynas Bagdonas
35cbbeeea4
Fix annotation image saving to cache for read-only annotations
...
(cherry picked from commit 28329aa785
)
2022-10-10 16:56:17 +03:00
Martynas Bagdonas
b851e66ec8
Fix annotation saving regression
...
(cherry picked from commit c5d418fc16
)
2022-10-10 16:56:17 +03:00
Martynas Bagdonas
a5c17f3abe
Properly handle errors when trying to open too large (>2GB-1) PDF file
...
(cherry picked from commit e9c6c76e79
)
2022-10-10 16:56:17 +03:00
Adomas Ven
aa1aac6adb
fx-compat: Restore word processor integration ( #2841 )
...
- Word for Windows not tested since there's no build yet
- Word for Mac currently causes a sigsev, and likely we'll see this on
windows too. This is happening on an API call where we pass a callback,
so likely an issue in ctypes that we'll have to work around.
- All integration UIs restored.
- Added a component for richlistitems with a checkbox with corresponding
interactions (spacebar/double-click to toggle).
2022-10-06 00:17:28 -04:00
Martynas Bagdonas
03de28a7b7
Fix pref observer handler unregistering
...
(cherry picked from commit b7cc1d549b
)
2022-10-05 21:00:20 +03:00
Martynas Bagdonas
b24a7cf529
Allow importing annotations in group libraries
...
(cherry picked from commit b594ad0b0a
)
2022-10-05 21:00:16 +03:00
Martynas Bagdonas
f8837ae58b
Don't allow pdf-reader to set annotation author name
...
Fixes the issue when your own created annotation becomes grayish and indicates that it was modified by another user.
(cherry picked from commit 4dd1851140
)
2022-10-05 21:00:11 +03:00
Martynas Bagdonas
acfbbebd85
Re-render annotation images when rotating a page
...
Fixes #2824
(cherry picked from commit 006dd20d5b
)
2022-10-05 21:00:04 +03:00
Martynas Bagdonas
ef5e80d4dc
Remove PDF view rotation options
2022-10-05 20:59:49 +03:00
Abe Jellinek
bcb4220d00
Preferences: Use XUL <label>s around HTML <h2>s
...
Fixes #2836
2022-10-05 12:05:23 -04:00
Adomas Venčkauskas
0bbad7a2db
Fix item list row text not read when using non-contiguous kb selection
...
Closes #2830
2022-10-03 15:20:56 +03:00
Abe Jellinek
5ef9a3116c
Preferences: Restore Help button ( #2803 )
...
Having the macOS Help button in a scrolling view feels kind of weird, but that's
what Apple is doing in the Ventura System Settings app, so I guess we go with
it. I like it better than Firefox's non-contextual "Firefox Support" button
under the pane list in their preferences, anyway - having pane-by-pane
contextual help buttons seems like good UX that there isn't a good reason for us
to ditch.
2022-10-03 07:35:40 -04:00
Abe Jellinek
b8966f7878
fx-compat: Fix zotero://
protocol for reports ( #2825 )
...
- The protocol can no longer be marked "dangerous to load," only "UI resource"
(accessible inside browsers but not by web pages).
- The protocol needs to run in the main process.
- We need to replace the XUL browser to reset its type attribute depending on
whether we're loading a zotero protocol URI - zotero protocol URIs, maybe due
to the protocol handler's tight coupling with the main process, cannot load in
type="content" browsers.
2022-10-03 07:31:17 -04:00
Dan Stillman
fe391a1026
Add 15 and 16 as note font size options in menu
...
https://forums.zotero.org/discussion/100079/notebook-fonts
2022-10-03 06:47:17 -04:00
Dan Stillman
47c939561c
Remove default OpenURL gateway
...
https://www.worldcat.org/registry/gateway is no longer supported -- see
https://forums.zotero.org/discussion/comment/418373/#Comment_418373 for
details
If no resolver is selected, show an error on "Library Lookup" with a
button to open the prefs.
2022-10-03 06:47:17 -04:00
Dan Stillman
817ca999e3
Swap "Split Vertically" and "Split Horizontally" in PDF reader
2022-10-03 06:47:17 -04:00
Dan Stillman
4f10c00c71
Add Number as items list column option
...
https://forums.zotero.org/discussion/99844/add-columns-to-desktop-app-report-number
2022-10-03 06:47:17 -04:00
Martynas Bagdonas
d484d16128
Prevent error when creating a note from annotations that have ink
...
(cherry picked from commit 4fdf43ed92
)
2022-09-30 13:25:06 +03:00
Martynas Bagdonas
764d1b006e
Import external annotations before trying to add a note from annotations
...
(cherry picked from commit 9691fcafc2
)
2022-09-30 13:25:06 +03:00
Martynas Bagdonas
61c0dfee38
Add split view for PDF reader ( #2832 )
...
Fixes #2821
2022-09-29 14:28:47 +03:00
Dan Stillman
f40b215753
fx-compat: Restore error reporting wizard
2022-09-28 06:56:39 -04:00
Dan Stillman
03532e1289
fx-compat: Fix Zotero.getInstalledExtensions()
2022-09-28 06:56:24 -04:00
Tom Najdek
76ff32098f
fx-compat:Creator buttons keyboard accessible #999 ( #2833 )
2022-09-23 04:18:24 -04:00
Dan Stillman
e0ccce4072
fx-compat: Fix 'dev' channel warning not appearing
2022-09-22 03:41:11 -04:00
Dan Stillman
542a6adf84
Zotero.Plugins.getResourceURI()
→ getRootURI()
...
To go with the `rootURI` string variable passed to bootstrap methods
2022-09-20 00:39:21 -04:00
Dan Stillman
acc4d2a81b
Update paths for Mozilla Fluent files
...
Follow-up to zotero/zotero-standalone-build@600b35d
2022-09-15 18:39:19 -04:00
Dan Stillman
dda60995a3
fx-compat: Fix app update dialog
...
Styling needs to be redone, but it works.
2022-09-15 06:29:14 -04:00
Dan Stillman
35d5c2633d
fx-compat: Add app update dialog files from fx68
...
Removed in fx69
Not yet functional
2022-09-15 06:29:14 -04:00
Dan Stillman
e955583d2c
Update translate submodule
2022-09-15 06:29:14 -04:00
Martynas Bagdonas
7cd57cd9e4
Fix focusContextPane
error when pressing tab in standalone PDF window
...
Fixes #2823
2022-09-15 12:01:34 +03:00
Abe Jellinek
500f187a60
Scaffold: Remove useless debug
2022-09-13 11:20:41 -07:00
Martynas Bagdonas
82b53fee87
Fix PDF reader sometimes showing UTC time and sometimes local
...
(cherry picked from commit c13d17b5e6
)
2022-09-13 17:16:08 +03:00
Martynas Bagdonas
531f8fe24d
Convert Mendeley colors to equivalent Zotero colors on PDF open
...
Fixes #2820
(cherry picked from commit eb255c5868
)
2022-09-13 17:16:08 +03:00
Tom Najdek
223f44fdfd
Map annotation colors colors on import #2819 ( #2822 )
2022-09-12 19:58:21 -04:00
Abe Jellinek
7829a0dfdc
fx-compat: Style Editor: Fix error when no style selected
2022-09-12 14:06:58 -07:00
Abe Jellinek
52e8fa8995
Prune Monaco distribution, fix JS acting like TS in Scaffold
...
We don't need most of the bundled languages or localizations, so they were just
taking up disk space pointlessly.
2022-09-12 14:06:17 -07:00
Dan Stillman
88869f43ae
Merge new English strings
2022-09-12 15:54:11 -04:00
Dan Stillman
a63c634e3f
Add "Create Note from Annotations" option to items list context menu
...
To allow creation of a standalone note with annotations from all the
selected top-level items and/or attachments. Annotations will be sorted
by the order of the items in the items list.
"Add Note from Annotations" remains when a single regular item or one or
more attachments under a single regular item are selected.
2022-09-12 15:54:03 -04:00
Dan Stillman
e81b43be98
Add collectionID
option to EditorInstance.createNoteFromAnnotations()
...
For adding a standalone note to the current collection
2022-09-12 15:54:03 -04:00
Dan Stillman
39e45221b1
Rename Zotero.Items::keepParents() to keepTopLevel()
...
So that it works for more than two levels of items
Also fix a bug where the parent item could be returned more than once if
multiple child items were selected.
2022-09-12 15:54:03 -04:00
Dan Stillman
497d6376c8
Add Zotero.Item::topLevelItem and Zotero.Items.getTopLevel(items)
2022-09-12 15:54:03 -04:00
Martynas Bagdonas
f70ec29881
EditorInstance.createNoteFromAnnotations(): Handle multiple attachments
2022-09-12 15:54:03 -04:00
Abe Jellinek
dbbc6a2f44
fx-compat: Basic viewer: Restore loadURI() for Zotero.openInViewer()
2022-09-09 13:46:19 -07:00
Martynas Bagdonas
20aa40c5d2
Adjust PDF reader and context pane UI based on font size pref
...
Fixes #2809
(cherry picked from commit 64897455f4
)
2022-09-09 18:10:25 +03:00
Abe Jellinek
94392fce96
fixup: Option-P was supposed to push, not type pi
2022-09-07 11:17:47 -04:00
Abe Jellinek
df9d8d593c
fx-compat: Fix sync button tooltip
...
XULTooltipElement now prepends a <description> node, so the nodes we were
getting were off by one. Just use class names for all the children.
2022-09-07 11:15:55 -04:00
Martynas Bagdonas
9f9dde511e
fx-compat: Flex grow note-editor when using in contextPane
2022-09-07 17:26:12 +03:00
Martynas Bagdonas
7317b61425
fx-compat: Fix note-editor initialization
2022-09-07 17:26:12 +03:00
Martynas Bagdonas
9d584152f0
fx-compat: Fix contextPane after b5bdae3d
2022-09-07 17:26:12 +03:00
Abe Jellinek
74051576dd
Hide "Find Available PDF" for feed items ( #2807 )
2022-09-06 18:46:13 -04:00
Martynas Bagdonas
04120099fb
Allow inserting images over context menu
...
Fixes #2759
(cherry picked from commit f893206dfd
)
2022-09-06 17:11:41 +03:00
Martynas Bagdonas
75a080b7cb
fx-compat: Tweak image copying to clipboard
2022-09-06 17:05:52 +03:00
Martynas Bagdonas
80385ff893
Add context menu options to copy/save image from pdf-reader/note-editor
...
Fixes #2664
2022-09-06 16:48:13 +03:00
Abe Jellinek
dbc65faecb
Preferences: Don't add IDs to pane containers
...
Built-in panes were creating a semi-invalid DOM in which the pane container and
the root element of the pane's XHTML got the same ID. There's no reason to give
containers IDs in the DOM, since we already have a Map of IDs to pane objects,
so let's just not.
2022-09-02 11:22:50 -04:00
Abe Jellinek
5d6ad703c1
Preferences: Fix tests, improve clarity, and more
...
- Fix sync and advanced preferences tests; use a new waitForFirstPaneLoad()
functions instead of the old paneload event listener
- Remove empty preferences_searchTest.js
- Rename some Zotero_Preferences members/functions for better clarity and
public/private differentiation
- Reorder, also for clarity
- Fix tabIndex parameter causing an error if invalid
- Remove window.sizeToContent() call in Sync.displayFields()
- So *that's* why the window resized every time the sync pane was loaded...
- Deprecate openURL() and simplify openInViewer()
2022-09-02 11:01:37 -04:00
Martynas Bagdonas
11b0afc0bd
Add missing noteEditor.mathBlock
string
...
(cherry picked from commit a3b45a74e9
)
2022-08-31 16:00:01 +03:00
Dan Stillman
a4f802806c
Use items-list sort order for report from collection or saved search
...
https://forums.zotero.org/discussion/99284/exporting-a-report-sorted-by-first-date
Regression from HTML tree
2022-08-30 16:22:53 +02:00
Abe Jellinek
0fe394082c
fx-compat: Scaffold: Prevent Space from scrolling translator list
2022-08-30 10:07:15 -04:00
Dan Stillman
00b24f85c9
Fix HTTP.request() 5xx handling with errorDelayMax=0
...
This was causing delay-less infinite loops for OPTIONS requests to Box,
which are returning 502 errors.
2022-08-29 23:46:58 +02:00
Abe Jellinek
63864f2f86
duplicateAndConvertSelectedItem: Don't copy abstracts ( #2799 )
2022-08-29 16:15:31 -04:00
Martynas Bagdonas
09ba429723
Update note-editor submodule and strings for math and table insertion
...
(cherry picked from commit d156bef42a
)
2022-08-25 14:27:42 +03:00
Adomas Venčkauskas
4f0b07505a
Fix SingleFile snapshot saving stalling in Firefox Connector
...
Update SingleFile submodule
2022-08-24 11:49:45 +03:00
Abe Jellinek
92095314c6
fx-compat: Preferences: Use our edit menu overlay
...
So text context menu actually works.
2022-08-22 16:46:50 -04:00
Abe Jellinek
c2254f3783
fx-compat: Scaffold: Native checkboxes, dropmarker
2022-08-22 16:20:28 -04:00
Abe Jellinek
d653ec817c
fx-compat: Add by Identifier: Prevent expand after invalid ID input
2022-08-22 12:51:35 -04:00
Abe Jellinek
85e13dc3ee
Zotero.PreferencePanes: Auto-generate ID, rearrange params
...
A manual pane ID isn't often necessary, since you can just give a manual ID to
the root element in your XHTML. Let's make things a bit simpler for the caller
and reduce the potential for conflicts.
2022-08-22 10:52:25 -04:00
Dan Stillman
170f1962ad
Don't repeatedly upload relations
...
Fixes #2772
2022-08-22 01:15:21 -04:00
Tom Najdek
454368e3d3
Make citavi annotations importer more resilient
2022-08-19 12:05:30 -04:00
Tom Najdek
cff02b04a0
Fix importing Citavi annotations in some cases
2022-08-19 12:05:30 -04:00
Dan Stillman
e9e1add9b8
Fixed filed items with annotations appearing in Unfiled Items
...
Fixes #2771
Regression from 20c6fe67
2022-08-19 12:05:30 -04:00
Abe Jellinek
22b00c33de
Empty Trash: Visually remove deleted items, refresh icon ( #2606 )
...
There were a few problems causing the incorrect behavior:
1. Rows were being removed only if they had no non-deleted children, which
wasn't the right check. We want to remove all rows with no *deleted*
children.
2. Children of the removed rows weren't being removed with them.
3. We weren't invalidating the tree (which _removeRows() doesn't do).
Also:
* Erase trashed annotation after getAnnotations() test
Because ItemTree#notify() doesn't yet correctly handle refresh events on
parent items that are themselves children (three-level nesting: item ->
attachment -> annotation), this test was causing a failure in
itemTreeTest.js.
2022-08-19 09:14:24 -04:00
Martynas Bagdonas
40ae2e3246
Fix navigation to annotation when opening an unloaded PDF reader tab
...
Regression from 142e3b09
2022-08-18 04:12:44 -04:00
Martynas Bagdonas
8ca7356489
Fix regression for broken "Snow in Page"
...
Fixes #2764
Regression from 7ec54fd
2022-08-18 04:12:44 -04:00
Abe Jellinek
0eaf5887ea
fx-compat: Scaffold: Use platform keys like zoteroPane
2022-08-17 16:47:39 -04:00
Abe Jellinek
f5f49c7b1d
fx-compat: Scaffold: Non-async detectWeb and async scrape by default
...
We don't usually want an async detectWeb, since HTTP requests should only be
used there in very exceptional cases. We do usually want an async scrape (and we
were already - mistakenly - awaiting it).
2022-08-17 16:31:30 -04:00
Dan Stillman
f7b8d25e75
Update localized string for pdf-reader
2022-08-17 03:47:30 -04:00
Dan Stillman
c3ee588bfe
Match parent attachments for annotation tags
...
Expose annotation tags in tag selector and match parent attachments when
filtering/searching
This also fixes searching for annotation text or comments when using
Everything quick search.
This is temporary until we display annotations in the items list
directly.
2022-08-17 03:35:28 -04:00
Dan Stillman
6cd1a41a32
Fix importing of standalone attachments without URLs
...
And allow `importSnapshotFromFile()` without `parentItemID` or
`libraryID`, which is more consistent with other attachment functions
Follow-up to 318e4852e9
https://forums.zotero.org/discussion/comment/414802/#Comment_414802
2022-08-16 06:09:00 -04:00
Abe Jellinek
b03657add3
fx-compat: Use DOMParser constructor in _eventToEventTitle
2022-08-15 10:38:11 -04:00
Dan Stillman
676abca671
Fix importing of standalone attachments
...
Maybe has been broken for years?
https://forums.zotero.org/discussion/99020/warning-data-loss-when-exporting-collections
2022-08-13 16:24:14 -04:00
Dan Stillman
d546caca4c
Don't relate book sections to each other when creating from book
...
Fixes #2757
2022-08-13 05:46:04 -04:00
Dan Stillman
344a10421a
Fix copying of standalone attachments between libraries
...
Regression in f684984b07
(maybe a race condition)
2022-08-13 02:04:07 -04:00
Abe Jellinek
30197a09d2
Revert mistaken change from 26069a580a
...
Shouldn't have made it into that commit.
2022-08-12 15:36:54 -04:00
Abe Jellinek
fc86bdb55c
fx-compat: Fix error when Edit menu is shown
2022-08-12 15:34:27 -04:00
Abe Jellinek
26069a580a
fx-compat: Fix Quit when main window is closed
...
Application menu items, contrary to the comment I added in a654ad291f
,
actually *do* belong in hiddenWindow.xhtml so that they still work when
zoteroPane.xhtml is closed. They just can't be split between there and
zoteroPane.xhtml. This commit moves all of them to hiddenWindow.xhtml and
reimplements openPreferences() in a non-Zotero-object-dependent way.
Fixes #2738
2022-08-12 15:34:26 -04:00
Abe Jellinek
333cf8cc2a
Add Book -> Book Section and Book Section -> Book to context menu ( #2754 )
2022-08-11 16:28:32 -04:00
Martynas Bagdonas
4f52eb9be3
Fix PDF reader selector popup that was never opening
...
(cherry picked from commit e4e3c72036
)
2022-08-11 14:22:52 +03:00
Martynas Bagdonas
d1550a3fd5
Fix regression preventing opening PDF reader window when the tab is open
...
(cherry picked from commit 0857cefb0c
)
2022-08-11 14:22:52 +03:00
Adomas Venčkauskas
d6909ec8e5
Update SingleFile config for current version
...
They got updated upstream and the backwards-compat code
does not run for the way we execute singlefile
See https://github.com/gildas-lormeau/SingleFile/issues/1021
Addresses https://github.com/zotero/zotero-connectors/issues/398
2022-08-11 14:00:40 +03:00
Adomas Venčkauskas
2dd54fddf4
Prevent singlefile config from overwriting the Zotero.SingleFile namespace
2022-08-11 13:51:57 +03:00
Dan Stillman
c90f8415b3
Improve test for event-title
substitution
...
And add comments
Follow-up to 20d0f103f
2022-08-11 03:57:25 -04:00
Dan Stillman
7eab91a160
Automatically substitute event-title
for event
in styles
...
Stopgap until styles are updated in citation-style-language/styles#6151
2022-08-11 03:57:15 -04:00
Dan Stillman
57b91a0add
Move item box comment from 87455d28c3
...
The code seems to have already been applied on the fx102 branch
2022-08-11 03:56:46 -04:00
Abe Jellinek
678a6101b3
Advanced Search: Make sure items are loaded ( #2743 )
2022-08-11 03:53:39 -04:00
Dan Stillman
72d4cdd3a3
Don't preselect Act for multiple sources in classic citation dialog
...
"Multiple Sources…" wasn't properly handled by 629892b0b8
https://forums.zotero.org/discussion/98877/act-instead-of-page
https://twitter.com/drezvera99/status/1554521940684984320
2022-08-11 03:53:34 -04:00
Martynas Bagdonas
098886bcb6
Select existing unloaded tab instead of opening a new one
...
Fixes #2740
2022-08-11 03:52:53 -04:00
Martynas Bagdonas
9190eb8f34
Allow to scroll tabs with mouse wheel
...
Fixes #2724
2022-08-11 03:52:45 -04:00
Abe Jellinek
1f9e518581
Duplicates Merge: Preserve embedded annotations ( #2728 )
2022-08-11 03:52:40 -04:00
Adomas Venčkauskas
63148dff3b
Do not load-timeout on browser PDF download during content load
...
Closes #2726
2022-08-11 03:52:31 -04:00
Martynas Bagdonas
d595b3f195
Freeze note schema version to 8
...
We can do it because it was only used to create a note from annotations.
No need to update schema version in Zotero client, unless using new
features when creating a note from annotations.
2022-08-11 03:50:06 -04:00
Martynas Bagdonas
44ef4cd35a
Fix regression that prevents showing the last selected tab on startup
...
Fixes #2723
2022-08-11 03:50:01 -04:00
Martynas Bagdonas
b02ad0dc83
Fix regression that prevents showing new notes in contextPane notes list
2022-08-11 03:49:52 -04:00
Adomas Venčkauskas
1955427d62
Fixes some assets not being saved with SingleFile snapshots
...
Part of zotero/zotero-connectors#394
When saving an item (e.g. on arxiv) with a site translator, the
translator may add a custom snapshot attachment URL which does not match
the translation URL (the URL in the browser where translation was
initiated) in which case Zotero handles snapshot saving. Zotero loads
the page in a background browser. By default images are not loaded in
this browser. SingleFile due to CORS restrictions has to refetch all
resources that are not from the same domain or subdomain, but uses
pre-loaded resources (images) from the same domain. Before this change
any images that were from the same domain as the saved website were not
saved in the snapshot. This commit fixes that.
2022-08-11 03:49:52 -04:00
Adomas Venčkauskas
3ba78dec78
Changes for updated SingleFile submodule
2022-08-11 03:49:52 -04:00
Dan Stillman
f46c0986d3
Localize "Export PDF…" menu option
...
Fixes #2710
2022-08-11 03:49:52 -04:00
Dan Stillman
a33775d2a1
Update translate submodule
2022-08-11 03:49:52 -04:00
Dan Stillman
54a7211a45
Update locales from Transifex
2022-08-11 03:47:00 -04:00
Dan Stillman
8bce2b1fdd
Increase Mendeley API timeout to 60 seconds
...
To see if we can fix the 30-second timeout here:
https://forums.zotero.org/discussion/comment/412750/#Comment_412750
2022-08-11 03:46:51 -04:00
Dan Stillman
393b1f8369
Add warning in toolbar for 'dev' channel builds
2022-08-11 03:43:03 -04:00
Martynas Bagdonas
7089ce8fc7
Use Quick Copy (Markdown) for direct plain-text copying from note-editor
...
Fixes #2505
2022-08-11 02:49:07 -04:00
Abe Jellinek
bd18339797
Prevent deleting My Publications
...
Previously showed a blank confirmation dialog and logged an error.
2022-08-11 02:48:59 -04:00
Martynas Bagdonas
221aa25e00
Prevent delayed context pane expansion and pdf-reader rerender/resize when switching from library tab
2022-08-11 02:48:54 -04:00
Martynas Bagdonas
4ab154c4bf
Don't include quotes when {{highlight}} is placed in a blockquote
...
Fixes #2697
2022-08-11 02:48:49 -04:00
Martynas Bagdonas
fcb63465ac
Include quotation marks for highlights by default, but allow to disable
...
Fixes #2697
2022-08-11 02:48:44 -04:00
Dan Stillman
d3942ad1f0
Better fix for errors from invalid sort fields
...
Just catch the error from `ItemTree::sort()` and clear the
secondary-sort and fallback-sort prefs so that sorting works on the next
attempt.
Replacement for a8ed30ce80
https://groups.google.com/g/zotero-dev/c/kc0-C6-SA74/m/bhHniGceAQAJ
2022-08-11 02:48:35 -04:00
Dan Stillman
d747da7c65
Revert "Validate fields in ItemTree::getSortFields()"
...
This reverts commit a8ed30ce80
and related
commits.
We'll address breakage from invalid sort fields another way, without
inconveniencing plugin authors.
https://groups.google.com/g/zotero-dev/c/kc0-C6-SA74/m/bhHniGceAQAJ
2022-08-11 02:48:31 -04:00
Dan Stillman
9dc8995ba8
Sort empty rows last for Date/Year columns when descending
...
Date columns start in descending order, so put empty rows at end
Also remove a seemingly unnecessary exception for Title when not the
primary sort and just always sort it with empty rows first
2022-08-11 02:48:26 -04:00
Dan Stillman
e25ec0d981
Fix sorting of attachments and notes columns
...
Regression from a8ed30ce80
2022-08-11 02:48:22 -04:00
Dan Stillman
3ab661b628
Fix sorting by Item Type and feed item itemID
...
Regression from a8ed30ce80
2022-08-11 02:48:16 -04:00
Dan Stillman
5620dc96bd
CookieSandbox: Fix error setting request cookies
...
Regression from 6af3b0276a
, showing up as "trackedBy is undefined" error
https://forums.zotero.org/discussion/98322/no-snapshot-or-pdf-autosaved-using-zotero-connector-on-safari
2022-08-11 02:48:06 -04:00
Dan Stillman
74f00e60c7
Merge new English strings
2022-08-11 02:47:51 -04:00
Dan Stillman
2c11aadc57
Add localized string for timestamp
CSL locator
...
Not included in the CSL locales:
https://forums.zotero.org/discussion/comment/412060/#Comment_412060
2022-08-11 02:47:46 -04:00
Dan Stillman
c4c940722b
Merge new English strings
2022-08-11 02:47:38 -04:00
Dan Stillman
7b247e73df
Tweak confirmation message for recursive collection-item removal
...
I guess the "its" is technically a little clearer, but it's a bit
awkward, and I think it's reasonably implied.
2022-08-11 02:47:33 -04:00
Abe Jellinek
b18967fba4
recursiveCollections
: Remove from all subcollections on delete (#2689 )
2022-08-11 02:47:28 -04:00
Dan Stillman
cac0e7ee50
Update locales from Transifex
2022-08-11 02:47:19 -04:00
Dan Stillman
387e4dd958
Add CSL 1.0.2 locators and switch to CSL locales for localization
...
And move Page to middle of list, while still selecting by default
https://forums.zotero.org/discussion/comment/396602/#Comment_396602
2022-08-11 02:47:15 -04:00
Dan Stillman
92a1a43cbb
Validate fields in ItemTree::getSortFields()
...
To avoid startup hang if a plugin does something bad:
https://forums.zotero.org/discussion/comment/411843/#Comment_411843
Fixes #2692
2022-08-11 02:47:04 -04:00
Tom Najdek
a7c5f78107
Improve log output for multiple Mendeley imports
...
Helps with debugging cases where new import is started while previous
one is still being cancelled
2022-08-11 02:46:47 -04:00
Tom Najdek
9acf1ac42e
Lint code related to Mendeley importer
2022-08-11 02:46:42 -04:00
Tom Najdek
141258d564
Fix a bug in regex extracting fields to "extra"
...
Because regex is built using a template string, \s* is actually escaped
into s*, i.e. literal "s" appearing 0 or more times. In most cases this
would mean that output can have spacing slightly off. In extreme case,
when identifier starts with letter "s", this could this could lead to
identifier being stored incorrectly.
Also adjusted tests to be more strict and mock data to cover this case.
2022-08-11 02:46:37 -04:00
Tom Najdek
c9400c565c
Mendeley import: detect win close, better feedback
...
* Detect wizard cancel/close and interrupt import. This will still
have to wait for current fetch (file or metadata) to complete but will
then advance to the cleanup stage
* Advance progress bar during metadata fetch
* Add some extra logging
2022-08-11 02:46:31 -04:00
Tom Najdek
4b86c2a3fd
Don't try to remove temporary dir after import
...
Previously we had a structure that also created folders in temp dir,
that has since changed but code in cleanup phase to remove containing
dir has been accidentally left unremoved.
2022-08-11 02:46:26 -04:00
Martynas Bagdonas
5f6d6da154
Fix disabled "Add to Note" when a child note is open
...
Fixes #2687
2022-08-11 02:46:17 -04:00
Dan Stillman
01dc397afd
Update global schema and utilities for CSL 1.0.2
2022-08-11 02:43:53 -04:00
Martynas Bagdonas
ca3e048b78
Adjust page rotation labels in PDF reader
...
Fixes #2669
2022-08-11 02:43:47 -04:00
Martynas Bagdonas
b9f4a7835a
Show parent item title for child notes in context pane
...
Fixes #2681
2022-08-11 02:43:32 -04:00
Martynas Bagdonas
b5bdae3d6d
Implement smart notes switching in contextPane ( #2671 )
...
Fixes #2650
2022-08-11 02:38:55 -04:00
Dan Stillman
5920c5d3e5
Update utilities submodule and date-parsing tests
...
Includes strToDate() fixes
2022-08-11 02:36:04 -04:00
Dan Stillman
9c6d7abc76
Update locales from Transifex
2022-08-11 02:35:56 -04:00
Adomas Venčkauskas
3ff650f046
Limit the force-click during drag fix to macOS ( 4fb0661b
)
2022-08-11 02:34:29 -04:00
Adomas Venčkauskas
9feb2fc6cf
Fix alt-arrow not working on macOS when editing collection names.
...
Fixes #2651
2022-08-11 02:34:24 -04:00
Adomas Venčkauskas
1937220099
Fix force-click during drag sometimes causing collections to switch
...
Closes #2652
2022-08-11 02:34:17 -04:00
Abe Jellinek
48ad6dcb99
Fix error if New Collection prompt is canceled
2022-08-11 02:34:12 -04:00
Dan Stillman
3fb9e2162e
Use String.fromCharCode() to load Chinese characters in strToDate() test
...
Follow-up to dc045250a6
2022-08-11 02:34:06 -04:00
Dan Stillman
56151a4198
Fix parsing of Chinese and other non-ASCII month names
...
https://forums.zotero.org/discussion/97683/bug-locale-issues-concerning-zotero-and-zotero-connector
2022-08-11 02:33:58 -04:00
Dan Stillman
c8cc97dd97
Properly strip ZWJ in isOnlyEmoji()
2022-08-11 02:33:54 -04:00