Dan Stillman
2d38a0102c
Show "Find Available PDFs" even if non-regular items are selected
2018-10-10 21:38:10 -04:00
Dan Stillman
33a7cc57ea
Fix popup when no items are eligible for "Find Available PDFs"
2018-10-10 21:38:10 -04:00
Adomas Venčkauskas
1beab1d3a7
Don't attempt to fetch daySuffixes in Connector/Bookmarklet
2018-10-10 14:25:24 +03:00
Dan Stillman
bd5fca3c23
Skip empty tags from connector
2018-10-10 06:03:41 -04:00
Adomas Venčkauskas
c65ca34afe
Permit /connector/delaySync for the bookmarklet
2018-10-10 12:41:16 +03:00
Dan Stillman
ab27dd154e
Fix status indicator for successful PDF retrieval in progress window
2018-10-09 18:24:53 -04:00
Dan Stillman
f6448c5de4
Update locales from Transifex
2018-10-09 17:51:05 -04:00
Dan Stillman
be8db4fc50
Don't show progress window for PDF recognition if only one file
2018-10-08 02:46:13 -04:00
Dan Stillman
1b9811c31d
Fix test failures after 18f79f9796
2018-10-06 01:38:32 -04:00
Dan Stillman
18f79f9796
Use progress dialog for PDF retrieval
2018-10-06 00:22:57 -04:00
Dan Stillman
a2f13c9043
Allow setting custom status line and hiding Minimize in progress dialog
2018-10-06 00:16:15 -04:00
Dan Stillman
4a6501c198
Update comments for PDF retrieval functions
2018-10-05 01:57:13 -04:00
Martynas Bagdonas
ae7ef109b7
Add universal progress queues ( #1573 )
2018-10-05 01:56:46 -04:00
Adomas Ven
b6065a7af6
Changes for bookmarklet update to current codebase ( #1579 )
2018-10-04 04:16:31 -04:00
Martynas Bagdonas
ec5424d5ae
Follow meta redirects and use the final URL when processing documents ( #1568 )
2018-10-03 22:24:39 -04:00
Adomas Venčkauskas
a59ce2c343
Remove old style conversion code
2018-10-03 15:48:27 +03:00
Dan Stillman
e57e297156
Update submodules
2018-09-26 19:00:05 -04:00
Dan Stillman
3a8fd4d942
Fix additional translatorCache problems at startup
2018-09-25 06:24:17 -04:00
Dan Stillman
d899134e7c
Automatically delay between PDF retrieval requests to the same domain
...
Delay requests to the same domain by 1 second, respect a Retry-After
header if present for 429 and 503, and delay for 10 seconds on 429 or
5xx otherwise.
2018-09-22 04:03:25 -04:00
Dan Stillman
536c07e9f4
Pass URL to Zotero.HTTP.UnexpectedStatusException
...
This allows the URL to be retrieved at .url in the thrown error.
2018-09-22 04:03:25 -04:00
Dan Stillman
b25d2d9c56
Update Zotero.HTTP.request() documentation
2018-09-22 04:03:25 -04:00
Dan Stillman
b782120840
Add followRedirects: false option to Zotero.HTTP.request()
...
Currently only .status and .getResponseHeader() (for getting 'Location')
are available in the returned object, but we could make the body
available if necessary.
2018-09-22 04:03:25 -04:00
Dan Stillman
b8db83af08
Split out a couple helper functions for PDF retrieval
2018-09-21 21:12:15 -04:00
Dan Stillman
c6a2af7ab5
Use 'load' instead of 'pageshow' in Zotero.HTTP.loadDocuments()
...
This seems to fix snapshots in Twitter, which need to wait for a
JS-based self-redirect [1].
[1] https://blog.twitter.com/engineering/en_us/topics/insights/2018/twitter_silhouette.html
2018-09-21 21:12:15 -04:00
Philipp Zumstein
2957db2aa1
Delete two duplicate switch cases ( #1569 )
2018-09-14 17:01:47 -04:00
Dan Stillman
f4ac511b50
Copy items across libraries in batches of 100
...
This will hopefully fix failures when copying huge numbers of items.
2018-09-14 04:14:08 -04:00
Adomas Venčkauskas
0cb683ab18
Ensure we don't maintain document sessions across different doc processors
2018-09-10 08:40:48 +03:00
Maecenas Li
dd9ee66212
Add support for marginnoteapp:// URI protocol ( #1567 )
...
https://forums.zotero.org/discussion/comment/316070/#Comment_316070
2018-09-08 06:01:02 -04:00
Dan Stillman
d8b2d24524
Better fix for invalid file localUrl in Mendeley DB
2018-09-07 01:22:09 -04:00
Dan Stillman
3f2ee35d59
Tweak debug line
2018-09-06 17:22:03 -04:00
Dan Stillman
7cf466a0b6
Save OA PDFs when the DOI resolves directly to the file
2018-09-06 16:44:11 -04:00
Dan Stillman
18821984e0
Accept a Blob as input in Zotero.File.putContentsAsync()
2018-09-06 16:44:11 -04:00
Dan Stillman
36afb34cf6
Show warning if Zotero is started from Mac disk image
...
Doing so can cause the Word for Mac extension not to load, and possibly
other problems.
https://forums.zotero.org/discussion/73470/word-could-not-communicate-with-zotero-with-three-full-uninstalls-and-reinstalls
2018-09-06 00:53:50 -04:00
Dan Stillman
4b64cc312c
Handle possible null file URL in Mendeley import
2018-09-05 14:41:13 -04:00
Dan Stillman
03a15d47af
Remove redundant OA PDF search in Add Item by Identifier
2018-09-04 14:15:25 -04:00
Adomas Venčkauskas
66ed33b9fb
Fix must insert citation prompt in new doc with copied fields. Closes #1564
2018-09-04 16:37:46 +03:00
Dan Stillman
05d8e7a8a3
Check Extra field for DOIs for PDF retrieval
...
E.g., a book with a DOI in Extra
Closes #1551
2018-08-30 16:52:24 -04:00
Adomas Venčkauskas
944188fa63
Fix RTF dontUpdate=true citations updating on LO. Closes #1561
2018-08-30 10:55:54 +03:00
Dan Stillman
5a008cf861
Don't save collections from Scaffold
...
Fixes zotero/scaffold#60
2018-08-27 17:45:42 -04:00
Dan Stillman
4eb4490723
Don't limit PDF retrieval to dev builds
2018-08-25 17:00:53 -04:00
Dan Stillman
862ac5ab40
Handle missing 'attachments' array in /connector/saveItems
2018-08-25 16:55:13 -04:00
Dan Stillman
e7e681c113
Set retrieved OA PDF title to reflect version
...
"Full Text", "Accepted Version", or "Submitted Version"
2018-08-25 16:48:17 -04:00
Dan Stillman
abc4cd9dfe
Clear translatorCache table when resetting translators
2018-08-21 22:36:20 -04:00
Dan Stillman
91a3c27235
Fail schemaUpdatePromise and show alert on initialization failure
...
This will also cause the word processor plugin to throw an error isntead
of hanging if there was a problem loading translators or styles.
Closes #1557
2018-08-21 22:36:20 -04:00
Dan Stillman
475bd17b71
Fix 'title is null' error
...
Not sure why item.title would ever be null, but this was in a user's
error report and seemed to be causing a restart error.
2018-08-21 22:36:20 -04:00
Adomas Venčkauskas
0fd28959bf
Ensure the doc prefs window is smaller than screen height
...
Dynamically resizes the style picker up to the window height of 700px
2018-08-20 12:42:45 +03:00
Dan Stillman
8d5338db2d
Additional debug output for setting base directory
2018-08-19 22:49:09 -04:00
Dan Stillman
4f98ad9567
Vacuum database automatically after clearing full-text index
2018-08-19 04:06:04 -04:00
Dan Stillman
926e2f7317
Reduce memory consumption of full-text index clear
2018-08-19 04:05:38 -04:00
Dan Stillman
18021d1aeb
Disable rebuild/clear buttons in Search prefs while in progress
2018-08-19 03:51:00 -04:00