Commit graph

15192 commits

Author SHA1 Message Date
abaevbog
ef5f8be920 fix subcollection not being copied to library root (#5464)
Fixes: #5463
2025-08-14 10:30:18 -04:00
Dan Stillman
8379bdc8cd ZFS: Don't retry download for canceled redirect with mtime/hash match
This was a regression from the switch to `Zotero.HTTP.download()`. 302
wasn't a success code, so `HTTP.download()` would throw, and since the
status wasn't set correctly on the `XMLHttpRequest` within
`HTTP.UnexpectedStatusException`, it would think it was an interrupted
S3 connection and trigger another download after a delay.
2025-07-26 01:32:22 -04:00
Dan Stillman
bd11fd7234 HTTP.download(): Don't save file for non-2xx response 2025-07-26 01:32:21 -04:00
Dan Stillman
cf44d4333d HTTP.request(): Return proper status for canceled redirect 2025-07-26 01:32:21 -04:00
Dan Stillman
a46ed574bf Update version 2025-07-26 01:32:21 -04:00
Dan Stillman
8f673efdd6 Update styles and CSL locales 2025-07-25 02:42:10 -04:00
Abe Jellinek
c10bb6f318 If custom file handler is set to Zotero itself, use reader (#5407) 2025-07-25 02:42:10 -04:00
Abe Jellinek
176d8d7328 Cache CSL Engine for item pane header (#5405)
Once styles are initialized.
2025-07-25 02:42:10 -04:00
Adomas Venčkauskas
fa52445ae6 Server: Add support for UTF in server headers (RFC2047) 2025-07-25 02:42:10 -04:00
Abe Jellinek
81d9ed77e9 Unregister Zotero_Tabs observers when window is unloaded 2025-07-23 23:56:05 -04:00
Abe Jellinek
7b56a3eefe Cache CiteProc Engine instances, pre-cache for Quick Copy (#5399) 2025-07-23 23:56:05 -04:00
Dan Stillman
b95f9eea89 Use BrowserDownload for 403 when enforcing type in downloadFile()
Fixed regression (probably in 1f401f0897) causing Find Full Text not to
use BrowserDownload for a 403

https://forums.zotero.org/discussion/125581/zotero-suddenly-fails-to-retrieve-full-text-although-i-have-access
2025-07-23 23:56:05 -04:00
Northword
445737c261 Clear plugin cache on re-install (#5395) 2025-07-23 23:56:05 -04:00
SSCC
6dbefee007 fix the missing "yield" in line 158 of storageEngine.js (#5394)
Fix the issue where Zotero.Sync.Runner.sync({background: true}) cannot obtain the itemIDs
2025-07-23 23:56:05 -04:00
Tom Najdek
47f2821a3d Use a more universal method of checking the element name 2025-07-23 23:56:05 -04:00
Tom Najdek
78c1039a9f Fix auto-completion typo toLocaleLowerCase -> toLowerCase 2025-07-23 23:56:04 -04:00
Tom Najdek
7c662dd59d Fix incorrect context menu when renaming collection #5374 2025-07-23 23:56:04 -04:00
Dan Stillman
685b762b64 Update version 2025-07-23 23:41:15 -04:00
Dan Stillman
18411cc6ba Disable citeproc-rs tests, which are failing after Chicago style update
Note sure why
2025-07-14 21:45:14 -04:00
Dan Stillman
696a15816c More chicago-note-bibliographychicago-shortened-notes-bibliography 2025-07-14 21:32:18 -04:00
Dan Stillman
25026e712d Update default Chicago style after upstream id changes 2025-07-14 21:24:43 -04:00
Dan Stillman
8da612fd3c Update version 2025-07-14 21:21:40 -04:00
Dan Stillman
7495e8333e Update translators 2025-07-14 21:21:39 -04:00
Dan Stillman
f316b109e8 Update styles and CSL locales
Including new Chicago styles
2025-07-14 21:21:39 -04:00
Tom Najdek
c9efc33d9c
Re-implement "Create Parent Dialog" without using React for 7.0 (#5381)
* Fixed an issue where the window size did not match the content
* Replaced the semi-transparent progress bar with a spinner
* Fixed a problem that allowed triggering a search while one was already in progress
* Reduced code complexity
2025-07-14 21:21:07 -04:00
Tom Najdek
36e0c6469c Fix truncated content in the Create Parent dialog. Close #5365 2025-07-09 03:56:22 -04:00
Adomas Venčkauskas
cc43189cee Add a Connector version update warning for item saving changes (7.0) 2025-07-09 00:05:48 -04:00
Dan Stillman
10da17f33e Update version 2025-07-09 00:05:48 -04:00
Dan Stillman
302d6749e7 Update version 2025-06-26 06:44:05 -04:00
Dan Stillman
1ab89d0d7b Revert Linux build to Firefox 115.14.0esr
Due to changes in how the updater is invoked in 115.24.0esr

https://forums.zotero.org/discussion/124980/problems-launching-7-0-16
2025-06-26 06:02:31 -04:00
Dan Stillman
a33e55258e Update sample data for podcast/date mapping 2025-06-26 00:34:11 -04:00
Dan Stillman
f548cfa79f Add Date field on Podcast
zotero/zotero-bits#2
2025-06-26 00:33:22 -04:00
Dan Stillman
e2a3f88f19 Update reader submodule 2025-06-26 00:00:33 -04:00
Abe Jellinek
95550403a7 Register CookieSandbox observer at startup (#5358) 2025-06-25 23:58:30 -04:00
Abe Jellinek
12f344e03d Fix all cookies being lost during remote translation (#5358) 2025-06-25 23:58:15 -04:00
Abe Jellinek
556b571da2 RemoteTranslate: Fix request methods not sending cookies 2025-06-25 23:57:33 -04:00
Dan Stillman
0eefec2f3c Update version 2025-06-25 10:06:36 -04:00
Dan Stillman
56da25f59d Revert Windows build to Firefox 115.14.0esr
To try to fix a bizarre launch failure affecting some users

https://forums.zotero.org/discussion/124980/problems-launching-7-0-16
2025-06-25 10:01:15 -04:00
Dan Stillman
3d6879e4ae Update version 2025-06-23 03:37:02 -04:00
Abe Jellinek
6a611179d1 Undo Scholaread changes to user.js (#5313)
And any other fileHandler changes
2025-06-21 12:13:26 -04:00
Dan Stillman
7dc8d13543 Merge new English strings 2025-06-21 00:31:25 -04:00
Dan Stillman
244487b4de Update translators 2025-06-21 00:29:10 -04:00
Dan Stillman
0b97822e90 Update version 2025-06-21 00:28:26 -04:00
abaevbog
3aef6cddcb
qf: fix breakage with unloaded tab (#5347)
Properly load all item data for items opened in tabs
to account for the fact that they can belong to
libraries that are not yet loaded.

Similar fix as in 4421de63de
2025-06-20 00:19:17 -04:00
Tom Najdek
4cc52ec928 File renaming: Add pascal case. Fix unicode handling. (#4876) 2025-06-19 02:19:59 -04:00
Dan Stillman
0d5d43f930 Don't use Firefox user agent for files.zotero.net requests 2025-06-19 02:19:53 -04:00
Tom Najdek
7ffd1d4504 Unhide "title" column on "Restore Column Order" (#5299)
This actually checks for a "primary" column, so if an extension hides the "title" column but provides its own "primary" column, the "title" column remains hidden.
2025-06-19 02:18:24 -04:00
Adomas Venčkauskas
1c2ec3fd75 Fix Google Docs allowing to select note style (endnotes)
Report: https://forums.zotero.org/discussion/123928/zotero-citations-not-appearing-as-endnotes-despite-selected-setting
2025-06-19 02:16:53 -04:00
Abe Jellinek
7eeb666894 Skip invalid relative path when changing LABD (#5239) 2025-06-19 02:16:36 -04:00
Abe Jellinek
bd451196b0 Tags box: Disable Remove All Tags when not editable 2025-06-19 02:14:32 -04:00