Dan Stillman
f33cf1cde3
Don't show items with annotated attachments after moving to trash
...
https://forums.zotero.org/discussion/100775/deleted-items-keep-reappearing-in-my-library
Regression from 20c6fe67
2022-11-28 04:30:50 -05:00
Adomas Venčkauskas
deb5d1cd27
Avoid locator detection on paste in citation dialog. Closes #2856
...
Locators will get detected if there is additional typing or editing
after the paste
2022-11-22 15:57:07 +02:00
Adomas Venčkauskas
29006c556d
Fix quick format locator regexp to not match numbers without space.
...
Closes #2915
2022-11-22 15:57:05 +02:00
Adomas Venčkauskas
2db90511f9
Import URL from XPCOM code instead of relying on window for Proxy code
...
Also fix other failing proxy tests. Closes #2928
2022-11-21 11:51:18 +02:00
Adomas Venčkauskas
8135895313
Fix proxy test
2022-11-21 11:28:52 +02:00
Adomas Venčkauskas
dfdc66a41c
Proxy code: ensure URL constructor in non-window JS scope
...
Closes #2924
2022-11-21 10:24:11 +02:00
Dan Stillman
1106685f2d
Fix Item.fromJSON()
failure after deb17d450e
2022-11-19 05:26:04 -05:00
Dan Stillman
deb17d450e
Don't allow note on embedded-image attachments
...
https://github.com/windingwind/zotero-better-notes/issues/212
2022-11-19 04:55:32 -05:00
Dan Stillman
89bc094690
Fix response content type in Find Available PDF test
2022-11-16 18:35:31 -05:00
Dan Stillman
1a1c08890f
Use clearer name for Find Available PDF tests
2022-11-16 18:35:31 -05:00
Dan Stillman
a48e0f2437
Handle relative PDF links when using custom PDF resolver
2022-11-16 18:35:31 -05:00
Tom Najdek
ac4308b3e7
Fix focus stealing in item box #2885 ( #2895 )
2022-11-16 15:55:24 -05:00
Adomas Venčkauskas
c3c0b363c1
Make sure URL constructor is available in non-window environment
2022-11-15 15:23:24 +02:00
Adomas Venčkauskas
ae14d433f9
Don't throw when getting potential proxies with invalid URL
2022-11-15 13:53:25 +02:00
Adomas Venčkauskas
b91d85f288
Deproxify homepage URLs without trailing slash. Closes #2884
2022-11-15 13:23:04 +02:00
Dan Stillman
26847c672f
Fix clearing of active quick search after annotation change
...
https://forums.zotero.org/discussion/90727/search-results-disappear
2022-11-14 22:56:11 -05:00
Dan Stillman
a505c94751
Update locales from Transifex and merge new English strings
2022-11-14 16:46:59 -05:00
Dan Stillman
52176dc30a
Merge pull request #2871 from tnajdek/mendeley-import-direct-auth
...
Mendeley Import: Switch to direct login/password auth in order to obtain Mendeley Desktop item id
2022-11-14 02:23:04 -05:00
Tom Najdek
0e12126436
Block Mendeley import if ZotFile installed
2022-11-13 12:47:29 +01:00
Tom Najdek
d131fe3dc9
Mendeley Import: Auth using direct login
...
* Importer will now ask user for a login and password via form and will perform sign-in directly
using credentials rather than oauth
* Signing in this way enables importer to obtain desktop document ID which is now stored for each
item
* It's possible to switch back to the old method (ouath) by setting `import.mendeleyUseOAuth` pref
to `true`.
* New option to only import new items. This options only appears if database contains previously
imported items.
* Importer will now update mendeleyDB:documentUUID on existing items to match value used in Mendeley
Desktop if available
* Importer will no longer create collections when no new items are imported
* Importer will only report number of new items imported on re-import
* Importer will now preserve dateAdded on re-import
Co-authored-by: Dan Stillman <dstillman@zotero.org>
2022-11-13 12:47:29 +01:00
Abe Jellinek
c2941738e6
Add "Any Field" advanced search condition ( #2902 )
2022-11-11 12:17:56 -05:00
Adomas Venčkauskas
0aae101196
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:55:55 +02:00
Dan Stillman
02098a9a34
Update version
2022-11-11 01:47:09 -05:00
Adomas Venčkauskas
378d8180e8
Adjust tests to not use the dotsToHyphens proxy option
2022-11-10 12:46:40 +02:00
Adomas Venčkauskas
e3d13826c8
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:46:36 +02:00
Adomas Venčkauskas
6fc5b037d9
Update translate submodule
2022-11-10 12:28:06 +02:00
Adomas Venčkauskas
6a4a329ec6
Always replace dots to hyphens for https proxy schemes
2022-11-10 12:25:40 +02:00
Dan Stillman
656acf3908
Update version
2022-11-09 04:17:47 -05:00
Adomas Venčkauskas
1920a5efd7
Prevent citation merging from being always enabled after refreshing the doc
2022-11-09 11:07:45 +02:00
PChemGuy
13ab3de1a1
Fixed double-quoted string literals in SQL files ( #2892 )
...
Replaced double quotes around string literals with single quotes.
2022-11-04 01:21:27 -04:00
Abe Jellinek
47610d0faa
Scaffold: Autocomplete translator IDs in setTranslator() calls
2022-11-01 16:38:01 -04:00
Abe Jellinek
42e042c6c6
Scaffold: Fix copying JSON test data
...
Previously only copied '[object Object]'.
2022-11-01 16:05:54 -04:00
Dan Stillman
b9a5fd9f78
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:57:50 -04:00
Dan Stillman
cbb524d257
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:57:50 -04:00
Dan Stillman
93ea818bf2
Update version
2022-11-01 03:57:50 -04:00
Dan Stillman
d2243cc339
Update translators
2022-10-31 19:11:56 -04:00
Dan Stillman
f06267e4cd
Update styles and translators
2022-10-31 17:40:00 -04:00
Dan Stillman
624101832e
Update locales from Transifex
2022-10-31 17:34:24 -04:00
Martynas Bagdonas
6bc1551f7f
Increase wait time for pdf-reader iframe initialization in tests
...
This is necessary until a proper initialization promise is added to pdf-reader.
2022-10-31 18:03:42 +02:00
Dan Stillman
a8a0cabcc4
Fix HiDPI icon for webpages
2022-10-31 05:43:17 -04:00
Dan Stillman
9d80c54d5d
Update repotime
2022-10-31 05:18:06 -04:00
Adomas Venčkauskas
1c8554d527
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:56 +02:00
Dan Stillman
5cea183ae3
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:53:09 -04:00
Dan Stillman
92434dbb78
Update Mac Word automation settings instructions for Ventura
2022-10-30 04:53:08 -04:00
Dan Stillman
2c5a91682e
Fix comment for Zotero.Attachments.getPDFResolvers()
2022-10-29 04:43:23 -04:00
Dan Stillman
3cc54eaf95
Retry only twice on error in Find Available PDF
...
Not three times
2022-10-29 04:43:23 -04:00
Dan Stillman
7f91a0c1a8
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:43:23 -04:00
Adomas Venčkauskas
77fdc8e40c
Truncate long citation text in citation dialog. Closes #2879
2022-10-28 15:09:35 +03:00
Dan Stillman
c5a769285b
Update translators
2022-10-26 06:55:49 -04:00
Dan Stillman
fe09afa0a6
Restore cell.csl for style tests
...
Removed in 4e1754b960
2022-10-26 05:14:47 -04:00